[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42899] [PATCH 08/10] services: dovecot: Add 'imap-metadata?' protoc
From: |
Alexey Abramov |
Subject: |
[bug#42899] [PATCH 08/10] services: dovecot: Add 'imap-metadata?' protocol configuration option. |
Date: |
Mon, 17 Aug 2020 11:31:22 +0200 |
* gnu/services/mail.scm (protocol-configuration): Define the option to be able
to activate the IMAP METADATA commands over the imap protocol.
Signed-off-by: Alexey Abramov <levenson@mmer.org>
---
gnu/services/mail.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index f2b9774bfd..27ba532338 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -348,7 +348,10 @@ This is used by imap (for shared users) and lda.")
(mail-max-userip-connections
(non-negative-integer 10)
"Maximum number of IMAP connections allowed for a user from each IP
-address. NOTE: The username is compared case-sensitively."))
+address. NOTE: The username is compared case-sensitively.")
+ (imap-metadata?
+ (boolean #f)
+ "Activate the commands of @code{IMAP METADATA} extension (RFC 5464)."))
(define (serialize-protocol-configuration field-name val)
(format #t "protocol ~a {\n" (protocol-configuration-name val))
--
2.27.0
- [bug#42899] [PATCH 00/10] Dovecot improvements. Add support for pigeonhole., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 01/10] gnu: dovecot: Add lucene library to support fts indexing., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 03/10] services: dovecot: Use modules via symlink to system profile., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 04/10] gnu: dovecot-pigeonhole: Add new variable., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 05/10] services: dovecot: Serialize global settings first., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 06/10] services: dovecot: Only serialize settings with non-empty values., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 10/10] services: dovecot: Add 'managesieve-sieve-capability' option., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 08/10] services: dovecot: Add 'imap-metadata?' protocol configuration option.,
Alexey Abramov <=
- [bug#42899] [PATCH 02/10] gnu: dovecot: Patch and provide a static path for module directory., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 09/10] services: dovecot: Add 'managesieve-notify-capability' configuration., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH 07/10] services: dovecot: Add 'mail-attribute-dict' configuration option., Alexey Abramov, 2020/08/17
- [bug#42899] [PATCH v2 01/10] gnu: dovecot: Add lucene library to support fts indexing., Alexey Abramov, 2020/08/18