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
Bostjan Skufca 05c7d49a37 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.
10 years ago
..
addressbook Protect download urls against CSRF using unique request tokens (#1490642) 10 years ago
mail Autocomplete search: add id and source (addressbook) into resulting contact data array 10 years ago
settings CS fixes: Replace use of "bool ? true : false" with just "bool" 10 years ago
utils Emoticons-related code refactoring 11 years ago