summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Expand)Author
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-18Improved folder path presentation in page title (use unified delimiter, local...Aleksander Machniak
2012-12-18Plugin API: Added message_before_send hookAleksander Machniak
2012-11-27Separate the very application-specific output classes from the Roundcube fram...Thomas Bruederli
2012-11-27Move shortcut functions to framework classThomas Bruederli
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-23Fix hidden flag and default_addressbook settings handlingAleksander Machniak
2012-11-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to min...Aleksander Machniak
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-11-10Simplify keep-alive action. Now the interval is based on session_lifetime,Aleksander Machniak
2012-10-31Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander...Thomas Bruederli
2012-10-23Give option to hide DB address book with addressbook pluginJean-Louis Dupond
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-18Don't display session error message if imap connection failedThomas Bruederli
2012-10-18Remove automatic to-lowercase conversion of usernames (#1488715)Aleksander Machniak
2012-10-16Fix return value of storage_connect()Aleksander Machniak
2012-09-21Re-fix HTML entities handling in addressbook namesAleksander Machniak
2012-09-13Fix invalid error message on deleting mail from read only folder (#1488694)Aleksander Machniak
2012-08-27Fix deprecated functions usageAleksander Machniak
2012-08-24Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628)Aleksander Machniak
2012-08-17Fix bug where domain name was converted to lower-case even with login_lc=fals...Aleksander Machniak
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page (#1488...Aleksander Machniak
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-23Add another alias for backwards compatibilityThomas Bruederli
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22Deprecate storage_connect() methodAleksander Machniak
2012-05-22Add imap_connect() method for backward compat.Aleksander Machniak
2012-05-01Better handling of HTTP request errors; re-send keep-alive requests on failur...thomascube
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() w...alecpl
2012-04-18- Fix render_folder_tree_select() (#1488441)alecpl
2012-04-16- Moved session init/config functionality into rcube classalecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-03-22Always return the correct connection statethomascube
2012-03-19- Image resize with GD extension (#1488383) alecpl
2012-02-25Remember custom skin selection after logout (#1488355)thomascube
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on depr...thomascube
2012-02-08- Fix URL building - skip null parametersalecpl
2012-02-02Allow users to choose cols for contacts list sortingthomascube
2012-01-25Fix autoselect_host() for login (#1488297)thomascube
2012-01-18- Handle ldap_public misconfigurationalecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for ...thomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-03- Move some checks into login() methodalecpl