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