You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept a simple FilterCondition with an optional 'inMailbox' field
accept a simple FilterCondition with an optional 'inMailboxOtherThan' field
filter the query with the provided mailboxId
Still to groom
error when mailbox not found or empty result ?
DOD
write integration demonstrating that a user can filter the email of one of its mailbox.
write integration demonstrating that a user can filter the email not in some of its mailboxes.
write integration demonstrating that a user can filter the email by both those filters. The expected result is the intersection of the results of both filters.
The text was updated successfully, but these errors were encountered:
First ticket to implement the filtering when querying emails.
The handling of shared mailbox will be done later in another issues
Why
As an user i want to be able to select the mail in a mailbox like this :
I also want to be able to select emails NOT in a set of mailboxes
HOW
Still to groom
DOD
write integration demonstrating that a user can filter the email of one of its mailbox.
write integration demonstrating that a user can filter the email not in some of its mailboxes.
write integration demonstrating that a user can filter the email by both those filters. The expected result is the intersection of the results of both filters.
The text was updated successfully, but these errors were encountered: