From ae3ef56daa461de323d0a8545c90bbc63ac3ddb4 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 4 Dec 2015 23:21:58 +0100 Subject: [PATCH] Updated TODO. --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 137d757b6..2eabe9760 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,9 @@ Parallel plugin-based efforts (on hold at the moment): Next (mostly in order of descending priority/precedence): +* Implement message modification and extraction API in order to: + - Properly implement the interaction between editheader and foreverypart/mime. + - Implement replace, enclose, and extracttext extensions. * Properly implement Sieve internationalization support (utf-8 handling), currently it is not complete: - Make this implementation fully conform section 2.7.2 of RFC5228 (Comparisons @@ -33,8 +36,6 @@ Next (mostly in order of descending priority/precedence): loaded from different storages linked to the same LDAP server. - Adjust Sieve script API to support asynchronous script retrieval to retrieve scripts in parallel when possible. -* Implement message modification and extraction API in order to: - - Implement replace, enclose, and extracttext extensions * Improve error handling. - Implement dropping errors in the user's mailbox as a mail message. * Finish body extension: -- GitLab