diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 02:00:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 02:00:29 +0000 |
commit | ba16d6471724b0c3786d4a302a9b1d9270a9d439 (patch) | |
tree | 147a8c1b0804ededc9835728c806b582fa865379 /fetchmailconf | |
parent | 6ccc1bfe4e4789aaf7050f9bc7c9eb8becdef372 (diff) | |
download | fetchmail-ba16d6471724b0c3786d4a302a9b1d9270a9d439.tar.gz fetchmail-ba16d6471724b0c3786d4a302a9b1d9270a9d439.tar.bz2 fetchmail-ba16d6471724b0c3786d4a302a9b1d9270a9d439.zip |
MRC's comment.
svn path=/trunk/; revision=2583
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fetchmailconf b/fetchmailconf index a86afc34..d64910e9 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1128,9 +1128,10 @@ this server. if string.find(greetline, "GroupWise") > 0: warnings = warnings + """ You appear to be using the Novell GroupWise IMAP server. This server would -be better named GroupFoolish; it is unusably broken. The specific problem -is that it doesn't include a content length in its BODY[TEXT] response, so -fetchmail can't know how much content to fetch. +be better named GroupFoolish; according to the designer of IMAP it is unusably +broken. The specific problem is that it doesn't include a required content +length in its BODY[TEXT] response, so fetchmail can't know how much content +to fetch. """ |