diff --git a/README b/README index 2385fbf351c917a7aed1d4331f3625f84e07b9eb..1479fc1b09fdeaf5d64e0188a2108b8153ff8e67 100644 --- a/README +++ b/README @@ -211,7 +211,9 @@ Next (in order of descending priority/precedence): * Finish implementing all extensions supported by cmusieve, except notify. * Limit the maximum number of errors. * Verify outgoing mail addresses -* Implement dropping errors inthe user's mailbox as a mail message. +* Use lib/str-find.h for :contains and :matches match types +* Implement comparator-i;unicode-casemap +* Implement dropping errors in the user's mailbox as a mail message. * Make this implementation conform section 2.7.2 of RFC3028 (Comparisons Across Character Sets). * Get rid of all <stdio.h> printf()s in the library. @@ -235,11 +237,8 @@ Next (in order of descending priority/precedence): * Make the engine and its extensions much more configurable. Possibly this can be merged with Dovecot's new master config implementation. * Implement notify extension with sole support for mailto mechanism. -* Support mmap'ing a sieve binary upon load. * Give the byte code format some more thought, it is currently quite rough and to the point. -* Implement a faster substring search algorithm to make sopport for the body - extension a less bad idea. * Automate script tests; i.e. build a test suite. * Try to implement proposed notify mechanisms other than mailto. Currently: xmpp and sip