You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/steps/mail
Bostjan Skufca 6fb8da08f3 Autocomplete search: add id and source (addressbook) into resulting contact data array
Two reasons:
- provide it to plugin backend functions that use 'contacts_autocomplete_after' hook
- provide it to frontend

Why to frontend?
If plugin JS adds an 'autocomplete_insert' hook we need to provide it with exact
autocomplete data. Providing it with name and email address only, without pinpointing
exact origin of this autocomplete result, will severely limit learning capabilities of
potential future autocomplete implementations.
9 years ago
..
addcontact.inc CS fixes 12 years ago
attachments.inc Support images in HTML signatures (#1488676) 12 years ago
autocomplete.inc Autocomplete search: add id and source (addressbook) into resulting contact data array 9 years ago
check_recent.inc Read page and page_size before check_recent hook is executed 11 years ago
compose.inc Plugin API: Add html2text hook (backport from master) 10 years ago
copy.inc Display quota information for current folder not INBOX only (#1487993) 12 years ago
folders.inc Display quota information for current folder not INBOX only (#1487993) 12 years ago
func.inc Plugin API: Add html2text hook (backport from master) 10 years ago
get.inc Protect download urls against CSRF using unique request tokens (#1490642) 10 years ago
getunread.inc CS fixes 12 years ago
headers.inc CS fixes 12 years ago
import.inc Support messages import from zip archives 12 years ago
list.inc Fix so search filter, scope and fields are reset on folder change 11 years ago
list_contacts.inc Support contact+group searches in all relevant places (T1360) 10 years ago
mark.inc Make multi-folder message identifiers work with folders containing commas 12 years ago
move_del.inc Typo fix 12 years ago
pagenav.inc More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() 12 years ago
search.inc Fix rows count when messages search fails (#1490266) 11 years ago
search_contacts.inc Support contact+group searches in all relevant places (T1360) 10 years ago
sendmail.inc Don't create multipart/alternative messages with empty text/plain part (#5283) 10 years ago
sendmdn.inc CS fixes 12 years ago
show.inc Fix bug where preview_pane setting wasn't always saved into user preferences (#1490362) 11 years ago
viewsource.inc Protect download urls against CSRF using unique request tokens (#1490642) 10 years ago