]> Pileus Git - ~andy/fetchmail/blob - todo.html
13f30a7ca986b898f21dda621164d17d1dd0b771
[~andy/fetchmail] / todo.html
1 <!DOCTYPE HTML public "-//W3O//DTD W3 HTML 4.0//EN">
2 <HTML>
3 <HEAD>
4 <link rev=made href="mailto:esr@snark.thyrsus.com">
5 <meta name="description" content="Known bugs and to-do items in fetchmail">
6 <meta name="keywords" content="fetchmail, POP3, IMAP, bugs"> 
7 <TITLE>Fetchmail Bugs and To-Do Items</TITLE>
8 </HEAD>
9 <BODY>
10 <table width="100%" cellpadding=0><tr>
11 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
12 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
13 <td width="30%" align=right>$Date: 2001/05/14 06:54:37 $
14 </table>
15 <HR>
16 <H1 ALIGN=CENTER>Fetchmail Bugs and To-Do Items</H1>
17
18 I try to respond to urgent bug reports in a timely way.  But fetchmail
19 is now pretty mature and I have many other projects, so I don't
20 personally chase obscure or marginal problems.  Help with any of these
21 will be cheerfully accepted.<p>
22
23 The UIDL code seems rather broken.  It's a nasty swamp.  Somebody who
24 actually uses it should fix it -- every time I try I seem to make
25 things worse....<p>
26
27 POP3 can't presently distinguish a wedged or down server from an
28 authentication failure.  Possible fix: after issuing a PASS
29 command. wait 300 (xx) seconds for a "-ERR" or a "+OK" . If nothing
30 comes back, retry at the next poll event and generate no errors. If we
31 get an -ERR then log an authentication failure.<p>
32
33 SMTP authentication a la RFC 2554 ought to be supported.  The Exim
34 reference has a 
35 <a href="http://www.exim.org/exim-html-3.10/doc/html/spec_33.html#SEC705">
36 whole chapter on this topic</a>.<p>
37
38 It has been reported that multidrop name matching fails when the name
39 to be matched contains a Latin-1 umlaut.  Dollars to doughnuts this is
40 some kind of character sign-extension problem.  Trouble is, it's very
41 likely in the BIND libraries.  Someone should go in with a debugger 
42 and check this.<p>
43
44 In the SSL support, add authentication of Certifying Authority (Is this
45 a Certifying Authority we recognize?).<p>
46
47 Laszlo Vecsey writes: "I believe qmail uses a technique of writing
48 temporary files to nfs, and then moving them into place to ensure that
49 they're written. Actually a hardlink is made to the temporary file and
50 the destination name in a new directory, then the first one is
51 unlinked.. maybe a combination of this will help with the fetchmail
52 lock file."<p>
53
54 Move everything to using service strings rather that port numbers, so we
55 can get rid of ENABLE_INET6 everywhere but in SockOpen (this will get
56 rid of the kluge in rcfile_y.y).<p>
57
58 The <a
59 href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fetchmail&archive=no">Debian
60 bug-tracking page for fetchmail</a> lists other bug reports.<p>
61
62 <HR>
63 <table width="100%" cellpadding=0><tr>
64 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
65 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
66 <td width="30%" align=right>$Date: 2001/05/14 06:54:37 $
67 </table>
68
69 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
70 </BODY>
71 </HTML>
72