From ec74124ad2c2fc1416fec2b299a96a097ecd362e Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 18 Oct 2009 18:17:42 +0200 Subject: [PATCH] Cleaned up TODO file. --- TODO | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 7c0433df7..742e46b18 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ Current activities: - Implement proper :content "multipart" behavior - Implement proper :content "message/rfc822" behavior - Build test cases for decoding MIME encodings to UTF-8 +* Finish ereject extension * Build a sieve tool to filter an entire existing mailbox through a Sieve script: - Add commandline options to fully customize execution @@ -17,6 +18,7 @@ Next (in order of descending priority/precedence): - Perform script name check - Implement global namespace - Allow placing the global command anywhere in the script + - Implement required ManageSieve behavior * Implement mechanism for implicitly including an account's aliases in the vacation command's :addresses list. * Improve error handling. Now it is not very consistent, especially for the @@ -53,14 +55,14 @@ Next (in order of descending priority/precedence): (for efficiency). * Properly implement Sieve internationalization support (utf-8 handling), currently it is not complete: - - Make this implementation conform section 2.7.2 of RFC5228 (Comparisons + - Make this implementation fully conform section 2.7.2 of RFC5228 (Comparisons Across Character Sets). - Verify validity of utf8 where necessary. - Implement comparator-i;unicode-casemap. * Make testsuite much more exhaustive: - - add support for testing the content of result actions - - test as many error/warning/info conditions as possible. - - review the specification documents and check whether the given conditions + - Add support for testing the content of result actions + - Test as many error/warning/info conditions as possible. + - Review the specification documents and check whether the given conditions are tested at least once. * Code cleanup: - Make address handling more uniform. -- GitLab