fix(mail): check if smime certificate matches sender address

Fixes #5407
This commit is contained in:
Francis Lachapelle
2021-11-22 15:31:39 -05:00
parent 28b9224de4
commit e85576cbb7
3 changed files with 26 additions and 69 deletions
@@ -302,9 +302,6 @@
/* Valid S/MIME signature */
"Message is signed" = "Message is signed";
/* Valid S/MIME signature but common name doesn't match */
"Message is signed but the certificate (%{certificateCn}) doesn't match the sender email address" = "Message is signed but the certificate (%{certificateCn}) doesn't match the sender email address";
/* Valid S/MIME signature but common name not found */
"Message is signed but the certificate doesn't match the sender email address" = "Message is signed but the certificate doesn't match the sender email address";