diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-11 20:13:24 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-11 20:15:21 +0100 |
commit | f3c9749a4031d6f08523e973b4367750714508a3 (patch) | |
tree | 6ea41129d858ef5ca44115460494765308e41ff6 /RELEASE-NOTES | |
parent | 3f6991766f3e9f112e72802e6d36297415eaf670 (diff) |
imap: Fixed response check for LSUB and UID commands
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 59310f224..ed3853e6b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,7 +26,7 @@ This release includes the following bugfixes: o tests 2032, 2033: Don't hardcode port in expected output o urlglob: better detect unclosed braces, empty lists and overflows [7] o urlglob: error out on range overflow [8] - o imap: Fixed response check for SEARCH and EXPUNGE commands [10] + o imap: Fixed response check for SEARCH, EXPUNGE, LSUB and UID commands [10] o handle arbitrary-length username and password [2] o TFTP: make the CURLOPT_LOW_SPEED* options work [4] o curl.h: name space pollution by "enum type" [5] |