diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-10-08 23:18:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-10-08 23:18:12 +0000 |
commit | 53d2927ec0f01dc526e589a28f0b3ef23055c031 (patch) | |
tree | 47d1791d128f6c231f3ac5cb504282b18d69d761 | |
parent | f530db9e41b95eff04098686753db4938e30dbe0 (diff) | |
download | fetchmail-53d2927ec0f01dc526e589a28f0b3ef23055c031.tar.gz fetchmail-53d2927ec0f01dc526e589a28f0b3ef23055c031.tar.bz2 fetchmail-53d2927ec0f01dc526e589a28f0b3ef23055c031.zip |
Do not mislead users about QUIT behavior of POP3 servers.
svn path=/branches/BRANCH_6-3/; revision=4917
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7be2abdf..52ce5fe0 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -646,8 +646,7 @@ messages. Under POP2 or POP3, fetchmail cannot make deletions final without sending QUIT and ending the session -- with this option on, fetchmail will break a long mail retrieval session into multiple sub-sessions, sending QUIT after each sub-session. This is a good -defense against line drops on POP3 servers that do not do the -equivalent of a QUIT on hangup. Under IMAP, +defense against line drops on POP3 servers. Under IMAP, .I fetchmail normally issues an EXPUNGE command after each deletion in order to force the deletion to be done immediately. This is safest when your |