Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-16 | Fix session issues when local and database time differs (#1486132) | Aleksander Machniak | |
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP | |||
2013-06-11 | Fix error when there's no writeable addressbook source (#1489162) | Aleksander Machniak | |
2013-06-11 | Improvements to PR merge "add option show_real_foldernames" | Aleksander Machniak | |
2013-06-11 | Merge pull request #77 from dpc22/realnames | Aleksander Machniak | |
Add show_real_foldernames preference and configuration option. | |||
2013-06-05 | Small code improvement | Aleksander Machniak | |
2013-06-05 | Add option to use PHP's native session save handlers | Thomas Bruederli | |
2013-05-29 | Change show_actual_foldernames to be show_real_foldernames. | David Carter | |
Change requested by alec@alec.pl. | |||
2013-05-29 | Add show_actual_foldernames preference and configuration option. | David Carter | |
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash'); | |||
2013-05-16 | Move rcmail::deliver_message() to framework for common use | Thomas Bruederli | |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak | |
2013-05-03 | Experimental: refactored list.js and html_table class to render lists with ↵ | Thomas Bruederli | |
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support | |||
2013-04-29 | Fix list page reset when viewing a message in Larry skin (#1489076) | Aleksander Machniak | |
2013-04-29 | Fix possible warning on some misconfig | Aleksander Machniak | |
2013-03-10 | Fix so task name can really contain all from a-z0-9_- characters (#1488941) | Aleksander Machniak | |
2013-03-04 | Really fix "quotum would exceed" error message handling | Aleksander Machniak | |
2013-03-04 | Smarter overquota error detection (known error strings are: | Aleksander Machniak | |
"Quota exceeded" and "quotum would exceed") (#1484164) | |||
2013-03-02 | Even better message on over quota error in move to trash operation (#1484164) | Aleksander Machniak | |
2013-03-02 | Display user-friendly message on IMAP "over quota" errors (#1484164) | Aleksander Machniak | |
2013-01-31 | - Refactored the hierarchical mailboxlist control into a separate widget class | Thomas 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-18 | Remove deprecated functions (from bc.php file) usage in plugins | Aleksander Machniak | |
2013-01-18 | Improved 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-18 | Plugin API: Added message_before_send hook | Aleksander Machniak | |
2012-11-27 | Separate the very application-specific output classes from the Roundcube ↵ | Thomas Bruederli | |
framework; add autoloader for rmail* classes | |||
2012-11-27 | Move shortcut functions to framework class | Thomas Bruederli | |
2012-11-27 | Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency | Aleksander Machniak | |
2012-11-23 | Fix hidden flag and default_addressbook settings handling | Aleksander Machniak | |
2012-11-12 | Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵ | Aleksander Machniak | |
min_refresh_interval | |||
2012-11-11 | Added cross-task 'refresh' request for system state updates | Aleksander Machniak | |
2012-11-10 | Simplify 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-31 | Improve client-side timezone detection using jsTimezoneDetect by Jon ↵ | Thomas Bruederli | |
Nylander (#1488725); removed obsolete dstactive detection | |||
2012-10-23 | Give option to hide DB address book with addressbook plugin | Jean-Louis Dupond | |
2012-10-18 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2012-10-18 | Don't display session error message if imap connection failed | Thomas Bruederli | |
2012-10-18 | Remove automatic to-lowercase conversion of usernames (#1488715) | Aleksander Machniak | |
2012-10-16 | Fix return value of storage_connect() | Aleksander Machniak | |
2012-09-21 | Re-fix HTML entities handling in addressbook names | Aleksander Machniak | |
2012-09-13 | Fix invalid error message on deleting mail from read only folder (#1488694) | Aleksander Machniak | |
2012-08-27 | Fix deprecated functions usage | Aleksander Machniak | |
2012-08-24 | Fix setting locales under Solaris - use additional .UTF-8 suffix (#1488628) | Aleksander Machniak | |
2012-08-17 | Fix bug where domain name was converted to lower-case even with ↵ | Aleksander Machniak | |
login_lc=false (#1488593) | |||
2012-07-13 | Avoid warnings; silently pipe http: urls through rcmail::url() | Thomas Bruederli | |
2012-07-10 | Simplified 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-30 | Show explicit error message when provided hostname is invalid (#1488550) | Aleksander Machniak | |
2012-06-08 | Fix 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-26 | Fix host autoselection when default_host is an array (#1488495) | Aleksander Machniak | |
2012-05-23 | Add another alias for backwards compatibility | Thomas Bruederli | |
2012-05-22 | Removed $Id$ | Aleksander Machniak | |
2012-05-22 | Add is_escaped attribute for html_select and html_textarea (#1488485) | Aleksander Machniak | |
2012-05-22 | Deprecate storage_connect() method | Aleksander Machniak | |
2012-05-22 | Add imap_connect() method for backward compat. | Aleksander Machniak | |