aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9ddecda..7c5f1cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@ Version 0.7.1 - UNRELEASED
* Fixed incompatibility with Python 2.5 which broke Maildir handling.
Closes: #1670422
+ * Username and password in IMAP URLs can now be double-quoted, so it should be
+ no longer a problem if they contain delimiters like the '@' character.
+ Closes: #1640878
Version 0.7.0 - 2 November 2006
* Fixed long options --filter-append and --pwfile to accept their arguments.