From 5148f3813e31c1a65e42b2039bd7514c96e7eab2 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 6 Apr 2008 22:02:08 +0200 Subject: [PATCH] Updated documentation. --- README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README b/README index 5c0d2bc96..46ae327f1 100644 --- a/README +++ b/README @@ -135,7 +135,7 @@ Extensions and their implementation status: copy: full regex: full, but suboptimal, no UTF-8 body: full, but text body-transform implementation is simple - include: almost full; needs more work (no variables; no external binaries) + include: almost full; needs more work (no external binaries) vacation: almost full; no support for required References header imapflags: flag management works, but flags are not stored (no variables) variables: untested core functionality present; need to provide support @@ -207,18 +207,15 @@ Current: -> Core variable substitution works -> Accept namespaces (parse, no real support; proper error messages) -> Support match variables - Current: - -> Provide support for include, imapflags and other extensions that (partly) - depend on variables support. -> Implement variables support for include extension - Remaining: - -> Implement variabls support for imapflags extension + Current: + -> Provide support for extensions that (partly) depend on variables support. + -> Implement variables support for imapflags extension 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 -* Use lib/str-find.h for :contains and :matches match types * Add normalize() method to comparators to normalize the string before mathing (for efficiency). * Implement comparator-i;unicode-casemap @@ -244,6 +241,7 @@ Next (in order of descending priority/precedence): * ## MAKE A FIRST RELEASE ## * Automate script tests; i.e. build a test suite. +* Use lib/str-find.h for :contains and :matches match types * Resolve code duplication introduced for handling address-parts and match-types in different command implementations. * Resolve code duplication amongst comparator, address-part and match-type -- GitLab