diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:21:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:21:53 +0000 |
commit | e248156915d70bed04dd21cf1aeae43554efce2d (patch) | |
tree | b68b463845f60a8660cd8bb14a1cdd6f1434469a /README | |
parent | 56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (diff) | |
download | fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.gz fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.bz2 fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.zip |
Added experimental SDPS support.
svn path=/trunk/; revision=2034
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +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, Compuserve's POP3 with RPA, all flavors of IMAP -(including IMAP4rev1 with RFC1731 Kerberos v4 or GSSAPI authentication), -and ESMTP ETRN. +RPOP, APOP, KPOP, Compuserve's POP3 with RPA, Demon Internet's SDPS, +all flavors of IMAP (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, |