Added GnuPG->verify() for testing #89

Bugfix SnappyMail\PGP\Keyservers
Renamed DoPgpVerify to DoMessagePgpVerify
This commit is contained in:
the-djmaze 2022-01-17 22:04:14 +01:00
parent fde44c0102
commit bf84684965
8 changed files with 134 additions and 56 deletions

View file

@ -658,7 +658,7 @@ export class MessageModel extends AbstractModel {
if (params) {
params.Folder = this.folder;
params.Uid = this.uid;
rl.app.Remote.post('PgpVerify', null, params)
rl.app.Remote.post('MessagePgpVerify', null, params)
.then(data => {
console.dir(data);
})