summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2011-07-04- Fix lack of Cc and Reply-To headers on messages list, add them to default h...alec
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
2011-06-29- Fix url() so zero-values are not skipped (#1487979)alec
2011-06-27- Fix handling of untagged responses in LIST/LSUB response parseralec
2011-06-27- Fix parsing URLs containing commas (#1487970)alec
2011-06-27- Fix PHP warning in mailbox_info(),alec
2011-06-24- Read _unlock from POST tooalec
2011-06-23- Add rcube_imap::mailbox_info()alec
2011-06-21- Make local_skin_path() to be a public methodalec
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomasb
2011-06-18- Fix set_row_attribs() for backward compat.alec
2011-06-17- Don't log errors when charset conversion failsalec
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
2011-06-15- Force allowed attributes on table rowsalec
2011-06-15- Added html_table::get_row_attribs(), extended html_table::set_row_attribs()alec
2011-06-15Allow to specify multiple sort columns as array (currently only used for VLV)thomasb
2011-06-13Use dechex() instead of sprintf() for base conversionthomasb
2011-06-13Show more debug outputthomasb
2011-06-13- Support array in 2nd argument of search() when searching by primary key, as...alec
2011-06-10Only select dn for count queriesthomasb
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomasb
2011-06-03- Fix regexp matching field namesalec
2011-06-03- Small fix for advanced searchingalec
2011-06-03- typoalec
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match wanted...alec
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalec
2011-06-03- Added addressbook advanced searchalec
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left emp...alec
2011-06-02- Replace preg_match() with faster strpos()alec
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalec
2011-06-01Add collected text labels in one single function callthomasb
2011-06-01- Add popup with basic fields selection for addressbook searchalec
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string of...thomasb
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less spel...alec
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alec
2011-05-27- Make debug handler to be a method of rcube_mdb2alec
2011-05-23Add support for X-AB-EDIT field upon user requestthomasb
2011-05-23- Add read/write methods for immediate operations on cache backend (no affect...alec
2011-05-23- Store user preferences in session when write-master is not available and se...alec
2011-05-23- Add TTL parameter to rcube_cache class (and rcmail::get_cache method)alec
2011-05-21- Fix s/pattern/prefix/ in clear_cache()alec
2011-05-21- Use index record for memcache/apc engine, don't load the whole cache into m...alec
2011-05-20Catch write-errors on database (yet untested)thomasb
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
2011-05-20- Clear properly mailboxes cache on folder subscription changealec
2011-05-20- Fix error when rcube_cache::remove() was used in pattern modealec
2011-05-20- Fix func_get_args() usage for PHP<5.3 (#1487928)alec
2011-05-18Flip field type aliases (#1487910)thomasb
2011-05-18- Add APC support in rcube_cachealec