diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-03 22:27:03 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-03 22:27:03 +0000 |
commit | 9e69418a4b0a995f8bd371639acebc08cdeb7166 (patch) | |
tree | 12e7aceff763ad4b2aa6ae96cfdc725531747669 /TODO | |
parent | 3365ff04853e03bdee1cf986826d6dad80720d20 (diff) | |
download | fetchmail-9e69418a4b0a995f8bd371639acebc08cdeb7166.tar.gz fetchmail-9e69418a4b0a995f8bd371639acebc08cdeb7166.tar.bz2 fetchmail-9e69418a4b0a995f8bd371639acebc08cdeb7166.zip |
Move TODO into todo.html.
svn path=/trunk/; revision=4083
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 35 |
1 files changed, 0 insertions, 35 deletions
@@ -1,35 +0,0 @@ -REGULAR RELEASE PREPARATIONS -============================ - -run regression tests - -have .po files updated by the translation project - - -SERIOUS -======= - -SSL trust model violation: (Brian Candler) -http://lists.ccil.org/pipermail/fetchmail-friends/2004-April/008516.html - -Let IMAP code use UID and UIDVALIDITY rather than relying on flags that -everyone can alter. - - -NORMAL -====== - -POP3 hang when polling mail with NUL char that is rejected (David Greaves) -https://lists.berlios.de/pipermail/fetchmail-devel/2004-October/000154.html - -Remove spaces after MAIL FROM: or RCPT TO: et al. in BSMTP output (sink.c) - - -COSMETIC -======== - -SSL validation prints CommonName mismatch more than once. - -Alan Munday suggests message change MULTIDROP without ENVELOPE: -| fetchmail: warning: MULTIDROP configuration for pop.example.org requires the envelope option to be set! -| fetchmail: warning: Check ENVELOPE option if fetchmail sends all mail to postmaster! |