aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-06-18 20:12:50 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-06-18 20:12:50 +0000
commit93d916efc4ea2ddcfa0d686a5ca0ec1ebcfda903 (patch)
tree7dffa3f4b59d5ef95cc5a2a06e72b997f5c3d89d /TODO.txt
parentd441d05f9890a95686ac4ef934b1d0d8de2ba7d3 (diff)
downloadfetchmail-93d916efc4ea2ddcfa0d686a5ca0ec1ebcfda903.tar.gz
fetchmail-93d916efc4ea2ddcfa0d686a5ca0ec1ebcfda903.tar.bz2
fetchmail-93d916efc4ea2ddcfa0d686a5ca0ec1ebcfda903.zip
Further updates to TODO.txt.
svn path=/branches/BRANCH_6-3/; revision=5360
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index bbd1b210..250d8148 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,8 +2,6 @@ Note that there is a separate todo.html with different content than this.
soon - MUST:
- Debian Bug #475239, MIME decoder may break up words (need to quote results)
-- Replace sscanf/fscanf by functions that do range checking (strtol/strtoul) :-/
- See http://sourceware.org/bugzilla/show_bug.cgi?id=6453
- put bare IP addresses in brackets for SMTP (check if there are RFC
1123/5321/5322 differences)
@@ -23,6 +21,7 @@ soon - SHOULD:
- add To: header to warning mails (authfail for instance)
- Fix TOCTOU race around prc_filecheck*
- Read CAPABILITY from greeting if present, saves one round trip.
+- Check if LAST argument is properly validated against message count.
soon - MAY:
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176
@@ -50,6 +49,9 @@ questionable:
<simpkins@cisco.com> around Nov 2nd)?
6.4:
+- Replace sscanf/fscanf by functions that do range checking
+ (strtol/strtoul), and make arguments unsigned long.
+- drop LAST support
- use PS_PROTOCOL for pre-/post-connect command failures - 6.3 uses
PS_SYNTAX, and that's not necessarily the case. At least if the
command terminates with a signal, we should report PS_PROTOCOL.