From be81f60abf165354c745f3ed0e68fc6e1672538b Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Mon, 25 Feb 2008 16:57:07 +0100 Subject: [PATCH] Updated documentation. --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 2385fbf35..1479fc1b0 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 -- GitLab