From f7de6816aa2911c32681577da5d596bec5cf804e Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 10 Apr 2009 15:29:01 +0200
Subject: [PATCH] Include: updated implementation status.

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

diff --git a/README b/README
index 6a2180ff1..4585a30d0 100644
--- a/README
+++ b/README
@@ -96,7 +96,7 @@ following list outlines the implementation status of each supported extension:
     regex: mostly full; but suboptimal and no UTF-8
     body: mostly full, but text body-transform implementation is simple
         and some issues make it still not completely RFC incompliant. 
-    include: mostly full; needs some more work (no external binaries)
+    include: almost full; new specification requires changes.
     vacation: mostly full; handling of utf-8 in headers is non-existant
     imap4flags: full (old imapflags supported for backwards compatibility)
     variables: mostly full; currently no support for future namespaces 
diff --git a/src/lib-sieve/plugins/include/ext-include.c b/src/lib-sieve/plugins/include/ext-include.c
index 61ead1cec..a1430d9ad 100644
--- a/src/lib-sieve/plugins/include/ext-include.c
+++ b/src/lib-sieve/plugins/include/ext-include.c
@@ -5,9 +5,9 @@
  * -----------------
  *
  * Authors: Stephan Bosch
- * Specification: draft-daboo-sieve-include-05
- * Implementation: full, but needs some more work 
- * Status: experimental, largely untested
+ * Specification: draft-ietf-sieve-include-01
+ * Implementation: almost full; :once modifier and global namespace are missing. 
+ * Status: experimental
  * 
  */
  
-- 
GitLab