Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | - Disable subscription on virtual shared folders | alecpl | |
2011-08-18 | - Unsubscribe from non-existing folders always (on listing), not only in ↵ | alecpl | |
Settings/Folders UI | |||
2011-08-04 | - Fix moving folder to root, it wasn't working with IMAP delimiter different ↵ | alecpl | |
than a dot (loast part of r5023) | |||
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 ↵ | thomascube | |
protected folder | |||
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 ↵ | alecpl | |
be able to iterate over the table rows and find wanted folders (folders_list hook) | |||
2011-05-20 | - Re-designed cache, fixes memcache/apc issues | alecpl | |
2011-05-20 | - Improve performence of folder manager operations by moving subscriptions ↵ | alecpl | |
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder) | |||
2011-05-09 | - Fix possible ambiguity in folders caching (when list_mailboxes() was ↵ | alecpl | |
called the same result was returned, no matter what was the 1st and 2nd argument) | |||
2011-05-05 | - Fix problems with subfolders of INBOX folder on some IMAP servers ↵ | alecpl | |
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) | |||
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 | |
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox | |||
2010-12-06 | - Improve performance of folder rename and delete actions. Don't get list of ↵ | alecpl | |
all folders when we need only children of the specified folder. | |||
2010-12-03 | - New Folder Manager UI | alecpl | |
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791) |