diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 00:47:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 00:47:42 +0000 |
commit | b8e65546c552c637b53d212a16e39b105a4437d3 (patch) | |
tree | 5c19005efc86533d447dda086bf9f2290eb7d690 /fetchmailconf | |
parent | 412f06be47f19e1004576e94c2b7e09bf98ddc05 (diff) | |
download | fetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.tar.gz fetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.tar.bz2 fetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.zip |
Obvious bug fixes for 5.6.3.
svn path=/trunk/; revision=3022
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/fetchmailconf b/fetchmailconf index d7853c8a..e3719057 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1325,12 +1325,14 @@ 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 -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 -- and we can't drop the -BODY[TEXT] form because M$ Exchange (quite legally under RFC2062) -rejects it. + +The InterChange IMAP server at release levels below 3.61.08 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 -- and we can't drop the BODY[TEXT] form because M$ +Exchange (quite legally under RFC2062) rejectsit. The InterChange +folks claim to have fixed this bug in 3.61.08. """ if string.find(greetline, "Imail") > 0: |