diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-10-23 22:48:15 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-10-23 22:48:15 +0000 |
commit | 0e9ae1d91b3f6b117a9d2fffe019ee601717f82c (patch) | |
tree | 201b805505d68dedf5684792740a2ef184742484 /CHANGELOG | |
parent | 1493a22f38567d2d375fabe0e6ed3193df6de169 (diff) | |
download | archivemail-0e9ae1d91b3f6b117a9d2fffe019ee601717f82c.tar.gz archivemail-0e9ae1d91b3f6b117a9d2fffe019ee601717f82c.tar.bz2 archivemail-0e9ae1d91b3f6b117a9d2fffe019ee601717f82c.zip |
New IMAP URL parser that understands double-quoted usernames and passwords.
Closes: #1640878
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |