]> Pileus Git - ~andy/fetchmail/blob - todo.html
IDLE implementation.
[~andy/fetchmail] / todo.html
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <link rev="made" href="mailto:esr@snark.thyrsus.com" />
7 <meta name="description"
8 content="Known bugs and to-do items in fetchmail" />
9 <meta name="keywords" content="fetchmail, POP3, IMAP, bugs" />
10 <title>Fetchmail Bugs and To-Do Items</title>
11 <style type="text/css">
12 /*<![CDATA[*/
13  h1.c1 {text-align: center}
14 /*]]>*/
15 </style>
16 </head>
17 <body>
18 <table width="100%" cellpadding="0" summary="Canned page header">
19 <tr>
20 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a></td>
21 <td width="30%" align="center">Up to <a href="/~esr/sitemap.html">Site Map</a></td>
22 <td width="30%" align="right">$Date: 2003/02/28 11:02:51 $</td>
23 </tr>
24 </table>
25
26 <hr />
27 <h1 class="c1">Fetchmail Bugs and To-Do Items</h1>
28
29 <p>I try to respond to urgent bug reports in a timely way. But
30 fetchmail is now pretty mature and I have many other projects, so I
31 don't personally chase obscure or marginal problems. Help with any
32 of these will be cheerfully accepted.</p>
33
34 <p>POP3 can't presently distinguish a wedged or down server from an
35 authentication failure. Possible fix: after issuing a PASS command.
36 wait 300 (xx) seconds for a "-ERR" or a "+OK" . If nothing comes
37 back, retry at the next poll event and generate no errors. If we
38 get an -ERR then log an authentication failure.</p>
39
40 <p>It has been reported that multidrop name matching fails when the
41 name to be matched contains a Latin-1 umlaut. Dollars to doughnuts
42 this is some kind of character sign-extension problem. Trouble is,
43 it's very likely in the BIND libraries. Someone should go in with a
44 debugger and check this.</p>
45
46 <p>In the SSL support, add authentication of Certifying Authority
47 (Is this a Certifying Authority we recognize?).</p>
48
49 <p>Laszlo Vecsey writes: "I believe qmail uses a technique of
50 writing temporary files to nfs, and then moving them into place to
51 ensure that they're written. Actually a hardlink is made to the
52 temporary file and the destination name in a new directory, then
53 the first one is unlinked.. maybe a combination of this will help
54 with the fetchmail lock file."</p>
55
56 <p>Move everything to using service strings rather that port
57 numbers, so we can get rid of ENABLE_INET6 everywhere but in
58 SockOpen (this will get rid of the kluge in rcfile_y.y).</p>
59
60 <p>John Summerfield suggests that specifying a localname containing
61 @ ought to be treated as an smtpname option, with the domain part
62 removed for other purposes such as local-address matching.</p>
63
64 <p>The <a
65 href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=fetchmail&amp;archive=no">
66 Debian bug-tracking page for fetchmail</a> lists other bug
67 reports.</p>
68
69 <hr />
70 <table width="100%" cellpadding="0" summary="Canned page footer">
71 <tr>
72 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a></td>
73 <td width="30%" align="center">Up to <a href="/~esr/sitemap.html">Site Map</a></td>
74 <td width="30%" align="right">$Date: 2003/02/28 11:02:51 $</td>
75 </tr>
76 </table>
77
78 <br clear="left" />
79 <address>Eric S. Raymond <a href="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</a></address>
80 </body>
81 </html>
82