aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2008-03-15 20:51:40 +0000
committerNikolaus Schulz <microschulz@web.de>2008-03-15 20:51:40 +0000
commitbc5c3d5e45473d88f11d17f7c1eec8231d36e7c2 (patch)
tree7b1c30bea85ea1eaf768f3256a8d0a806ca302d9 /CHANGELOG
parenta9215463c4c9467b1430556eae3241432c677c21 (diff)
downloadarchivemail-bc5c3d5e45473d88f11d17f7c1eec8231d36e7c2.tar.gz
archivemail-bc5c3d5e45473d88f11d17f7c1eec8231d36e7c2.tar.bz2
archivemail-bc5c3d5e45473d88f11d17f7c1eec8231d36e7c2.zip
Updated changelog, which was a little behind.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index adb1a50..f342ee7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,13 @@ Version 0.7.3 - UNRELEASED
'Delivery-date' header. (Thanks Andrew Ferrier & Christian Brabandt)
Closes: #1481316, #1764855, Debian bug #272666.
* If present, the 'Resent-date' header now takes precedence over 'Date'.
+ * IMAP: recognize when a server advertises LOGINDISABLED.
+ * New option --debug-imap; this just sets imaplib.Debug, thereby dumping
+ archivemail's chat with the server to stdout.
+ * Fixed crash with Python 2.5 when archiving an empty maildir. (Thanks
+ "Aidant") Closes: #1878940.
+ * New option --all to archive all messages in a mailbox. Closes: #1764846.
+ * Fixed a crash when archiving maildirs with --days=0. (Thanks John Goerzen)
Version 0.7.2 - 9 November 2007