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 5e3dae406cf596bff676f5ca6250ff3132193426 Author: Benoit Tellier <[email protected]> AuthorDate: Sun Apr 4 23:06:57 2021 +0700 JAMES-2884 JMAP documentation: Email+Mailbox /changes are implemented --- server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown | 2 +- server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown index 6271fcf..25bd97b 100644 --- a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown +++ b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown @@ -117,7 +117,7 @@ This is a standard "/get" method as described in [@!RFC8620], Section 5.1. The * ## Mailbox/changes > :warning: -> Naive implementation +> isSubscribed changes will not be returned by this call. This is a standard "/changes" method as described in [@!RFC8620], Section 5.2 but with one extra argument to the response: diff --git a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown index 34be185..f54ce2b 100644 --- a/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown +++ b/server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown @@ -656,9 +656,6 @@ and response: ## Email/changes -> :warning: -> Not implemented yet: Naive implementation - This is a standard "/changes" method as described in [@!RFC8620], Section 5.2. If generating intermediate states for a large set of changes, it is recommended that newer changes be returned first, as these are generally of more interest to users. ## Email/query --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
