mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Added GnuPG->verify() for testing #89
Bugfix SnappyMail\PGP\Keyservers Renamed DoPgpVerify to DoMessagePgpVerify
This commit is contained in:
parent
fde44c0102
commit
bf84684965
8 changed files with 134 additions and 56 deletions
|
|
@ -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);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue