diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 06:34:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 06:34:46 +0000 |
commit | 65b310a77efb75cd01d355df779cf4721156f89e (patch) | |
tree | 53c41d5c9db2ffeb91546fb12c5071d8fc97e10d /design-notes.html | |
parent | 2cc82b76e6597d6d5c984a27abf041666ed7aa1b (diff) | |
download | fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.tar.gz fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.tar.bz2 fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.zip |
Implemented support for RFC2177 IDLE command.
svn path=/trunk/; revision=2790
Diffstat (limited to 'design-notes.html')
-rw-r--r-- | design-notes.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/design-notes.html b/design-notes.html index 0707878a..4b1bbdce 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="/~esr/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: 2000/02/05 04:10:38 $ +<td width="30%" align=right>$Date: 2000/03/06 06:34:43 $ </table> <HR> <H1 ALIGN=CENTER>Design Notes On Fetchmail</H1> @@ -346,6 +346,8 @@ following minimum steps. <LI>Hack conf.c to dump the option so we won't have a version-skew problem. <LI>Add an entry to NEWS. + +<LI>If the option implements a new feature, add a note to the feature list. </UL> There may be other things you have to do in the way of logic, of course.<P> @@ -531,13 +533,15 @@ all shaped the design in one way or another.<P> <DD> IMAP/POP AUTHorize Extension for Simple Challenge/Response <DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc2449.txt">RFC2449</A> <DD> POP3 Extension Mechanism +<DT><A HREF="ftp://ftp.isi.edu/in-notes/rfc2177.txt">RFC2449</A> +<DD> IMAP IDLE command </DL> <HR> <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: 2000/02/05 04:10:38 $ +<td width="30%" align=right>$Date: 2000/03/06 06:34:43 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |