dovecot-2.2-pigeonhole: Updated TODO.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sat Mar 28 09:49:30 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/2ebd3bd76e1e
changeset: 2034:2ebd3bd76e1e
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sat Mar 28 10:49:23 2015 +0100
description:
Updated TODO.

diffstat:

 TODO |  15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 2ce442cdcc16 -r 2ebd3bd76e1e TODO
--- a/TODO	Fri Mar 27 23:20:44 2015 +0100
+++ b/TODO	Sat Mar 28 10:49:23 2015 +0100
@@ -3,7 +3,7 @@
 * Rework string matching:
 	- Add support for stream matching for handling large values, e.g. from the
 	  body extension.
-	- Improve efficiency :matches and :contains match types.
+	- Improve efficiency of :matches and :contains match types.
 * Build proper comparator support:
 	- Add normalize() method to comparators to normalize the string before
 	  matching (for efficiency).
@@ -22,6 +22,11 @@
 	- Make this implementation fully conform section 2.7.2 of RFC5228 (Comparisons
 	  Across Character Sets).
 	- Verify validity of utf8 where necessary.
+* Further develop regex extension and update it to the latest draft:
+	- Implement the :quoteregex set modifier
+	- Investigate the use of the TRE regexp library to gain UTF-8 capability
+	  (posix regexes actually do support utf8, but only when locale is set
+	  accordingly)
 * Finish LDAP Sieve script storage for read-only access.
 	- Consolidate LDAP connections when more than a single Sieve script must be
 	  loaded from different storages linked to the same LDAP server.
@@ -29,16 +34,8 @@
 	  retrieve scripts in parallel when possible.
 * Implement message modification and extraction API in order to:
 	- Implement replace, enclose, foreverypart, mime and extracttext extensions
-* Clean up doveadm sync implementation:
-	- Mostly comments referring specifically to the file storage type.
-	- API can be polished a lot as well.
 * Improve error handling.
 	- Implement dropping errors in the user's mailbox as a mail message.
-* Further develop regex extension and update it to the latest draft:
-	- Implement the :quoteregex set modifier
-	- Investigate the use of the TRE regexp library to gain UTF-8 capability
-	  (posix regexes actually do support utf8, but only when locale is set
-	  accordingly)
 * Finish body extension:
 	- Build test cases for decoding MIME encodings to UTF-8
 * Cleanup the test suite


More information about the dovecot-cvs mailing list