]> Pileus Git - ~andy/fetchmail/blob - TODO.txt
168f461ef951907a1acb68429217b49d2a9a20b0
[~andy/fetchmail] / TODO.txt
1 soon:
2 - thread on fetchmail users "Invalid SSL certificate" by Philip Susi,
3   SSL negotiation does not use ERR_error_string(3ssl) to report errors 
4   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
8 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432618
9   * write a table of combinations of TLS/SSL options
10 - complete SA based on feedback from reporter, with CVE Name and publish
11 - add To: header to warning mails (authfail for instance)
12 - BerliOS Bug #11576, Bug #11797
13
14 6.4:
15 - change SSL/TLS UI incompatibly, making it easier to use
16 - allow selection of SSL/TLS Ciphers
17 - perhaps switch to libgsasl and libgnutls (which doesn't talk SSLv2)
18 - make the SSL default v3 (rather than v23).
19 - put more hints to the FAQ (should we call it FGA?) as first support place
20 - make sure we print socket error messages such as connection reset by
21   peer to hint users the problem is not in fetchmail
22 - > b) When the envelope header is specified, but it isn't found, a
23   > warning is logged and the mail is forwarded to the postmaster
24   > ("WARNING: Envelope header $HEADER found, cannot identify the
25   > recipient.  Forwarding to the postmaster")
26   Rob MacGregor 2007-03-16 Patch to the man page, fetchmail-devel@
27 - integrate Isaac Wilcox's test rig
28 - look at Tony Earnshaw's .spec file
29 - look at Gentoo patches
30 - remove dead replacement functions: strdup (Andreas Krennmair), ...
31 - more SMTP/LMTP error detail on message rejections even outside verbose mode.
32   Ian D. Allen, fetchmail-users. Two messages with examples.
33   What goes here? fetchmailrc location, server, port, user, folder, anything else?
34 - see if "AUTH SSH" can be made to work for POP3
35 - revisit BerliOS patches
36 - check recent list mail
37 - check Debian BTS and other bug trackers
38 - better logging (log all headers, log forward destination + method)
39 - check strict envelope N Received parsing,
40   see mail from Admin Att on fetchmail-users
41 - 6.3.4-pending-deletes.patch
42 - fetchmail -s with running daemon complains rather than silently
43   restarting daemon
44 - send warning message when connection fails?
45 - when logging to syslog, disable locale?
46 - check FAQ O5 - do we really prefer From: over envelope?!?
47 - add code to allow safe authentication schemes if TLS fails
48 - make APOP an authenticator, integrate with regular auto authentication
49   but stuff it at the end
50 - use SASL?
51
52 DOCUMENTATION:
53 - Add info whether Keywords are global, server or user keywords
54 - consolidate multidrop documentation