W.I.P S/MIME:

- Add account id for push notification
This commit is contained in:
Hadi Nategh 2017-08-21 12:01:51 +02:00
parent d29b52b3be
commit 60093c9377

View File

@ -3077,7 +3077,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
if (($smime = $structure->getMetadata('X-EGroupware-Smime')))
{
$attachments = $this->mail_bo->getMessageAttachments($uid, $partID, $structure,true,false,true, $mailbox);
$push = new Api\Json\Push();
$push = new Api\Json\Push($GLOBALS['egw_info']['user']['account_id']);
if (!empty($smime['addtocontact'])) $push->call('app.mail.smime_certAddToContact', $smime);
if (is_array($attachments))
{