mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
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.