forked from extern/egroupware
W.I.P S/MIME:
- Add account id for push notification
This commit is contained in:
parent
d29b52b3be
commit
60093c9377
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user