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