summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alec
2011-07-27- Performance fix: don't create addressbook object to close() it if it wasn't...alec
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes...alec
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ...alec
2011-07-27Move mail sending functions from mail task to core for general usagethomasb
2011-07-27- Don't use default source if source id is specified in get_address_source()alec
2011-07-27- Fix IE9 detection (#1488008)alec
2011-07-26- Move console object initialization code into one placealec
2011-07-25- Fixed display name on contact listsalec
2011-07-25- Added optional "multithreading" autocomplete featurealec
2011-07-25- Plugin API: Added 'config_get' hookalec
2011-07-21- Simplify undo message, add dots at the end of messagesalec
2011-07-21- Round upload progress percentage valuealec
2011-07-17Small improvements and codestylethomasb
2011-07-17Filter LDAP groups by search querythomasb
2011-07-17Fix ldap group members listingthomasb
2011-07-11Session object can be null if db/memcache is not availablethomasb
2011-07-10- Add add_shutdown_function() method. Make possible to call user function bef...alec
2011-07-08- Make Undo action optional by setting undo_timeout=0alec
2011-07-07- Added possibility to undo last contact delete operationalec
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with forb...alec
2011-07-06- Fix handling of other users namespace rootsalec
2011-07-05- Added lost argument in delete_record() methodalec
2011-07-05- Remove debug codealec
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