Home
last modified time | relevance | path

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

/dports/deskutils/egroupware/egroupware/mail/
H A Dprofile.php35 use EGroupware\Api\Mail\Account as emailadmin_account; alias
39 …ET['acc_id']) && (int)$_GET['acc_id'] > 0 ? (int)$_GET['acc_id'] : emailadmin_account::get_default…
41 $account = emailadmin_account::read($acc_id, $GLOBALS['egw_info']['user']['account_id']);
68 switch($account->acc_imap_ssl & ~emailadmin_account::SSL_VERIFY)
70 case emailadmin_account::SSL_SSL:
73 case emailadmin_account::SSL_TLS:
76 case emailadmin_account::SSL_STARTTLS:
101 …if ($stream && ($account->acc_imap_ssl & ~emailadmin_account::SSL_VERIFY) == emailadmin_account::S…
186 function horde_times(emailadmin_account $account, array &$times, $prefix='horde_')
/dports/deskutils/egroupware/egroupware/emailadmin/setup/
H A Dtables_update.inc.php16 use EGroupware\Api\Mail\Account as emailadmin_account; alias
591 'acc_imap_type' => emailadmin_account::getIcClass($row['ea_imap_type']),