aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 21:53:47 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 21:53:47 +0000
commit72050c6324f11537f20eb8ee06792cf0f2c2e347 (patch)
tree8711e224164a5158d86dfc28607497dec5c2b64c
parent698e430e163910540c40b5d373c3aadf134c5dff (diff)
downloadfetchmail-72050c6324f11537f20eb8ee06792cf0f2c2e347.tar.gz
fetchmail-72050c6324f11537f20eb8ee06792cf0f2c2e347.tar.bz2
fetchmail-72050c6324f11537f20eb8ee06792cf0f2c2e347.zip
We conform to RFC1939.
svn path=/trunk/; revision=279
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 633b1658..2027b1b0 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -21,7 +21,7 @@ The
.I fetchmail
program can gather mail from servers supporting any of the common
mail-retrieval protocols: POP2 (as specified in RFC 937), POP3 (RFC
-1725), IMAP2bis (as implemented by the 4.4BSD imapd program), and
+1939), IMAP2bis (as implemented by the 4.4BSD imapd program), and
IMAP4 (as specified by RFC1730). It can use (but does not require)
LAST facility removed from later POP3 versions.
.PP
@@ -601,4 +601,4 @@ itself to get it. All encryption would do in this context is give a
false sense of security to people who don't think very hard.
.SH SEE ALSO
mail(1), binmail(1), sendmail(8), popd(8), imapd(8)
-RFC 937, RFC 1081, RFC 1082, RFC1176, RFC 1225, RFC 1460, RFC 1725.
+RFC 937, RFC 1081, RFC 1082, RFC1176, RFC 1225, RFC 1460, RFC 1725, RFC1939.