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