From a0ebd4fe2d35074d934ac89e1599cee5f0ea6c81 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Mar 2000 05:20:37 +0000 Subject: Back out the InterChange workaround. svn path=/trunk/; revision=2837 --- fetchmailconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 585f2235..f61f1111 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1261,10 +1261,10 @@ same messages will be downloaded over and over. 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). We have worked around this -bug, but suspect InterChange is likely to be broken in other ways. -You should get rid of 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. """ if string.find(greetline, "Imail") > 0: -- cgit v1.2.3