aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-07 23:58:48 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-07 23:58:48 +0000
commitc4841fe4cdb39db3af54125523ce7348dbbdb293 (patch)
treec11faca08534f5d05771d5ce53592766f11fc304 /CHANGELOG
parent4b64da911e2af608782554d7e376fce9bfb54307 (diff)
downloadarchivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.tar.gz
archivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.tar.bz2
archivemail-c4841fe4cdb39db3af54125523ce7348dbbdb293.zip
CHANGELOG: added entry about IMAP delimiter detection and recovery.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cbf0714..d576c36 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.