Home
last modified time | relevance | path

Searched refs:save_smime_key (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/egroupware/egroupware/admin/inc/
H A Dclass.admin_mail.inc.php1030 … $content['acc_smime_cred_id'] = self::save_smime_key($content, $tpl, $content['called_for']);
1097 $content['acc_smime_cred_id'] = self::save_smime_key($content, $tpl);
1378 private static function save_smime_key(array $content, Etemplate $tpl, $account_id=null) function in admin_mail