diff options
author | Nikolaus Schulz <microschulz@web.de> | 2011-07-09 18:17:13 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2011-07-09 18:17:13 +0200 |
commit | 14e0929ba2f3ae35f2602d94c5817741726aa58a (patch) | |
tree | 403ca63b4fc5f62260c9c47644245e5dc67b83c3 | |
parent | 14e5cd6eb13fc36d5f41f9e651e4d1185a0f651a (diff) | |
download | archivemail-14e0929ba2f3ae35f2602d94c5817741726aa58a.tar.gz archivemail-14e0929ba2f3ae35f2602d94c5817741726aa58a.tar.bz2 archivemail-14e0929ba2f3ae35f2602d94c5817741726aa58a.zip |
Changelog: record improved handling of empty IMAP SEARCH response
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ version 0.?.? - UNRELEASED FixedGzipFile.seek() return the new absolute file position. Closes: #3314293. * IMAP: support international mailbox names containing non-ASCII characters. + * IMAP: handle broken servers sending no untagged SEARCH response. + Closes: #879716, #3213272. * IMAP: support servers listening on non-standard ports. Closes: #3168416. version 0.8.2 - 16 October 2010 |