We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIVEN I have a mail with Cc
WHEN I do recipient seatch (To)
THEN I get no search results
This is true also with the To chip
And recipient suggestion on main search bar
The To field in the search shall be AND (To, Cc, Bcc) ie recipients
AND (To, Cc, Bcc)
Only To is included.
To
Cc @hoangdat
The text was updated successfully, but these errors were encountered:
If more appropriate we could...
Rename To into Recipients.
Recipients
Sorry, something went wrong.
OR in each field + AND to combine recipients
OR
AND
dab246
No branches or pull requests
Description
GIVEN I have a mail with Cc
WHEN I do recipient seatch (To)
THEN I get no search results
This is true also with the To chip
And recipient suggestion on main search bar
Expected result
The To field in the search shall be
AND (To, Cc, Bcc)
ie recipientsCurrent behavior
Only
To
is included.Cc @hoangdat
The text was updated successfully, but these errors were encountered: