]> Pileus Git - ~andy/fetchmail/blob - TODO.txt
Add an Ubuntu bug.
[~andy/fetchmail] / TODO.txt
1 soon - MUST:
2 - BerliOS Bug #10972, Fetchmail refetches big messages repeatedly (SMTP listener
3   issue)
4 - publish SA-2007-02 after release
5 - Debian Bug #475239, MIME decoder may break up words (need to quote results)
6 - Debian Bug #480851, stuck mail from gandi.net (IMAP; Dovecot) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480851
7 - Replace sscanf/fscanf by functions that do range checking (strtol/strtoul) :-/
8   See http://sourceware.org/bugzilla/show_bug.cgi?id=6453
9 - Ubuntu Launchpad Bug #64152, fetchmailconf fails if fetchmail compiled
10   without res_search() since "dns" missing in "Server" typemap.
11   https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/64152
12
13 soon - SHOULD:
14 - https://bugzilla.novell.com/show_bug.cgi?id=246829 - fetchmail lost some mail
15   (5XX error code in contradiction with manual?)
16   also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471283
17 - allow \Deleted without \Seen, rf. 
18   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466299
19 - document IMAP4 ACL requirements
20 - log configured server name on certificate mismatch (perhaps pay
21   attention to via entries and stuff like that)
22 - BerliOS Bug #11576, thread on fetchmail users "Invalid SSL certificate" by
23   Philip Susi, SSL negotiation does not use ERR_error_string(3ssl) to report
24   errors in a readable way, we just report socket errors with no good reason.
25 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432618
26   * write a table of combinations of TLS/SSL options
27 - add To: header to warning mails (authfail for instance)
28 - Debian Bug#449179, smbutil.c:90: unicodeToString: Assertion `len+1 < sizeof
29   buf' failed, from Stepan Golosunov <stepan@golosunov.pp.ru>
30 - Fix TOCTOU race around prc_filecheck*
31 - Get rid of peeking in socket.c? MSG_PEEK seems non-portable and racey.
32
33 soon - MAY:
34 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176
35   => fetchmail: support utf-8 encoding in log file
36   Revisit http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400719
37   => syslog messages are localised
38   http://lists.debian.org/debian-devel/2006/11/msg01068.html
39
40 soon - after 6.3.9:
41 - find a solution for the "invalid header" discards message problem
42   (escape headers and stuff reminder into body)
43 - add Message-ID: header and other SHOULD headers to warning mails?
44 - report multiline SMTP errors properly (sample in private mail from 
45   Earl Chew, 2007-07-30T02:28)
46   => requires reworking SMTP_ok to actually not only read the last line 
47      of multiline replies, but buffer.
48
49 questionable:
50 - Convert POP3 UIDs to X-UIDL?
51 - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins
52   <simpkins@cisco.com> around Nov 2nd)?
53
54 6.4:
55 - Debian Bug #454291 fetchmail --quit: should check, that pid file 
56   really contains pid of fetchmail process (Dmitry Nezhevenko)
57   => use fcntl() lock?
58 - download only messages whose headers match a filter (by Toby, Usenet
59   Nov 2007 de.comm.software.mailserver
60   Message-ID: <1195033726.123704.296060@k79g2000hse.googlegroups.com>)
61 - feature request by Daniel Goering <g_daniel@gmx.net> on
62   fetchmail-devel 2007-11-15: populate .fetchids from current messages.
63   (it'll probably be useful to limit this to "all but the 10 latest" or
64   "all before date this-and-that")
65 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374514
66   "Deleting fetchids file" vs. POP3 - probably unneeded if we use IMAP UIDs.
67 - change SSL/TLS UI incompatibly, making it easier to use
68 - allow selection of SSL/TLS Ciphers
69 - perhaps switch to libgsasl and libgnutls (which doesn't talk SSLv2)
70 - make the SSL default v3 (rather than v23).
71 - put more hints to the FAQ (should we call it FGA?) as first support place
72 - make sure we print socket error messages such as connection reset by
73   peer to hint users the problem is not in fetchmail
74 - > b) When the envelope header is specified, but it isn't found, a
75   > warning is logged and the mail is forwarded to the postmaster
76   > ("WARNING: Envelope header $HEADER found, cannot identify the
77   > recipient.  Forwarding to the postmaster")
78   Rob MacGregor 2007-03-16 Patch to the man page, fetchmail-devel@
79 - integrate Isaac Wilcox's test rig
80 - look at Tony Earnshaw's .spec file
81 - look at Gentoo patches
82 - remove dead replacement functions: strdup (Andreas Krennmair), ...
83 - more SMTP/LMTP error detail on message rejections even outside verbose mode.
84   Ian D. Allen, fetchmail-users. Two messages with examples.
85   What goes here? fetchmailrc location, server, port, user, folder, anything else?
86 - see if "AUTH SSH" can be made to work for POP3
87 - revisit BerliOS patches
88 - check recent list mail
89 - check Debian BTS and other bug trackers
90 - better logging (log all headers, log forward destination + method)
91 - check strict envelope N Received parsing,
92   see mail from Admin Att on fetchmail-users
93 - 6.3.4-pending-deletes.patch
94 - fetchmail -s with running daemon complains rather than silently
95   restarting daemon
96 - send warning message when connection fails?
97 - when logging to syslog, disable locale?
98 - check FAQ O5 - do we really prefer From: over envelope?!?
99 - add code to allow safe authentication schemes if TLS fails
100 - make APOP an authenticator, integrate with regular auto authentication
101   but stuff it at the end
102 - allow forcing RETR (RETR vs. TOP, fetchmail-users, drbob 2008-01-11)
103 - use SASL?
104
105 DOCUMENTATION:
106 - Add info whether Keywords are global, server or user keywords
107 - consolidate multidrop documentation