diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 03:30:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 03:30:59 +0000 |
commit | 4ce9864ba963d4a5e1dae641a3f510908debac60 (patch) | |
tree | b1ca05afc1950b9284bf08af897a79d6adf9647f /todo.html | |
parent | ae747561a4218a1b7e108d776dd1f39565765135 (diff) | |
download | fetchmail-4ce9864ba963d4a5e1dae641a3f510908debac60.tar.gz fetchmail-4ce9864ba963d4a5e1dae641a3f510908debac60.tar.bz2 fetchmail-4ce9864ba963d4a5e1dae641a3f510908debac60.zip |
Note a new bug.
svn path=/trunk/; revision=3554
Diffstat (limited to 'todo.html')
-rw-r--r-- | todo.html | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="/~esr">Eric's Home Page</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/09/30 19:45:23 $ +<td width="30%" align=right>$Date: 2001/12/14 03:30:59 $ </table> <HR> <H1 ALIGN=CENTER>Fetchmail Bugs and To-Do Items</H1> @@ -20,6 +20,12 @@ is now pretty mature and I have many other projects, so I don't personally chase obscure or marginal problems. Help with any of these will be cheerfully accepted. +<p>IDLE is not fully implemented. Fetchmail does not time out the idle connection +every 30 minutes or less as required by RFC2177. Some servers (including UW IMAPD +compiled without the MICROSOFT_BRAIN_DAMAGE option, as is the default) will drop +the connection after 30 minutes, resulting in a spurious socket error in your logs +and no mail being picked up until the next poll cycle. + <p>The UIDL code seems rather broken. It's a nasty swamp. Somebody who actually uses it should fix it -- every time I try I seem to make things worse.... @@ -67,7 +73,7 @@ bug-tracking page for fetchmail</a> lists other bug reports. <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="/~esr">Eric's Home Page</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/09/30 19:45:23 $ +<td width="30%" align=right>$Date: 2001/12/14 03:30:59 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@thyrsus.com></A></ADDRESS> |