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