mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
More S/MIME changes for #259
This commit is contained in:
parent
a9b60a762f
commit
9a5a5091a1
4 changed files with 20 additions and 4 deletions
|
|
@ -619,6 +619,13 @@ export class MailMessageView extends AbstractViewRight {
|
|||
});
|
||||
}
|
||||
|
||||
smimeDecrypt() {
|
||||
/*
|
||||
// TODO: find private key and certificate to decrypt
|
||||
const oMessage = currentMessage();
|
||||
*/
|
||||
}
|
||||
|
||||
smimeVerify(/*self, event*/) {
|
||||
const message = currentMessage();
|
||||
let data = message.smimeSigned(); // { partId: "1", micAlg: "pgp-sha256" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue