]> Pileus Git - ~andy/fetchmail/blob - TODO.txt
b463f2df4e1d15da2ec57cf6de30bffd82e83293
[~andy/fetchmail] / TODO.txt
1 soon - MUST:
2 - BerliOS Bug #10972, Fetchmail refetches big messages repeatedly (SMTP listener
3   issue)
4 - publish SA-2007-02 after release
5 - Debian Bug #475239, MIME decoder may break up words (need to quote results)
6 - Replace sscanf/fscanf by functions that do range checking (strtol/strtoul) :-/
7   See http://sourceware.org/bugzilla/show_bug.cgi?id=6453
8 - Ubuntu Launchpad Bug #64152, fetchmailconf fails if fetchmail compiled
9   without res_search() since "dns" missing in "Server" typemap.
10   https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/64152
11 - Ubuntu Launchpad Bug #151333, cannot download mail with long Cc: field
12   https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/151333
13
14 soon - SHOULD:
15 - https://bugzilla.novell.com/show_bug.cgi?id=246829 - fetchmail lost some mail
16   (5XX error code in contradiction with manual?)
17   also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471283
18 - allow \Deleted without \Seen, rf. 
19   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466299
20 - document IMAP4 ACL requirements
21 - log configured server name on certificate mismatch (perhaps pay
22   attention to via entries and stuff like that)
23 - BerliOS Bug #11576, thread on fetchmail users "Invalid SSL certificate" by
24   Philip Susi, SSL negotiation does not use ERR_error_string(3ssl) to report
25   errors in a readable way, we just report socket errors with no good reason.
26 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432618
27   * write a table of combinations of TLS/SSL options
28 - add To: header to warning mails (authfail for instance)
29 - Debian Bug#449179, smbutil.c:90: unicodeToString: Assertion `len+1 < sizeof
30   buf' failed, from Stepan Golosunov <stepan@golosunov.pp.ru>
31 - Fix TOCTOU race around prc_filecheck*
32 - Get rid of peeking in socket.c? MSG_PEEK seems non-portable and racey.
33
34 soon - MAY:
35 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176
36   => fetchmail: support utf-8 encoding in log file
37   Revisit http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400719
38   => syslog messages are localised
39   http://lists.debian.org/debian-devel/2006/11/msg01068.html
40
41 soon - after 6.3.9:
42 - find a solution for the "invalid header" discards message problem
43   (escape headers and stuff reminder into body)
44 - add Message-ID: header and other SHOULD headers to warning mails?
45 - report multiline SMTP errors properly (sample in private mail from 
46   Earl Chew, 2007-07-30T02:28)
47   => requires reworking SMTP_ok to actually not only read the last line 
48      of multiline replies, but buffer.
49
50 questionable:
51 - Convert POP3 UIDs to X-UIDL?
52 - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins
53   <simpkins@cisco.com> around Nov 2nd)?
54
55 6.4:
56 - revisit maximum allowed rcfile permissions, fix inconsistency
57   (silently allowing g+x).
58 - make UID code more efficient, parsing is O(n^2), should be no worse
59   than O(n log n).
60 - help systematic debugging
61     - by making logging more strict (Postfix's msg_* as example??)
62     - by adding a --loggingtest or something that emits 
63       a set of test log messages at various severity levels, in order to 
64       make sure people get complete logs.
65     - by adding messages where fetchmail stuffed its output.
66 - Debian Bug #454291 fetchmail --quit: should check, that pid file 
67   really contains pid of fetchmail process (Dmitry Nezhevenko)
68   => use fcntl() lock?
69 - feature to skip first N or all messages upon first download
70 - download only messages whose headers match a filter (by Toby, Usenet
71   Nov 2007 de.comm.software.mailserver
72   Message-ID: <1195033726.123704.296060@k79g2000hse.googlegroups.com>)
73 - feature request by Daniel Goering <g_daniel@gmx.net> on
74   fetchmail-devel 2007-11-15: populate .fetchids from current messages.
75   (it'll probably be useful to limit this to "all but the 10 latest" or
76   "all before date this-and-that")
77 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374514
78   "Deleting fetchids file" vs. POP3 - probably unneeded if we use IMAP UIDs.
79 - change SSL/TLS UI incompatibly, making it easier to use
80 - allow selection of SSL/TLS Ciphers
81 - perhaps switch to libgsasl and libgnutls (which doesn't talk SSLv2)
82 - make the SSL default v3 (rather than v23).
83 - put more hints to the FAQ (should we call it FGA?) as first support place
84 - make sure we print socket error messages such as connection reset by
85   peer to hint users the problem is not in fetchmail
86 - > b) When the envelope header is specified, but it isn't found, a
87   > warning is logged and the mail is forwarded to the postmaster
88   > ("WARNING: Envelope header $HEADER found, cannot identify the
89   > recipient.  Forwarding to the postmaster")
90   Rob MacGregor 2007-03-16 Patch to the man page, fetchmail-devel@
91 - integrate Isaac Wilcox's test rig
92 - look at Tony Earnshaw's .spec file
93 - look at Gentoo patches
94 - remove dead replacement functions: strdup (Andreas Krennmair), ...
95 - more SMTP/LMTP error detail on message rejections even outside verbose mode.
96   Ian D. Allen, fetchmail-users. Two messages with examples.
97   What goes here? fetchmailrc location, server, port, user, folder, anything else?
98 - see if "AUTH SSH" can be made to work for POP3
99 - revisit BerliOS patches
100 - check recent list mail
101 - check Debian BTS and other bug trackers
102 - better logging (log all headers, log forward destination + method)
103 - check strict envelope N Received parsing,
104   see mail from Admin Att on fetchmail-users
105 - 6.3.4-pending-deletes.patch
106 - fetchmail -s with running daemon complains rather than silently
107   restarting daemon
108 - send warning message when connection fails?
109 - when logging to syslog, disable locale?
110 - check FAQ O5 - do we really prefer From: over envelope?!?
111 - add code to allow safe authentication schemes if TLS fails
112 - make APOP an authenticator, integrate with regular auto authentication
113   but stuff it at the end
114 - allow forcing RETR (RETR vs. TOP, fetchmail-users, drbob 2008-01-11)
115 - use SASL?
116 - make logfile more useful (redirect not only in daemon mode)
117 - for virtual mapping, we don't currently support local user aliases or 
118   regexp matching with replacement. This would be useful for hosting 
119   several virtual domains in one multidrop mailbox, as in 
120   qmail/courier's:
121
122   @one.example:bob-one
123   @two.example:bob-two
124
125   Result:
126   some@one.example maps to bob-one-some@serverdomain
127   another@two.example maps to bob-two-example@serverdomain
128
129   we can strip the bob-*, but but we don't support domain catchalls 
130   here, and we cannot currently delegate or rewrite the remaining 
131   one-* or two-* users in a useful way. All local parts of the upstream 
132   domains must be known and mapped in the configuration file.
133   (See fetchmail-users, Michelle Konzack, 2009-05-03, "4 multidrop but one 
134    destination server" and followup)
135
136   This probably entails some form of extended user mapping inside 
137   fetchmail, for map_name() in transact.c, and possibly 
138   find_server_names() ibidem.
139
140 DOCUMENTATION:
141 - Add info whether Keywords are global, server or user keywords
142 - consolidate multidrop documentation