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