diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-04-17 12:16:35 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-04-17 12:16:35 +0000 |
commit | dbb744a7afcb54ee36ef1671713e3a01786f1679 (patch) | |
tree | 927b16bcddc8a6cade78740983d9e49ac75dc656 /TODO.txt | |
parent | 980d093d0f41efd3bf7f443580b5e65da09a84c2 (diff) | |
download | fetchmail-dbb744a7afcb54ee36ef1671713e3a01786f1679.tar.gz fetchmail-dbb744a7afcb54ee36ef1671713e3a01786f1679.tar.bz2 fetchmail-dbb744a7afcb54ee36ef1671713e3a01786f1679.zip |
Postpone fixing SMTP multiline reporting to after 6.3.9.
svn path=/branches/BRANCH_6-3/; revision=5172
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,6 @@ soon - MUST: - BerliOS Bug #10972, Fetchmail refetches big messages repeatedly (SMTP listener issue) -- report multiline SMTP errors properly (sample in private mail from - Earl Chew, 2007-07-30T02:28) - publish SA-2007-02 after release soon - SHOULD: @@ -36,6 +34,10 @@ soon - after 6.3.9: - find a solution for the "invalid header" discards message problem (escape headers and stuff reminder into body) - add Message-ID: header and other SHOULD headers to warning mails? +- report multiline SMTP errors properly (sample in private mail from + Earl Chew, 2007-07-30T02:28) + => requires reworking SMTP_ok to actually not only read the last line + of multiline replies, but buffer. questionable: - Convert POP3 UIDs to X-UIDL? |