From a35aa2c2e316b04f0c2f1654cc70bff1edf13b33 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 28 Jun 2008 14:45:48 +0200 Subject: [PATCH] Updated documentation. --- README | 5 ++--- TODO | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 191ece00d..3e0c7d053 100644 --- a/README +++ b/README @@ -157,9 +157,8 @@ Extensions and their implementation status: body: full, but text body-transform implementation is simple include: almost full; needs some 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: largely untested core functionality present; need to provide - suppor other extensions that depend on this one + imapflags: flag management works, but flags are not stored + variables: mostly full; currently no support for future namespaces Low priority: notify: planned, first mailto only diff --git a/TODO b/TODO index 018d19db1..73f66548f 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,8 @@ Next (in order of descending priority/precedence): * Make the sieve plugins true plugins and add a SIEVE_PLUGINS config item to the lda-sieve plugin. * Revise extension support for comparators, match-types, address-parts and - side-effects. + side-effects. Current implementation emits redundant bytes and associated code + is not very neat. * Full security review. Enforce limits on number of created objects, script size, execution time, etc... -- GitLab