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 c93bf28870a9bed964797783464ef363baf52e57 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Apr 5 09:17:14 2021 +0700 JAMES-2884 JMAP documentation: Accept non-looping Mailbox parentId updates --- server/protocols/jmap-rfc-8621/doc/specs/spec/mail/mailbox.mdown | 1 - 1 file changed, 1 deletion(-) 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 25bd97b..b504a73 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 @@ -198,7 +198,6 @@ For **destroy**: > :warning: > Restrictions: -> - "parentId" updates only succeeds if the given mailbox has no child. > - all updates to shared mailboxes by a sharee are forbidden. > - Updates to server-set fields are rejected, even if they match the server > value. > - as "role" and "sortOrder" are server-set by the current James > implementation, updating them is not supported. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
