diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 23:51:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 23:51:47 +0000 |
commit | cc97d999c9afbe2e12e66c012c0beedbad5cfecf (patch) | |
tree | 44b8de1dc27b46ab86ac4f18372059b6e5dffca3 /fetchmail.man | |
parent | 7de9f6e9e73c5899f96dddac3a911b9437c9cba6 (diff) | |
download | fetchmail-cc97d999c9afbe2e12e66c012c0beedbad5cfecf.tar.gz fetchmail-cc97d999c9afbe2e12e66c012c0beedbad5cfecf.tar.bz2 fetchmail-cc97d999c9afbe2e12e66c012c0beedbad5cfecf.zip |
Document a side effect of fetchall.
svn path=/trunk/; revision=1752
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index e7ff244c..da9d3e51 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -115,6 +115,9 @@ Retrieve both old (seen) and new messages from the mailserver. The default is to fetch only messages the server has not marked seen. Note that POP2 retrieval behaves as though --all is always on (see RETRIEVAL FAILURE MODES below) and this option does not work with ETRN. +This option has the side effect or forcing POP3 retrieval to use RETR +rather than TOP for retrieval, working around buggy implementations +of the latter in some POP3 servers. .TP .B \-k, --keep (Keyword: keep) |