summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
AgeCommit message (Expand)Author
2012-02-02Allow users to choose cols for contacts list sortingthomasb
2012-01-25Fix autoselect_host() for login (#1488297)thomasb
2012-01-18- Handle ldap_public misconfigurationalec
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
2012-01-16Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for ...thomasb
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
2012-01-03- Move some checks into login() methodalec
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alec
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalec
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
2011-12-07Remove unused codethomasb
2011-12-01- Remove debug code from last commit alec
2011-12-01- Fix so connection to LDAP will be properly closedalec
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
2011-11-13- Add option to set session name (#1486433)alec
2011-11-08Remove unused cruftthomasb
2011-10-30Allow cross-task ajax requeststhomasb
2011-10-03- Fix namespace handling in special folders settings (#1488112)alec
2011-09-28Distinguish standard timezone offset and DST of clientthomasb
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ...thomasb
2011-09-19- Allow setting connection options in imap_connect hookalec
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalec
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomasb
2011-08-27- Fix is_a() usage for PHP>5.3.6alec
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
2011-08-16- Add option to hide selected LDAP addressbook on the listalec
2011-08-14More unique error codesthomasb
2011-08-02- Fix get_address_book() to call get_address_sources() internally when lookin...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- Don't use default source if source id is specified in get_address_source()alec
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-07- Added possibility to undo last contact delete operationalec
2011-06-29- Fix url() so zero-values are not skipped (#1487979)alec
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match wanted...alec
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-20- Re-designed cache, fixes memcache/apc issuesalec
2011-05-18- Add APC support in rcube_cachealec
2011-05-18- Added general rcube_cache class with memcache support ...alec
2011-05-18Get memcache object from rcmail instancethomasb
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-04-25Add support for session storage using memcachethomasb
2011-04-25- Use shortest include path for better performancealec
2011-04-21- Set proper readonly state of default address book according to real readonl...alec
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
2011-04-15Add hook for request token creation (upon user request)thomasb