mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
#89 OpenPGP better labeling
This commit is contained in:
parent
70c55a60be
commit
949005eda7
3 changed files with 2 additions and 4 deletions
|
|
@ -729,8 +729,6 @@ export class MailMessageView extends AbstractViewRight {
|
|||
const publicKey = OpenPGPUserStore.getPublicKeyFor(sender);
|
||||
OpenPGPUserStore.verify(message.plain(), null/*detachedSignature*/, publicKey).then(result => {
|
||||
if (result) {
|
||||
// TODO: if result.data is not cleartext then
|
||||
// parse mime to find and verify signature
|
||||
message.plain(result.data);
|
||||
message.viewPlain();
|
||||
console.dir({signatures:result.signatures});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue