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