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