diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-10-28 18:31:29 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-10-28 18:31:29 +0000 |
commit | bd2f65d0af2e7e3d242632c73fab5e66ca1035a5 (patch) | |
tree | 82d7a2778b03347086e10c4d263bf9fc67fb8a6d | |
parent | 5eb4cf3cf6bde4ef8d44247055f3fd98f22d878d (diff) | |
download | archivemail-bd2f65d0af2e7e3d242632c73fab5e66ca1035a5.tar.gz archivemail-bd2f65d0af2e7e3d242632c73fab5e66ca1035a5.tar.bz2 archivemail-bd2f65d0af2e7e3d242632c73fab5e66ca1035a5.zip |
Changelog: added entry for CRAM-MD5 login to the changelog of the latest
version 0.6.2.
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Version 0.6.2 - 27 June 2006 filter string * don't delete more than a certain number of messages at a time. The max command len is limited. Fixes bug 942403 (Archiving large IMAP folders fails) + * IMAP: try CRAM-MD5 login first, if that fails fallback to plain login * add SSL support per imaps URL (after patch by Tobias Gruetzmacher) * add -P/--pwfile option to supply the IMAP password, so it does not end up in the shell history |