aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf10
1 files changed, 9 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 427b3e5b..fc9bef69 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -4,7 +4,7 @@
# by Eric S. Raymond, <esr@snark.thyrsus.com>.
# Requires Python with Tkinter, and the following OS-dependent services:
# posix, posixpath, socket
-version = "1.40"
+version = "1.41"
from Tkinter import *
from Dialog import *
@@ -1365,6 +1365,14 @@ version 2.17, seems to have problems handling and reporting seen bits.
You may have to use the fetchall option.
"""
+ if string.find(greetline, " IMS POP3") > 0:
+ warnings = warnings + """
+Some servers issuing the greeting line 'IMS POP3' have been known to
+do byte-stuffing correctly. This means that if a message you receive
+has a . (period) at start of line, fetchmail will become confused and
+probably wedge itself. (This bug was recorded on IMS POP3 0.86.)
+
+"""
### IMAP servers start here