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 6f098fd6fe15252546c774e76179d0ad14cd3f3e Author: Benoit Tellier <[email protected]> AuthorDate: Sun Apr 4 23:05:22 2021 +0700 JAMES-2884 JMAP documentation: convert some aside notes Using markdown syntax enables a better display on GitHub --- server/protocols/jmap-rfc-8621/doc/specs/spec/mail/intro.mdown | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/intro.mdown b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/intro.mdown index e79551e..87283c3 100644 --- a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/intro.mdown +++ b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/intro.mdown @@ -132,9 +132,8 @@ This represents support for the VacationResponse data type and associated API me ### urn:apache:james:params:jmap:mail:shares extension -<aside class="notice"> - Implemented -</aside> +> :information_source: +> Implemented This extension is specific to the Apache James server as it relies on a common shared storage allowing arbitrary cross-account entity access. @@ -145,9 +144,8 @@ This extension to the JMAP specification enables to: ### urn:apache:james:params:jmap:mail:quota -<aside class="notice"> - Implemented -</aside> +> :information_source: +> Implemented This represents support for the Quota data type and associated API methods. Servers supporting this specification MUST add this property to the capabilities object. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
