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/js
Bostjan Skufca 1791c3e3d7 Autocomplete/frontend: provide functions that hook into 'autocomplete_insert' actual search and result data
Reason:
In order to enable development of sophisticated autocomplete algorithms, they will need
to process all the data relevant to autocomplete - what was the search string and which
result was the correct one.

Example to illustrate the need:
Say we are talking about these two people of interest, who are in the address book, among others:
- person 1: Bostjan Skufca <bostjan@a2o.si>
- person 2: Bostjan SkuBIC <bostjan@otherdomain.com>

Our user is used to think about the first person by the first name, "Bostjan", as he is an old friend.
The second one is a colleague at work where people call themselves mostly by surnames, "Skubic" in this case.

Without this data provided to 'autocomplete_insert', there is no way for RC to learn that when our user
enters "bos" in the To: field he thinks about person #1 (Bostjan SkuFCA), and when he starts typing "sku"
he means person #2 (Bostjan SkuBIC).
10 years ago
..
tinymce Update to TinyMCE 4.2 10 years ago
app.js Autocomplete/frontend: provide functions that hook into 'autocomplete_insert' actual search and result data 10 years ago
common.js Fix unicode-awareness of Base64 encoding implementation in javascript 10 years ago
editor.js Fix handling of body parameter in mail compose request 10 years ago
googiespell.js Don't use deprecated (soon) jQuery .bind() and .unbind() methods 10 years ago
jquery.min.js Revert "Update to jQuery 2.2.1" 10 years ago
jstz.min.js Specify licenses in all javascript files and blocks to please LibreJS 12 years ago
list.js Fix list row selection when provided uid is number not a string 10 years ago
publickey.js Tweak recently added encryption functions to not violate ECMASCRIPT3 syntax 10 years ago
treelist.js Fix error on dragging when search in treelist is active 10 years ago