diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-30 06:53:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-30 06:53:03 +0000 |
commit | 8efde63e2ab37c6179499202ecd6e83f9613166f (patch) | |
tree | 0e74a7f084aa3331004ffd34d9ac31d40c0f2431 /fetchmailconf | |
parent | 8d47ee9aefa2777c0fed7497a7b9aca461d622db (diff) | |
download | fetchmail-8efde63e2ab37c6179499202ecd6e83f9613166f.tar.gz fetchmail-8efde63e2ab37c6179499202ecd6e83f9613166f.tar.bz2 fetchmail-8efde63e2ab37c6179499202ecd6e83f9613166f.zip |
Take note of the Domino bug.
svn path=/trunk/; revision=2852
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index c3ea9497..29ed5ada 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1275,6 +1275,15 @@ attachments; the effect is to drop the attachments on the floor. We recommend you upgrade to a non-broken IMAP server. """ + if string.find(greetline, "Domino IMAP4") > 0: + warnings = warnings + """ +Your IMAP server appears to be Lotus Domino. This server, at least up +to version 4.6.2a, has a bug in its generation of MIME boundaries (see +the details in the fetchmail FAQ). As a result, even MIME aware MUAs +will see attachments as part of the message text. If your Domino server's +POP3 facility is enabled, we recommend you fall back on it. + +""" ### Checks for protocol variants start here |