summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-26 21:03:22 +0000
committeralecpl <alec@alec.pl>2010-03-26 21:03:22 +0000
commit59c216f3cceaf403ca0a678821eb219b6c41e6ff (patch)
tree6733766f1f87a275fe772543bb38ce25cec48b63 /CHANGELOG
parent5e2014d90a23891a7e17c51356b3fdfce39c2615 (diff)
- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 548043029..6cd656b97 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
CHANGELOG RoundCube Webmail
===========================
+- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
+- Iloha's imap.inc rewritten into rcube_imap_generic class
- Added contact groups in address book (not finished yet)
- Added PageUp/PageDown/Home/End keys support on lists (#1486430)
- Added possibility to select all messages in a folder (#1484756)