diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-08-20 00:21:37 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-08-20 00:21:37 +0000 |
commit | 49fde684595c76993d9304c76247f140a4e0fee6 (patch) | |
tree | c0d2361304eee1fcc212eeebe67c8b5bf61b3434 /TODO.txt | |
parent | 4d937097757f3947f8760c2000196c3dd2f9def7 (diff) | |
download | fetchmail-49fde684595c76993d9304c76247f140a4e0fee6.tar.gz fetchmail-49fde684595c76993d9304c76247f140a4e0fee6.tar.bz2 fetchmail-49fde684595c76993d9304c76247f140a4e0fee6.zip |
Fix SMTP_ok to cache multiline reponses...
but there are more functions that need fixing (look for smtp_response).
svn path=/branches/BRANCH_6-3/; revision=5425
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -5,6 +5,9 @@ soon - MUST: - put bare IP addresses in brackets for SMTP (check if there are RFC 1123/5321/5322 differences) - Debian Bug #531589: fetchmail ignores SIGUSR1 in idle mode. +- Fix further occurrences of SMTP reply code handling: + - for proper smtp_reponse caching of multiline codes (there are some) + - for stomping over control characters. soon - SHOULD: - replace " \n" by "\n" (and similar) - but make sure translators have @@ -28,10 +31,6 @@ soon - SHOULD: - 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), Debian Bug #529899 - => requires reworking SMTP_ok to actually not only read the last line - of multiline replies, but buffer. soon - MAY: - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176 @@ -44,7 +43,6 @@ soon - MAY: - revise ticker, and add something like .........20%.... ... 100% (suggested by Yue Wu) - questionable: - Convert POP3 UIDs to X-UIDL? - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins |