diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-02-18 03:59:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-02-18 03:59:25 +0000 |
commit | c03d5efe177b4937e17030e64313967803dcf5bf (patch) | |
tree | 29c79bd0e26b9daf5cab5b001c9cd7502b1b710a /fetchmailconf | |
parent | 6214b235a85f291c8b175ec4a6e84b68b906560b (diff) | |
download | fetchmail-c03d5efe177b4937e17030e64313967803dcf5bf.tar.gz fetchmail-c03d5efe177b4937e17030e64313967803dcf5bf.tar.bz2 fetchmail-c03d5efe177b4937e17030e64313967803dcf5bf.zip |
Note RFC violation.
svn path=/trunk/; revision=2759
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmailconf b/fetchmailconf index 4ecac058..df14dd02 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1131,8 +1131,8 @@ Its response to RETR is normal, so use the `fetchall' option. warnings = warnings + """ The Mail Max POP3 server screws up on mail with attachments. It reports the message size with attachments included, but doesn't download them on a -RETR or TOP. You should get rid of it -- and the brain-dead NT server -it rode in on. +RETR or TOP (this violates the IMAP RFCs). You should get rid of it -- +and the brain-dead NT server it rode in on. """ @@ -1140,7 +1140,7 @@ it rode in on. warnings = warnings + """ The InterChange IMAP server screws up on mail with attachments. It reports the message size with attachments included, but doesn't download them on a -RETR or TOP. You should get rid of it. +RETR or TOP (this violates the IMAP RFCs). You should get rid of it. """ |