diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-18 00:45:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-18 00:45:07 +0000 |
commit | 343eba8240decd64ab424eee9d9b1d15b53cce9c (patch) | |
tree | a8db05be3f610a680ec7b267823149e0e7ebad15 /README | |
parent | aedf4074310ecf6d0e02b219ebeaff602ae0c57a (diff) | |
download | fetchmail-343eba8240decd64ab424eee9d9b1d15b53cce9c.tar.gz fetchmail-343eba8240decd64ab424eee9d9b1d15b53cce9c.tar.bz2 fetchmail-343eba8240decd64ab424eee9d9b1d15b53cce9c.zip |
Doc fix.
svn path=/trunk/; revision=1578
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ normal mail user agents such as elm(1) or Mail(1). fetchmail supports standard all mail-retrieval protocols in use on the Internet: POP2, POP3 (including POP3 with RFC1938 one-time passwords), RPOP, APOP, KPOP, Compuserve's POP3 with RPA, all flavors of IMAP -(including IMAP4rev1 with RFC1731 Kerberos v4 authentication or GSSAPI- -over-Kerberos-V authentication), and ESMTP ETRN. +(including IMAP4rev1 with RFC1731 Kerberos v4 or GSSAPI authentication), +and ESMTP ETRN. The fetchmail code was developed under Linux, but has also been extensively tested under 4.4BSD, AIX, HP-UX versions 9 and 10, |