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