aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-08 09:16:28 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-08 09:16:28 +0000
commit0dcaf23e529b3c639d91653e51270ae6a96b2f98 (patch)
tree9155c5cc05e1b9a221aac1d7ff1bdd4a19bc4ab3 /fetchmailconf.py
parent8a56a84791b3698666612b4f4355f083be7b994b (diff)
downloadfetchmail-0dcaf23e529b3c639d91653e51270ae6a96b2f98.tar.gz
fetchmail-0dcaf23e529b3c639d91653e51270ae6a96b2f98.tar.bz2
fetchmail-0dcaf23e529b3c639d91653e51270ae6a96b2f98.zip
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
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index e2e3f094..37181027 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -1437,13 +1437,6 @@ with code as shoddy as GroupWise seems to be, you will probably pay
for it with other problems.<p>
"""
- 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 + """