From b8e65546c552c637b53d212a16e39b105a4437d3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Feb 2001 00:47:42 +0000 Subject: Obvious bug fixes for 5.6.3. svn path=/trunk/; revision=3022 --- fetchmailconf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'fetchmailconf') 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: -- cgit v1.2.3