From cf64e6d46aaafadc6bbde141177be4e7787f96dc Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Wed, 21 Nov 2007 16:04:49 +0100
Subject: [PATCH] Updated documentation.

---
 README                                        | 4 ++--
 src/lib-sieve/plugins/vacation/ext-vacation.c | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 49db7cdd7..9c2b81993 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ What works:
 Extensions and their implementation status:
 
   Base specification (RFC3028):
-    fileinto: validation and generation
+    fileinto: validation, generation and interpretation; no execution 
     reject: validation and generation
     envelope: full
 	encoded-character: planned (draft-ietf-sieve-3028bis)
@@ -54,7 +54,7 @@ Extensions and their implementation status:
     comparator-i;ascii-numeric: full, but fails to handle leading zeros
     relational: full 
     regex: full, but suboptimal
-    vacation: validation and generation, but interpretation is broken
+    vacation: validation, generation and interpretation; no execution
     imapflags: planned (* first implement tests) 
     include: planned (* first leave out variables support)  
 	variables: planned (* also amend previously implemented extensions)
diff --git a/src/lib-sieve/plugins/vacation/ext-vacation.c b/src/lib-sieve/plugins/vacation/ext-vacation.c
index 23450c2c1..f7b6a90bb 100644
--- a/src/lib-sieve/plugins/vacation/ext-vacation.c
+++ b/src/lib-sieve/plugins/vacation/ext-vacation.c
@@ -1,10 +1,11 @@
 /* Extension vacation
  * ------------------
  *
- * Author: Stephan Bosch
+ * Authors: Stephan Bosch
  * Specification: draft-ietf-sieve-vacation-07
- * Implementation: validation and generation work, no interpretation/execution.
- * Status: under development
+ * Implementation: validation, generation and interpretation, no actual 
+ *   execution.
+ * Status: experimental, largely untested
  * 
  */
 
-- 
GitLab