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 5feccd5652f7b21c380804f934c386a7d92a0c9b Author: Benoit Tellier <[email protected]> AuthorDate: Sun Apr 4 23:10:14 2021 +0700 JAMES-2884 JMAP documentation: Email/query text & body filters are implemented --- server/protocols/jmap-rfc-8621/doc/specs/spec/mail/message.mdown | 2 -- 1 file changed, 2 deletions(-) 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 f54ce2b..8aace94 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 @@ -727,8 +727,6 @@ If zero properties are specified on the FilterCondition, the condition MUST alwa > - allInThreadHaveKeyword > - someInThreadHaveKeyword > - noneInThreadHaveKeyword -> - text -> - body > > Also please note that inMailbox and inMailboxOtherThan filters are rejected > when nested in operator. They need to be specified in a filter condition. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
