summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if par...thomasb
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alec
2011-08-16Correctly quote group filterthomasb
2011-08-16- Add option to hide selected LDAP addressbook on the listalec
2011-08-16- Add client-side checking of uploaded files sizealec
2011-08-14More unique error codesthomasb
2011-08-12Pass attributes as vars to labelthomasb
2011-08-12- Fix infinite recurrence when saving user preferences stored in sessionalec
2011-08-12- Revert r5046, the change will be applied to devel-mcache branch, where it b...alec
2011-08-12- Add debug for operations on groupsalec
2011-08-12- Remove double semicolonalec
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ...thomasb
2011-08-11- Added IMAP ENABLE (RFC5161) supportalec
2011-08-09- Fix XSS vulnerability in UI messages (#1488030)alec
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
2011-08-03- Display current user name in page title if devel_mode=truealec
2011-08-03- Fix EOL character in vCard exports (#1487873)alec
2011-08-03- Remove temp debug codealec
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalec
2011-08-02- Fix get_address_book() to call get_address_sources() internally when lookin...alec
2011-08-02- Support department field as X-DEPARTMENTalec
2011-08-01- Remove function duplicate (from last commit)alec
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
2011-08-01- Improved detection of folder rename possibility and its handlingalec
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomasb
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories...alec
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