]> Pileus Git - ~andy/fetchmail/blob - TODO.txt
ce1be08aff49743a75342117337190842f4542d1
[~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 questionable:
22 - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins
23   <simpkins@cisco.com> around Nov 2nd)?
24
25 6.4:
26 - change SSL/TLS UI incompatibly, making it easier to use
27 - allow selection of SSL/TLS Ciphers
28 - perhaps switch to libgsasl and libgnutls (which doesn't talk SSLv2)
29 - make the SSL default v3 (rather than v23).
30 - put more hints to the FAQ (should we call it FGA?) as first support place
31 - make sure we print socket error messages such as connection reset by
32   peer to hint users the problem is not in fetchmail
33 - > b) When the envelope header is specified, but it isn't found, a
34   > warning is logged and the mail is forwarded to the postmaster
35   > ("WARNING: Envelope header $HEADER found, cannot identify the
36   > recipient.  Forwarding to the postmaster")
37   Rob MacGregor 2007-03-16 Patch to the man page, fetchmail-devel@
38 - integrate Isaac Wilcox's test rig
39 - look at Tony Earnshaw's .spec file
40 - look at Gentoo patches
41 - remove dead replacement functions: strdup (Andreas Krennmair), ...
42 - more SMTP/LMTP error detail on message rejections even outside verbose mode.
43   Ian D. Allen, fetchmail-users. Two messages with examples.
44   What goes here? fetchmailrc location, server, port, user, folder, anything else?
45 - see if "AUTH SSH" can be made to work for POP3
46 - revisit BerliOS patches
47 - check recent list mail
48 - check Debian BTS and other bug trackers
49 - better logging (log all headers, log forward destination + method)
50 - check strict envelope N Received parsing,
51   see mail from Admin Att on fetchmail-users
52 - 6.3.4-pending-deletes.patch
53 - fetchmail -s with running daemon complains rather than silently
54   restarting daemon
55 - send warning message when connection fails?
56 - when logging to syslog, disable locale?
57 - check FAQ O5 - do we really prefer From: over envelope?!?
58 - add code to allow safe authentication schemes if TLS fails
59 - make APOP an authenticator, integrate with regular auto authentication
60   but stuff it at the end
61 - use SASL?
62
63 DOCUMENTATION:
64 - Add info whether Keywords are global, server or user keywords
65 - consolidate multidrop documentation