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