aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-19 15:53:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-19 15:53:53 +0000
commitf42615e3e046f6e21e9ce337f36168372ecec8a5 (patch)
treeb0e8e753ef1ebe68941de0497e4a7222ef671c1b /fetchmailconf
parent6a69a459d24b909c8a2c7c535d5b5d25af9ffb3a (diff)
downloadfetchmail-f42615e3e046f6e21e9ce337f36168372ecec8a5.tar.gz
fetchmail-f42615e3e046f6e21e9ce337f36168372ecec8a5.tar.bz2
fetchmail-f42615e3e046f6e21e9ce337f36168372ecec8a5.zip
Minor updates.
svn path=/trunk/; revision=2387
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf8
1 files changed, 7 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 2005c8da..247d9ef4 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -926,7 +926,8 @@ class ServerEdit(Frame, MyWidget):
def refreshPort(self):
proto = self.protocol.get()
- self.port.set(defaultports[proto])
+ if self.port.get() == 0:
+ self.port.set(defaultports[proto])
if not proto in ("POP3", "APOP", "KPOP"): self.uidl.state = DISABLED
def user_edit(self, username, mode):
@@ -1171,6 +1172,11 @@ option on all user entries associated with this server, so any stuck
mail will be retrieved next time around.
"""
+ if string.find(greetline, "POP3 Server Ready") > 0:
+ warnings = warnings + """
+Some server that uses this greeting line has been observed to choke on
+TOP %d 99999999. Use the fetchall option. if necessary, to force RETR.
+"""
if string.find(greetline, "IMAP4rev1") > 0:
warnings = warnings + """
I see an IMAP4rev1 server. Excellent. This is (a) the best kind of