summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--program/lib/imap.inc3
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5586b7de8..286fa89da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,8 @@ CHANGELOG RoundCube Webmail
---------------------------
2008/05/09 (alec)
-- Don't call CAPABILITY twice if possible (RFC3501 [7.1])
+- Don't call CAPABILITY if was recieved as server's optional response
+ on connect (RFC3501 [7.1])
2008/05/08 (alec)
----------
diff --git a/program/lib/imap.inc b/program/lib/imap.inc
index 0d7bc6cd3..fcd3a2c11 100644
--- a/program/lib/imap.inc
+++ b/program/lib/imap.inc
@@ -52,7 +52,8 @@
- $ICL_SSL is not boolean anymore but contains the connection schema (ssl or tls)
- Removed some debuggers (echo ...)
File altered by Aleksander Machniak <alec@alec.pl>
- - RFC3501 [7.1] don't call CAPABILITY twice if possible in iil_Connect()
+ - RFC3501 [7.1] don't call CAPABILITY if was returned in server
+ optional resposne in iil_Connect()
********************************************************/