diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-08-07 10:23:24 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-08-07 10:23:24 +0000 |
commit | 8343a356bb4d2f91f135a1e52e0902f9f1100a3b (patch) | |
tree | 8293019375cd725c2f0edabcd1fbf7beea0e8e03 /TODO.txt | |
parent | fbd1a3e930b0b37ddab226a06fb983c9753c0682 (diff) | |
download | fetchmail-8343a356bb4d2f91f135a1e52e0902f9f1100a3b.tar.gz fetchmail-8343a356bb4d2f91f135a1e52e0902f9f1100a3b.tar.bz2 fetchmail-8343a356bb4d2f91f135a1e52e0902f9f1100a3b.zip |
Support user@example.org (full-address) mappings for multidrop
on the left-hand side of mappings.
svn path=/branches/BRANCH_6-3/; revision=4885
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,3 @@ -- allow full user@domain mappings in multidrop matching - (is this perhaps a 6.4.0 issue?) see Andrew Longland-Meech's - multidrop problems on fetchmail-users - check recent list mail - check Debian BTS and other bug trackers - better logging (log all headers) @@ -14,3 +11,7 @@ - fetchmail -s with running daemon complains rather than silently restarting daemon - review sample.rcfile and document it +- fetchmail: IMAP> A0002 AUTHENTICATE CRAM-MD5 + fetchmail: IMAP< A0002 BAD Unsupported authentication mechanism. + fetchmail: could not decode BASE64 challenge +- consolidate multidrop documentation |