mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
fix name addSMimeEncrypted
This commit is contained in:
parent
10ec90435d
commit
a22ae5fcf4
2 changed files with 2 additions and 2 deletions
|
|
@ -1194,7 +1194,7 @@ trait Messages
|
|||
}
|
||||
*/
|
||||
$sEncrypted = $SMIME->encrypt($tmp, $aCertificates);
|
||||
$oMessage->addSMimepEncrypted($sEncrypted);
|
||||
$oMessage->addSMimeEncrypted($sEncrypted);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue