aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-26 23:19:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-26 23:19:04 +0000
commit45ba00921a83a7744a5f8fedad7dbd0652eb9812 (patch)
treef9835654385b898eb9ca0541eb3571844b8476db /fetchmail.man
parentaa0d39fe51eb00dcb82969d273782b25884f105a (diff)
downloadfetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.gz
fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.bz2
fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.zip
Added autoprobe logic.
svn path=/trunk/; revision=66
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 955b75d7..db79f303 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -112,7 +112,10 @@ machine. Some possible MDAs are "/usr/formail", "/usr/bin/deliver %s",
.TP
.B \--protocol proto
Specify the protocol to used when communicating with the remote
-mailserver.
+mailserver. If no protocol is specified,
+.I popclient
+will try each of the supported protocols in turn, terminating after
+any successful attempt.
.I proto
may be one of the following:
.RS
@@ -403,6 +406,7 @@ Legal keywords are:
.PP
Legal protocol identifiers are
+ auto (or AUTO)
pop2 (or POP2)
pop3 (or POP3)
imap (or IMAP)