From e0f6bd8af9a3e9b5154818e46b9b7c2c26563248 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Wed, 21 Nov 2007 12:32:12 +0100 Subject: [PATCH] Updated documentation. --- README | 4 +++- src/lib-sieve/ext-envelope.c | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README b/README index 418a88b1f..49db7cdd7 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ Extensions and their implementation status: Base specification (RFC3028): fileinto: validation and generation reject: validation and generation - envelope: validation and generation + envelope: full encoded-character: planned (draft-ietf-sieve-3028bis) Other RFCs/drafts: @@ -94,6 +94,8 @@ INTERPRETER: sieve-interpreter.c TODO ---- +* Resolve code duplication introduced for handling address-parts and match-types + in different command implementations. * Further implement error handling and limit the maximum number of errors. * Resolve code duplication amongst comparator, address-part and match-type support as much as possible. diff --git a/src/lib-sieve/ext-envelope.c b/src/lib-sieve/ext-envelope.c index c7ef709f0..d46104951 100644 --- a/src/lib-sieve/ext-envelope.c +++ b/src/lib-sieve/ext-envelope.c @@ -1,3 +1,13 @@ +/* Extension envelope + * ------------------ + * + * Authors: Stephan Bosch + * Specification: RFC3028 + * Implementation: full + * Status: experimental, largely untested + * + */ + #include <stdio.h> #include "lib.h" -- GitLab