diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-07-14 23:04:43 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-07-14 23:04:43 +0000 |
commit | 3026bfee3c04ba09f13e4345eec0d6fbe14cc146 (patch) | |
tree | 810337cf10782296db9b57b037deff9afe0767e1 /TODO.txt | |
parent | 50836d76ed3293a51dfcd3328cf6919994edb604 (diff) | |
download | fetchmail-3026bfee3c04ba09f13e4345eec0d6fbe14cc146.tar.gz fetchmail-3026bfee3c04ba09f13e4345eec0d6fbe14cc146.tar.bz2 fetchmail-3026bfee3c04ba09f13e4345eec0d6fbe14cc146.zip |
Remove 'message delimiter found while scanning headers' error message.
RFC-5322 allows for messages without the CRLF+body part, so fetchmail should
not complain about legal messages.
svn path=/branches/BRANCH_6-3/; revision=5387
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ 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. -- Check RFC5322: do messages without body require the separator line? If not, - we need to fix transact.c to not complain. soon - SHOULD: - make sure the man page completely lists all options (f. i. sslcertpath) in |