dovecot-2.0-pigeonhole: Updated TODO

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Aug 12 15:43:14 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/f6f169a146df
changeset: 1368:f6f169a146df
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Aug 12 14:41:46 2010 +0200
description:
Updated TODO

diffstat:

 TODO |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r dbeafafac11b -r f6f169a146df TODO
--- a/TODO	Thu Aug 12 00:56:33 2010 +0200
+++ b/TODO	Thu Aug 12 14:41:46 2010 +0200
@@ -1,8 +1,10 @@
 Current activities:
 
 * Improve error handling and logging
+	- Improve runtime error handling
 	- Avoid reporting user-caused errors to the master log.
-	- Review logging and error handling; add more warning/info/debug messages where useful.
+	- Review logging and error handling; add more warning/info/debug messages
+	  where useful.
 * Cleanup the test suite
 	- Make uniform command implementations
 	- Cleanup test scripts
@@ -10,8 +12,6 @@
 Next (in order of descending priority/precedence):
 
 * Update man pages to match style of Dovecot man pages.
-* Update include extension to latest draft:
-	- Implement required ManageSieve behavior
 * Unfinished new extensions:
 	- Finish the ereject extension
 * Enforce ManageSieve protocol syntax better with some of the commands. Some 
@@ -38,10 +38,15 @@
   script:
 	- Add commandline options to fully customize execution
 	- Write manual page
+* Update include extension to latest draft (v05 currently):
+	- Implement required ManageSieve behavior (pending IETF discussion)
 * Vacation extension improvements:
 	- Implement configurable sender exclusion list.
 	- Implement mechanism for implicitly including an account's aliases in the
 	  vacation command's :addresses list.
+* Optimize code containing true/false tests to omit explicit JMP opcodes
+  (i.e. optimize the test away and any code that negatively depends on it)
+* Implement ihave extension.
 * Fix remaining RFC deviations:
 	- Fix issues listed in doc/rfc/RFC-questions.txt based on answers
 	- Allow for the existence of dynamic comparators (i.e. specified by 
@@ -89,8 +94,6 @@
 * Provide a solution for mail_get_headers_utf8 reparsing the whole message each
   time it is called (header and address test; Timo might provide solution from
   within Dovecot)
-* Optimize code containing true/false tests to omit explicit JMP opcodes
-  (i.e. optimize the test away and any code that negatively depends on it)
 * Use lib/str-find.h for :contains and :matches match types 
 * Warn during compile if using non-existent folders.
 


More information about the dovecot-cvs mailing list