diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-08 07:20:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-08 07:20:17 +0000 |
commit | 6f232ed6b5343dea62abdbbd7d38b48858bee373 (patch) | |
tree | 8898d48f48c81a3ded8b0aeb73246af5b22d52e5 /fetchmail-features.html | |
parent | 92397efcc624980fdf8467449b69d88d4acc4530 (diff) | |
download | fetchmail-6f232ed6b5343dea62abdbbd7d38b48858bee373.tar.gz fetchmail-6f232ed6b5343dea62abdbbd7d38b48858bee373.tar.bz2 fetchmail-6f232ed6b5343dea62abdbbd7d38b48858bee373.zip |
CRAM-MD5 authentication support a la RFC2195.
svn path=/trunk/; revision=2485
Diffstat (limited to 'fetchmail-features.html')
-rw-r--r-- | fetchmail-features.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fetchmail-features.html b/fetchmail-features.html index ab778a90..b607de57 100644 --- a/fetchmail-features.html +++ b/fetchmail-features.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1999/04/18 18:32:01 $ +<td width="30%" align=right>$Date: 1999/06/08 07:20:17 $ </table> <HR> @@ -19,6 +19,8 @@ <H2>Since 5.0:</H2> <UL> <LI>Expunge option can now be used to break POP3 retrieval into subsessions. + +<LI>Support for AUTH=CRAM-MD5 under IMAP, a la RFC2195. </UL> <H2>Since 4.0:</H2> @@ -173,7 +175,7 @@ get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1999/04/18 18:32:01 $ +<td width="30%" align=right>$Date: 1999/06/08 07:20:17 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |