From a1f75d02f710aa6ff7fdaeee7aa48c76744554d0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 11 Feb 1997 18:59:28 +0000 Subject: Document ETRN better. svn path=/trunk/; revision=866 --- fetchmail.man | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'fetchmail.man') diff --git a/fetchmail.man b/fetchmail.man index 64892b26..cfd429dc 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -131,8 +131,6 @@ any successful attempt. .I proto may be one of the following: .RS -.IP IMAP -IMAP2bis, a compatible subset of IMAP4. .IP POP2 Post Office Protocol 2 .IP POP3 @@ -143,9 +141,18 @@ Use POP3 with MD5 authentication. Use POP3 with RPOP authentication. .IP KPOP Use POP3 with Kerberos authentication on port 1109. +.IP IMAP +IMAP2bis, IMAP4, or IMAP4rev1 (\fIfetchmail\fR autodetects their capabilities). .IP ETRN Use the ESMTP ETRN option. .RE +All these alternatives work in basically the same way (communicating +with server daemons to fetch mail already delivered to a mailbox on +the server) except ETRN. The ETRN mode allows you to ask an RFC-1985 +complient ESMTP server (such as BSD sendmail at release 8.8.0 or +higher) to immediately open an sender-SMTP connection to your your +client machine and begin forwarding any items addressed to your client +machine in the server's queue of undelivered mail. .TP .B \-P, --port The option permits you to specify a TCP/IP port to connect on. -- cgit v1.2.3