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