diff options
author | alecpl <alec@alec.pl> | 2011-05-20 10:38:44 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-20 10:38:44 +0000 |
commit | 254d5ef32b7ec45a48abd43f19c84168dabe13d1 (patch) | |
tree | 4b8551073ec4ac519856f9f04049d3c5b1d7dd40 /CHANGELOG | |
parent | 3253b296c21c54df228de39ff3e4775974df81d5 (diff) |
- Improve performence of folder manager operations by moving subscriptions 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)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Improve performence of folder manager operations - Fix default_port option handling in Installer when config.inc.php file exists (#1487925) - Removed option focus_on_new_message, added newmail_notifier plugin - Added general rcube_cache class with Memcache and APC support |