This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new c3799748f8 Add documentation for future release jmap (#1620)
c3799748f8 is described below

commit c3799748f86d1b5a0432a1ae0a1ea693b339b1e1
Author: vtbui <87489927+thanhbv200...@users.noreply.github.com>
AuthorDate: Mon Jul 3 13:27:37 2023 +0700

    Add documentation for future release jmap (#1620)
---
 .../apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc   | 2 ++
 server/apps/memory-app/sample-configuration/jmap.properties            | 1 +
 src/site/xdoc/server/config-jmap.xml                                   | 3 +++
 3 files changed, 6 insertions(+)

diff --git 
a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc 
b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc
index eb3e31bb14..c879306a01 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc
@@ -92,6 +92,8 @@ then `capabilities."urn:ietf:params:jmap:websocket".url` in 
response will be "ws
 for JMAP filters. This projection optimizes reads, but needs to be correctly 
populated. Turning it on on
 systems with filters already defined would result in those filters to be not 
read.
 
+| delay.sends.enabled
+| Optional boolean. Defaults to false. Whether to support or not the delay 
send with JMAP protocol.
 |===
 
 == Wire tapping
diff --git a/server/apps/memory-app/sample-configuration/jmap.properties 
b/server/apps/memory-app/sample-configuration/jmap.properties
index 56e61af55a..f8b06115ef 100644
--- a/server/apps/memory-app/sample-configuration/jmap.properties
+++ b/server/apps/memory-app/sample-configuration/jmap.properties
@@ -5,6 +5,7 @@ enabled=true
 
 tls.keystoreURL=file://conf/keystore
 tls.secret=james72laBalle
+delay.sends.enabled=true
 
 # Alternatively TLS keys can be supplied via PEM files
 # tls.privateKey=file://conf/private.nopass.key
diff --git a/src/site/xdoc/server/config-jmap.xml 
b/src/site/xdoc/server/config-jmap.xml
index ff375f99ad..7687ad44ba 100644
--- a/src/site/xdoc/server/config-jmap.xml
+++ b/src/site/xdoc/server/config-jmap.xml
@@ -131,6 +131,9 @@
                         for JMAP filters. This projection optimizes reads, but 
needs to be correctly populated. Turning it on on
                         systems with filters already defined would result in 
those filters to be not read.
                     </dd>
+
+                    <dt><strong>delay.sends.enabled</strong></dt>
+                    <dd>Optional boolean. Defaults to false. Whether to 
support or not the delay send with JMAP protocol. </dd>
                 </dl>
 
             </subsection>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to