From 0dcaf23e529b3c639d91653e51270ae6a96b2f98 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 8 Dec 2005 09:16:28 +0000 Subject: Remove bogus Netscape IMAP4rev1 Service >= 3.6 warning about BODY[TEXT] that we are not using. Patch by Sunil Shetye. svn path=/branches/BRANCH_6-3/; revision=4519 --- fetchmailconf.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fetchmailconf.py') diff --git a/fetchmailconf.py b/fetchmailconf.py index e2e3f094..37181027 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -1436,13 +1436,6 @@ with your dollars for a server that isn't brain-dead. If you stick with code as shoddy as GroupWise seems to be, you will probably pay for it with other problems.

-""" - if string.find(greetline, "Netscape IMAP4rev1 Service 3.6") > 0: - warnings = warnings + """ -This server violates the RFC2060 requirement that a BODY[TEXT] fetch should -set the messages's Seen flag. As a result, if you use the keep option the -same messages will be downloaded over and over. - """ if string.find(greetline, "InterChange") > 0: warnings = warnings + """ -- cgit v1.2.3