mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Verify S/MIME signed messages #259
This commit is contained in:
parent
4df3766231
commit
f53d9ed6c3
56 changed files with 769 additions and 433 deletions
|
|
@ -1538,7 +1538,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
} else if (this.canSMimeSign()) {
|
||||
params.signCertificate = identity.smimeCertificate();
|
||||
params.signPrivateKey = identity.smimeKey();
|
||||
const pass = await AskPopupView.password('S/MIME key', 'OPENPGP/LABEL_SIGN');
|
||||
const pass = await AskPopupView.password('S/MIME key', 'CRYPTO/SIGN');
|
||||
params.signPassphrase = pass?.password;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue