From 084ea4341c6e80bbe3935c323245da11ef1cd9c9 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 19 Dec 2008 18:04:11 +0100 Subject: [PATCH] Updated TODO. --- TODO | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 5372b7ef7..512ec447f 100644 --- a/TODO +++ b/TODO @@ -15,11 +15,13 @@ Current: - Add owner-email to the Auto-submitted field - Implement checking the :from argument for validity and policy violations. +* Implement means to configure which extensions to provide and incorporate + enotify extension into default compile. Next (in order of descending priority/precedence): * Fix remaining RFC deviations: - - Fix issues listed in doc/rfc/RFC-questions.txt when answers arrive + - Fix issues listed in doc/rfc/RFC-questions.txt based on answers - Allow for the existance of dynamic comparators (i.e. specified by variables). - Allow for dynamic includes (i.e. specified by variables). @@ -43,9 +45,12 @@ Next (in order of descending priority/precedence): * Implement dropping errors in the user's mailbox as a mail message. * Add normalize() method to comparators to normalize the string before matching (for efficiency). -* Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across - Character Sets). -* Implement comparator-i;unicode-casemap +* Properly implement Sieve internationalization support (utf-8 handling), currently + it is not complete: + - Make this implementation conform section 2.7.2 of RFC5228 (Comparisons + Across Character Sets). + - Verify validity of utf-8 where necessary. + - Implement comparator-i;unicode-casemap. * Implement environment extension * Make testsuite much more exhaustive and add support for testing the actual result. -- GitLab