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