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