-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
Customer reported issue:
In an email with both external and internal recipients, in the first reception the internal recipient does not see all recipients in the interface. > As a result, the "Reply to All" option is missing from the three-dot menu, although "Secure Reply to All" is available at the bottom.
To reproduce:
- send encrypted message to recipient A with available encryption key and recipient B without available key
- go to inbox of recipient A
- open received encrypted message
- click
...
button in the top right corner of the message to open message actions menu - menu contains
secure reply
button, but notsecure reply to all
It happens because message has only 1 recipient, but it's reply-to
header includes all recipients for password-protected messages. So in this case we should also check reply-to
header of received message to find if secure reply to all
button should be visible in message actions menu.