]> Pileus Git - ~andy/fetchmail/blob - todo.html
143cea6884b7219c9089a3be1b216b1dc353791a
[~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/30 00:04:47 $
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 Using LMTP alias with a local name that is not a full name fails horribly
24 (the LMTP port never gets stripped off the name).
25
26 The UIDL code seems rather broken.  It's a nasty swamp.  Somebody who
27 actually uses it should fix it -- every time I try I seem to make
28 things worse....<p>
29
30 POP3 can't presently distinguish a wedged or down server from an
31 authentication failure.  Possible fix: after issuing a PASS
32 command. wait 300 (xx) seconds for a "-ERR" or a "+OK" . If nothing
33 comes back, retry at the next poll event and generate no errors. If we
34 get an -ERR then log an authentication failure.<p>
35
36 SMTP authentication a la RFC 2554 ought to be supported.  The Exim
37 reference has a 
38 <a href="http://www.exim.org/exim-html-3.10/doc/html/spec_33.html#SEC705">
39 whole chapter on this topic</a>.<p>
40
41 It has been reported that multidrop name matching fails when the name
42 to be matched contains a Latin-1 umlaut.  Dollars to doughnuts this is
43 some kind of character sign-extension problem.  Trouble is, it's very
44 likely in the BIND libraries.  Someone should go in with a debugger 
45 and check this.<p>
46
47 In the SSL support, add authentication of Certifying Authority (Is this
48 a Certifying Authority we recognize?).<p>
49
50 Laszlo Vecsey writes: "I believe qmail uses a technique of writing
51 temporary files to nfs, and then moving them into place to ensure that
52 they're written. Actually a hardlink is made to the temporary file and
53 the destination name in a new directory, then the first one is
54 unlinked.. maybe a combination of this will help with the fetchmail
55 lock file."<p>
56
57 Move everything to using service strings rather that port numbers, so we
58 can get rid of ENABLE_INET6 everywhere but in SockOpen (this will get
59 rid of the kluge in rcfile_y.y).<p>
60
61 The <a
62 href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fetchmail&archive=no">Debian
63 bug-tracking page for fetchmail</a> lists other bug reports.<p>
64
65 <HR>
66 <table width="100%" cellpadding=0><tr>
67 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
68 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
69 <td width="30%" align=right>$Date: 2001/05/30 00:04:47 $
70 </table>
71
72 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
73 </BODY>
74 </HTML>
75