summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Collapse)Author
2014-05-08Add 'performance_stats' option, so perf. stats can be logged with disabled ↵Aleksander Machniak
devel_mode
2014-05-04Support upload progress with session.upload_progress and PECL uploadprogress ↵Aleksander Machniak
module (#1488702)
2014-04-30Fix invalid host validation on login (#1489841)Aleksander Machniak
2014-04-23Set task variable to 'cli' when loading rcmail instance in shell scriptsThomas Bruederli
2014-04-14Fix invalid page title for some folders (1489804)Aleksander Machniak
2014-04-13Fix deleting/moving folders from folders with name "0", "00", etc.Aleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-10Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-10Make sure preformance info logged in devel_mode uses locale-independent ↵Aleksander Machniak
number format
2014-04-08Make multi-folder message identifiers work with folders containing commasThomas Bruederli
2014-04-08Fix _uid=* case for regular selectionsThomas Bruederli
2014-04-08Don't display error when moving a message to the same folder it already residesThomas Bruederli
2014-04-08Fix message UID extraction for _uid=*; update unread count for all affected ↵Thomas Bruederli
mailboxes
2014-04-07Make UID extraction function globally availbale (for plugins)Thomas Bruederli
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-03-31Render 'now' dates in short form, tooThomas Bruederli
2014-03-22Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-02-10Add setter for user object to rcube class; we already have getters for ↵Thomas Bruederli
various user properties there
2014-01-30Create class documentation with latest phpdoc utilityThomas Bruederli
2014-01-27Do not use rcube_config::all()Aleksander Machniak
2014-01-27Check/create default folders on every login not only the first (#1489423)Aleksander Machniak
2014-01-01CS fixesAleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-09Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)Aleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-09Add option force specified domain in user login - username_domain_forced ↵Aleksander Machniak
(#1489264)
2013-09-04Make result of rcmail::get_compose_responses() always an (indexed) array; ↵Thomas Bruederli
add plugin hook for updating user prefs: 'preferences_update'
2013-09-04Fix indentationThomas Bruederli
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-02Fix "PHP Warning: Missing argument 1 for rcmail::log_login()"Aleksander Machniak
2013-09-02Log also failed logins to userlogins logAleksander Machniak
2013-08-26Fix bugs when invoking contact creation form when read-only addressbook is ↵Aleksander Machniak
selected (#1489296)
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-06-21Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is ↵Aleksander Machniak
detected
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-16Fix 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-11Fix error when there's no writeable addressbook source (#1489162)Aleksander Machniak
2013-06-11Improvements to PR merge "add option show_real_foldernames"Aleksander Machniak
2013-06-11Merge pull request #77 from dpc22/realnamesAleksander Machniak
Add show_real_foldernames preference and configuration option.
2013-06-05Small code improvementAleksander Machniak
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
Change requested by alec@alec.pl.
2013-05-29Add 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-16Move rcmail::deliver_message() to framework for common useThomas Bruederli