summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Collapse)Author
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
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, ↵Aleksander Machniak
localize path). E.g. folder "INBOX.test" will be displayed as "Inbox >> test"
2012-12-18Plugin API: Added message_before_send hookAleksander Machniak
2012-11-27Separate the very application-specific output classes from the Roundcube ↵Thomas Bruederli
framework; add autoloader for rmail* classes
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 ↵Aleksander Machniak
min_refresh_interval
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
which means it's executed only if needed for session keeping (reset interval on every action). Temporarily remove check-recent request, it will be replaced by new global system refresh request in future. Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
2012-10-31Improve client-side timezone detection using jsTimezoneDetect by Jon ↵Thomas Bruederli
Nylander (#1488725); removed obsolete dstactive detection
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 ↵Aleksander Machniak
login_lc=false (#1488593)
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
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 ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
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 ↵thomascube
failure (#1488449)
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() ↵alecpl
where mktime() without arguments was used
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
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
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 ↵thomascube
deprecated 'enable_caching' config option
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
backwards compat.
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-03- Move some checks into login() methodalecpl