diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-07 23:58:48 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-07 23:58:48 +0000 |
commit | c4841fe4cdb39db3af54125523ce7348dbbdb293 (patch) | |
tree | c11faca08534f5d05771d5ce53592766f11fc304 | |
parent | 4b64da911e2af608782554d7e376fce9bfb54307 (diff) | |
download | archivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.tar.gz archivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.tar.bz2 archivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.zip |
CHANGELOG: added entry about IMAP delimiter detection and recovery.
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Version 0.7.1 - UNRELEASED +Version 0.7.1 - 7 November 2007 * Fixed incompatibility with Python 2.5 which broke Maildir handling. Closes: #1670422 @@ -27,6 +27,9 @@ Version 0.7.1 - UNRELEASED * When converting from other formats to mbox, archivemail used to preserve existing 'Status' and 'X-Status' mbox headers; these are now silently overwritten to ensure they have correct values. + * IMAP: if selecting the mailbox fails, archivemail detects the server's + mailbox hierarchy delimiter, replaces slashes in the mailbox name with the + delimiter and tries again. Closes: #1826757, Debian bug #368112 Version 0.7.0 - 2 November 2006 * Fixed long options --filter-append and --pwfile to accept their arguments. |