From eac31301a4345ca96c6ec296dce8711decb01d67 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 27 Dec 2008 00:08:55 +0100 Subject: [PATCH] Updated documentation. --- README | 2 +- src/lib-sieve/plugins/enotify/ext-enotify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 56a87917a..a6336ab10 100644 --- a/README +++ b/README @@ -88,6 +88,7 @@ following list outlines the implementation status of each supported extension: and handling of utf-8 in headers is non-existant imapflags: full variables: mostly full; currently no support for future namespaces + notify: almost complete, mailto support only All implemented extensions are like the engine itself currently experimental. A status of 'full' does not necessarily mean that the extension is bug-free or @@ -97,7 +98,6 @@ Many more extensions to the language exist. Not all of these extensions are useful for Dovecot in particular, but many of them are. Currently, the author has taken notice of the following extensions: - notify: planned, first mailto only environment: planned date,index: planned editheader: planned, needs additional support from Dovecot though. diff --git a/src/lib-sieve/plugins/enotify/ext-enotify.c b/src/lib-sieve/plugins/enotify/ext-enotify.c index e2d8d7347..6713b4a6a 100644 --- a/src/lib-sieve/plugins/enotify/ext-enotify.c +++ b/src/lib-sieve/plugins/enotify/ext-enotify.c @@ -6,7 +6,7 @@ * * Authors: Stephan Bosch * Specification: draft-ietf-sieve-notify-12.txt - * Implementation: skeleton + * Implementation: almost full, mailto method only * Status: under development * */ -- GitLab