W.I.P. of S/MIME:

- Add extracted email from certificate into metadata
This commit is contained in:
Hadi Nategh 2017-08-21 11:05:58 +02:00
parent 57d515bfc6
commit 7416c58e0d

View File

@ -7387,6 +7387,7 @@ class Mail
'cert' => $cert->cert,
'msg' => $cert->msg,
'certHtml' => $this->smime->certToHTML($cert->cert),
'email' => $cert->email,
'signed' => true,
));
$AB_bo = new \addressbook_bo();