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
commit f6fe365967839061fca45b69b846a08d7010a0d9 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Apr 2 18:29:27 2021 +0700 JAMES-3302 Advertise support for JMAP RFC-8620 & Draft deprecation --- docs/modules/servers/pages/distributed/architecture/index.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/modules/servers/pages/distributed/architecture/index.adoc b/docs/modules/servers/pages/distributed/architecture/index.adoc index 0bbbb34..fc0ae77 100644 --- a/docs/modules/servers/pages/distributed/architecture/index.adoc +++ b/docs/modules/servers/pages/distributed/architecture/index.adoc @@ -29,11 +29,15 @@ The following protocols are supported and can be used to interact with the Distr * xref:distributed/operate/webadmin.adoc[WebAdmin] REST Administration API * *LMTP* -The following protocols should be considered experimental +The following protocols should be considered experimental: -* *JMAP* (draft specification as defined link:https://github.com/apache/james-project/tree/master/server/protocols/jmap-draft/doc[here]) +* *JMAP* (RFC-8620 &RFC-8621 specifications and known limitations of the James implementation are defined link:https://github.com/apache/james-project/tree/master/server/protocols/jmap-rfc-8621/doc[here]) * *POP3* +The following protocols should be considered deprecated: + +* *JMAP-draft* (draft specification as defined link:https://github.com/apache/james-project/tree/master/server/protocols/jmap-draft/doc[here]) + == Topology While it is perfectly possible to deploy homogeneous James instances, with the same configuration and thus the same --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
