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
I also think it'll be useful to have ability to send unencrypted message to recipient without valid keys, but it'll be for another issue.
For example, user tries to send message to recipient with expired key (or sign-only key) - currently we just show modal saying recipient has expired key, please contact him. But to message this recipient user will need to use another email client.
Here we can add button Send unencrypted message to error modal, tapping on it will open another compose screen with predefined text:
Hi,
I tried to compose encrypted message to you, but your public key is expired|revoked|sign-only.
Can you please share your valid public key.
Thanks
…ey (#2429)
* feat: added ability to message recipient without valid public key
* fix: password message
* fix: pr reviews and ui test
* fix: ui test
* fix: ui test
* fix: ui test
* fix: ui test
* fix: ui test
* fix: ui test
* fix: pr reviews
For example, user tries to send message to recipient with expired key (or sign-only key) - currently we just show modal saying
recipient has expired key, please contact him
. But to message this recipient user will need to use another email client.Here we can add button
Send unencrypted message
to error modal, tapping on it will open another compose screen with predefined text:Originally posted by @sosnovsky in #2413 (comment)
The text was updated successfully, but these errors were encountered: