diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 08:01:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 08:01:13 +0000 |
commit | 19580930369179181789233ab2f311530d65edf1 (patch) | |
tree | f70649ac43d90f258b6e6f89f306a4a5ad806a6c /README | |
parent | c08743b5ce697ba31f950f3d4590745c8cc67cbd (diff) | |
download | fetchmail-19580930369179181789233ab2f311530d65edf1.tar.gz fetchmail-19580930369179181789233ab2f311530d65edf1.tar.bz2 fetchmail-19580930369179181789233ab2f311530d65edf1.zip |
First cut at ODMR support.
svn path=/trunk/; revision=3028
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,8 +11,9 @@ fetchmail supports all standard 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, Microsoft's NTLM, Demon Internet's SDPS, all flavors of IMAP (including IMAP4rev1 with RFC1731 -Kerberos v4 or GSSAPI authentication or CRAM-MD5 authentication), and -ESMTP ETRN. Fetchmail also supports end-to-end encryption with OpenSSL. +Kerberos v4 or GSSAPI authentication or CRAM-MD5 authentication), +ESMTP ETRN, and ODMR. Fetchmail also supports end-to-end encryption with +OpenSSL. The fetchmail code was developed under Linux, but has also been extensively tested under the BSD variants, AIX, HP-UX versions 9 and |