services: dovecot: Add ‘managesieve-sieve-capability’ option.
authorAlexey Abramov <levenson@mmer.org>
Tue, 8 Sep 2020 13:53:48 +0000 (15:53 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 6 May 2021 09:31:48 +0000 (11:31 +0200)
* gnu/services/mail.scm (protocol-configuration): Add a
‘managesieve-sieve-capability’ field.
* doc/guix.texi (Mail Services): Document it.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
doc/guix.texi
gnu/services/mail.scm

index 2e5141d..0947b9f 100644 (file)
@@ -20092,6 +20092,16 @@ report what the Sieve interpreter supports by default.
 Defaults to @samp{()}.
 @end deftypevr
 
+@deftypevr {@code{protocol-configuration} parameter} space-separated-string-list managesieve-sieve-capability
+Which SIEVE capabilities to report to clients that first connect to
+the ManageSieve service, before authentication.  These may differ from the
+capabilities offered to authenticated users.  If this field is left empty,
+report what the Sieve interpreter supports by default.
+
+Defaults to @samp{()}.
+
+@end deftypevr
+
 @deftypevr {@code{protocol-configuration} parameter} space-separated-string-list mail-plugins
 Space separated list of plugins to load.
 @end deftypevr
index 762662c..72dc123 100644 (file)
@@ -370,6 +370,12 @@ If this is @samp{#t}, you must also specify a dictionary @i{via} the
    "Which NOTIFY capabilities to report to clients that first connect to
 the ManageSieve service, before authentication.  These may differ from the
 capabilities offered to authenticated users.  If this field is left empty,
+report what the Sieve interpreter supports by default.")
+  (managesieve-sieve-capability
+   (space-separated-string-list '())
+   "Which SIEVE capabilities to report to clients that first connect to
+the ManageSieve service, before authentication.  These may differ from the
+capabilities offered to authenticated users.  If this field is left empty,
 report what the Sieve interpreter supports by default."))
 
 (define (serialize-protocol-configuration field-name val)