diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-05-12 10:29:00 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-05-12 10:29:00 +0200 |
commit | 474a05177cb49f111ef9732a3fb09778f1713b19 (patch) | |
tree | ee9b8aa488eac871d2ff5eae35b6bd09968023c1 /fetchmail.man | |
parent | ab245dddc6a34d6dd2965bf1f74071590c553112 (diff) | |
download | fetchmail-474a05177cb49f111ef9732a3fb09778f1713b19.tar.gz fetchmail-474a05177cb49f111ef9732a3fb09778f1713b19.tar.bz2 fetchmail-474a05177cb49f111ef9732a3fb09778f1713b19.zip |
Document FETCHMAIL_POP3_FORCE_RETR and drop it from TODO.txt.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 5ec054a1..2855eacb 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -2875,6 +2875,12 @@ See fetchmail's NEWS file and fetchmail-SA-2012-01.txt for details. Earlier fetchmail versions (v6.3.21 and older) used to disable this countermeasure, but v6.3.22 no longer does that as a safety precaution. +.IP \fBFETCHMAIL_POP3_FORCE_RETR\fP +(since v6.3.9): +If this environment variable is defined at all (even if empty), fetchmail +will forgo the POP3 TOP command and always use RETR. This can be +used as a workaround when TOP does not work properly. + .IP \fBFETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS\fP (since v6.3.17): If this environment variable is set and not empty, fetchmail will always load |