diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 21:26:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 21:26:42 +0000 |
commit | 12543c76ce635e1efa5a6585f47ebd85b5c7db90 (patch) | |
tree | 421dba6fad43471c42b3e7eb017097023f500726 /README | |
parent | 06e870380328afef42cb857f7e421466df12aeaa (diff) | |
download | fetchmail-12543c76ce635e1efa5a6585f47ebd85b5c7db90.tar.gz fetchmail-12543c76ce635e1efa5a6585f47ebd85b5c7db90.tar.bz2 fetchmail-12543c76ce635e1efa5a6585f47ebd85b5c7db90.zip |
Integrated RPA support.
svn path=/trunk/; revision=1444
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,8 +9,9 @@ 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, all flavors of IMAP (including IMAP4rev1 with -RFC1731 Kerberos v4 authentication), and ESMTP ETRN. +RPOP, APOP, KPOP, Compuserve's POP3 with RPA, all flavors of IMAP +(including IMAP4rev1 with RFC1731 Kerberos v4 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, |