]> Pileus Git - ~andy/fetchmail/commitdiff
Rearrange according to importance.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 26 Dec 2007 14:03:22 +0000 (14:03 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 26 Dec 2007 14:03:22 +0000 (14:03 -0000)
svn path=/branches/BRANCH_6-3/; revision=5143

TODO.txt

index a2476a210c83f069c1f15d68ed866bb4c171f02d..c54e788e05c1ac2ddb8754bf7fd70d21d6005cb8 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,26 +1,33 @@
-soon:
-- BerliOS Bug #11576, thread on fetchmail users "Invalid SSL certificate" by
-  Philip Susi, SSL negotiation does not use ERR_error_string(3ssl) to report
-  errors in a readable way, we just report socket errors with no good reason.
-- find a solution for the "invalid header" discards message problem
-  (escape headers and stuff reminder into body)
-- https://bugzilla.novell.com/show_bug.cgi?id=246829 - fetchmail lost some mail
-  (5XX error code in contradiction with manual?)
-- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432618
-  * write a table of combinations of TLS/SSL options
-- add To: header to warning mails (authfail for instance)
-- add Message-ID: header and other SHOULD headers to warning mails?
+soon - MUST:
 - BerliOS Bug #11797, imap_mark_seen doesn't consider expunged messages
 - BerliOS Bug #10972, Fetchmail refetches big messages repeatedly (SMTP listener
   issue)
 - report multiline SMTP errors properly (sample in private mail from 
   Earl Chew, 2007-07-30T02:28)
 - publish SA-2007-02 after release
-- Debian Bug#449179, smbutil.c:90: unicodeToString: Assertion `len+1 < sizeof
-  buf' failed, from Stepan Golosunov <stepan@golosunov.pp.ru>
 - Peter O'Gorman 2007-10-31 fetchmail-6.3.8 portability patches [-devel list]
 - Debian Bug #452907 .fetchmailrc not permitted to be a symlink
   (restriction not mentioned in manpage, also affects .idfile)
+
+soon - SHOULD:
+- BerliOS Bug #11576, thread on fetchmail users "Invalid SSL certificate" by
+  Philip Susi, SSL negotiation does not use ERR_error_string(3ssl) to report
+  errors in a readable way, we just report socket errors with no good reason.
+- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432618
+  * write a table of combinations of TLS/SSL options
+- add To: header to warning mails (authfail for instance)
+- Debian Bug#449179, smbutil.c:90: unicodeToString: Assertion `len+1 < sizeof
+  buf' failed, from Stepan Golosunov <stepan@golosunov.pp.ru>
+
+soon - MAY:
+- https://bugzilla.novell.com/show_bug.cgi?id=246829 - fetchmail lost some mail
+  (5XX error code in contradiction with manual?)
+
+soon - after 6.3.9:
+- find a solution for the "invalid header" discards message problem
+  (escape headers and stuff reminder into body)
+- add Message-ID: header and other SHOULD headers to warning mails?
+
 questionable:
 - Convert POP3 UIDs to X-UIDL?
 - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins