diff options
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -23,6 +23,13 @@ soon - SHOULD: - Fix TOCTOU race around prc_filecheck* - Read CAPABILITY from greeting if present, saves one round trip. - Check if LAST argument is properly validated against message count. +- 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 @@ -32,18 +39,10 @@ soon - MAY: http://lists.debian.org/debian-devel/2006/11/msg01068.html - when logging to syslog, disable locale? - Get rid of peeking in socket.c? MSG_PEEK seems non-portable. - -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), Debian Bug #529899 - => requires reworking SMTP_ok to actually not only read the last line - of multiline replies, but buffer. - 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 |