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