From a86e0043e4eebae0c768d519f5a30c86fc9da70c Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Tue, 13 Jul 2010 18:15:44 +0200 Subject: [PATCH] Updated TODO list. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e727b0ecb..16492e004 100644 --- a/TODO +++ b/TODO @@ -29,6 +29,10 @@ Next (in order of descending priority/precedence): * ## MAKE A SECOND RELEASE (0.2.x) ## +* Further develop regex extension and update it to the latest draft: + - Allow for :regex matching with variable key + - Implement the :quoteregex set modifier + - Investigate the use of the TRE regexp library to gain UTF-8 capability * Finish body extension: - Implement proper :content "multipart" behavior - Implement proper :content "message/rfc822" behavior @@ -47,7 +51,6 @@ Next (in order of descending priority/precedence): - Fix issues listed in doc/rfc/RFC-questions.txt based on answers - Allow for the existence of dynamic comparators (i.e. specified by variables). - - Allow for :regex matching with variable key. - Verify outgoing mail addresses at runtime when necessary (e.g. after variables substitution) - Improve handling of invalid addresses in headers (requires Dovecot changes) -- GitLab