aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-07 10:03:28 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-07 10:03:28 +0000
commit9ceee69ff7d6139de759a4f25051e0d661e0c2b0 (patch)
treefe9b5eb5e95a7c17fc0a612144297af3a66eeadd /RELEASE-NOTES
parenta9cc5ee0c6f7be7b30de6c0f0d03a1690e1669a1 (diff)
RELEASE-NOTES: Added missing imap fixes and additions
With all the recent imap changes it wasn't clear what new features and fixes should be included in the release notes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES7
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ce66670d8..07f7cb6b2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,9 +11,11 @@ This release includes the following changes:
o imap: Changed response tag generation to be completely unique
o imap: Added support for SASL-IR extension
- o imap: Added support for list command
+ o imap: Added support for the list command
+ o imap: Added support for the append command
o imap: Added custom request parsing
- o imap: Added support for parsing the UIDVALIDITY property
+ o imap: Added support to the fetch command for UID and SECTION properties
+ o imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
o darwinssl: Make certificate errors less techy
o imap/pop3/smtp: Added support for the STARTTLS capability
@@ -26,6 +28,7 @@ This release includes the following bugfixes:
o pop3: Fixed incorrect return value from pop3_endofresp()
o pop3: Fixed SASL authentication capability detection
o pop3: Fixed blocking SSL connect when connecting via POP3S
+ o imap: Fixed memory leak when performing multiple selects
o nss: fix misplaced code enabling non-blocking socket mode
o AddFormData: prevent only directories from being posted [2]
o darwinssl: fix infinite loop if server disconnected abruptly [3]