mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Rename MessagePgpVerify action to PgpVerifyMessage
This commit is contained in:
parent
55e55b7bb7
commit
2fa3508c11
3 changed files with 3 additions and 7 deletions
|
|
@ -10,10 +10,6 @@ use MailSo\Mime\Enumerations\Header as MimeEnumHeader;
|
|||
|
||||
trait Pgp
|
||||
{
|
||||
/**
|
||||
* Also see trait Messages::DoMessagePgpVerify
|
||||
*/
|
||||
|
||||
public function DoGetPGPKeys() : array
|
||||
{
|
||||
$result = [];
|
||||
|
|
@ -295,7 +291,7 @@ trait Pgp
|
|||
/**
|
||||
* https://datatracker.ietf.org/doc/html/rfc3156#section-5
|
||||
*/
|
||||
public function DoMessagePgpVerify() : array
|
||||
public function DoPgpVerifyMessage() : array
|
||||
{
|
||||
$sFolderName = $this->GetActionParam('folder', '');
|
||||
$iUid = (int) $this->GetActionParam('uid', 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue