mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
parent
1d3673f117
commit
ce971de919
5 changed files with 74 additions and 58 deletions
|
|
@ -602,7 +602,7 @@ class GnuPG
|
|||
return $this->GPG->verify($signed_text, $signature, $plaintext);
|
||||
}
|
||||
if ($this->Crypt_GPG) {
|
||||
return $this->Crypt_GPG->verify($signed_text, $signature = '');
|
||||
return $this->Crypt_GPG->verify($signed_text, $signature);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
@ -619,7 +619,7 @@ class GnuPG
|
|||
return $this->GPG->verifyFile($filename, $signature, $plaintext);
|
||||
}
|
||||
if ($this->Crypt_GPG) {
|
||||
return $this->Crypt_GPG->verifyFile($filename, $signature = '');
|
||||
return $this->Crypt_GPG->verifyFile($filename, $signature);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,3 +83,8 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- ko if: canMailvelope -->
|
||||
<h1>Mailvelope</h1>
|
||||
<div id="mailvelope-settings" style="height:40em"></div>
|
||||
<!-- /ko -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue