diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-21 11:40:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-21 11:40:55 +0000 |
commit | 1ae9b3525fcdbf175988b927f921b442412550fe (patch) | |
tree | 1f0a2c2f4952f50ac607e0f8356fc5ed5d2e84bf /fetchmailconf | |
parent | d87386367c61296ed1c648cfe11a96915d9257e4 (diff) | |
download | fetchmail-1ae9b3525fcdbf175988b927f921b442412550fe.tar.gz fetchmail-1ae9b3525fcdbf175988b927f921b442412550fe.tar.bz2 fetchmail-1ae9b3525fcdbf175988b927f921b442412550fe.zip |
Work around InterChange.
svn path=/trunk/; revision=2830
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/fetchmailconf b/fetchmailconf index 639eb088..585f2235 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1259,9 +1259,12 @@ same messages will be downloaded over and over. """ if string.find(greetline, "InterChange") > 0: 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 (this violates the IMAP RFCs). You should get rid of it. +The InterChange IMAP server screws up on mail with attachments. It +doesn't fetch them if you give it a BODY[TEXT] request, though it +does if you request RFC822.TEXT (according to the IMAP RFCs and their +maintainer these should be equivalent). We have worked around this +bug, but suspect InterChange is likely to be broken in other ways. +You should get rid of it. """ if string.find(greetline, "Imail") > 0: |