Age | Commit message (Expand) | Author |
2014-06-21 | Add option to set default message list mode - default_list_mode (#1487312) | Aleksander Machniak |
2014-04-01 | Removed redundant default_folders config option (#1489737) | Aleksander Machniak |
2013-12-31 | CS fixes | Aleksander Machniak |
2013-12-31 | More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() | Aleksander Machniak |
2013-12-22 | Remove deprecated functions (these listed in bc.php file) usage | Aleksander Machniak |
2013-11-07 | Fix operations on folders with trailing spaces in name (#1489419) | Aleksander Machniak |
2013-08-24 | Fix display issue after moving folder in Folder Manager (#1489293) | Aleksander Machniak |
2013-07-10 | Fix parse error from last commit | Aleksander Machniak |
2013-07-09 | Performance fix: Do not ask for folder attributes if we know that folder do n... | Aleksander Machniak |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak |
2012-11-06 | Recursively resolve paths of iframe contents; unify contentframe registration... | Thomas Bruederli |
2012-10-01 | Enable subscription option for already subscribed "virtual" folders, | Aleksander Machniak |
2012-09-11 | Fix error where session wasn't updated after folder rename/delete (#1488692) | Aleksander Machniak |
2012-08-29 | Fix quota capability detection so it can be overwritten by a plugin (#1488655) | Aleksander Machniak |
2012-08-21 | Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed | Aleksander Machniak |
2012-08-21 | Fix possible PHP warning, read default_folders using config->get() | Aleksander Machniak |
2012-07-30 | Keep some resource files (images) in separate directory | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-02-13 | - Fix issue with folder creation under INBOX. namespace (#1488349) | alecpl |
2012-01-19 | - Fix warning when default_folders setting is not an array | alecpl |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2011-12-19 | - Fix "PHP Warning: Invalid argument supplied for foreach()" (#1488264) | alecpl |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-11-08 | - Fix so folders with \Noinferiors attribute aren't listed in parent selector | alecpl |
2011-10-05 | - Improved performance by skipping folders list sorting when it's not needed ... | alecpl |
2011-08-18 | - Disable subscription on virtual shared folders | alecpl |
2011-08-18 | - Unsubscribe from non-existing folders always (on listing), not only in Sett... | alecpl |
2011-08-04 | - Fix moving folder to root, it wasn't working with IMAP delimiter different ... | alecpl |
2011-07-26 | - Unsubscribe from non-existing folders automaticly on folders listing | alecpl |
2011-07-19 | Add drop-target for root folder; fix row insertion when moving to a protected... | thomascube |
2011-07-10 | - Plugin API: added folder_delete and folder_rename hooks | alecpl |
2011-07-06 | - Fix handling of other users namespace roots | alecpl |
2011-06-17 | - Improved namespace roots handling in folder manager | alecpl |
2011-06-15 | - Add 'foldername' attribute to folders table rows, so plugin writers would b... | alecpl |
2011-05-20 | - Re-designed cache, fixes memcache/apc issues | alecpl |
2011-05-20 | - Improve performence of folder manager operations by moving subscriptions ta... | alecpl |
2011-05-09 | - Fix possible ambiguity in folders caching (when list_mailboxes() was called... | alecpl |
2011-05-05 | - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725... | alecpl |
2011-04-19 | Gracefully shrug on database errors | thomascube |
2011-01-17 | - Fix impossible to subscribe to protected folders (#1487656) | alecpl |
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube |
2010-12-08 | - Better support for READ-ONLY and NOPERM responses handling (#1487083) | alecpl |
2010-12-06 | - Improve performance of folder rename and delete actions. Don't get list of ... | alecpl |
2010-12-03 | - New Folder Manager UI | alecpl |