]> Pileus Git - ~andy/fetchmail/blob - todo.html
Version bump.
[~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/02/19 17:32:34 $
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, we need to add server certificate validation (In
45 other words, does the certificate match the system we are trying to
46 contact?).  Also, add authentication of Certifying Authority (Is this
47 a Certifying Authority we recognize?).<p>
48
49 Laszlo Vecsey writes: "I believe qmail uses a technique of writing
50 temporary files to nfs, and then moving them into place to ensure that
51 they're written. Actually a hardlink is made to the temporary file and
52 the destination name in a new directory, then the first one is
53 unlinked.. maybe a combination of this will help with the fetchmail
54 lock file."<p>
55
56 Move everything to using service strings rather that port numbers, so we
57 can get rid of ENABLE_INET6 everywhere but in SockOpen (this will get
58 rid of the kluge in rcfile_y.y).<p>
59
60 The <a
61 href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fetchmail&archive=no">Debian
62 bug-tracking page for fetchmail</a> lists other bug reports.<p>
63
64 <HR>
65 <table width="100%" cellpadding=0><tr>
66 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
67 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
68 <td width="30%" align=right>$Date: 2001/02/19 17:32:34 $
69 </table>
70
71 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
72 </BODY>
73 </HTML>
74