Home
last modified time | relevance | path

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

/dports/deskutils/egroupware/egroupware/api/src/Mail/
H A DImap.php1441 protected static $hosts_with_push = []; variable in EGroupware\\Api\\Mail\\Imap
1451 self::$hosts_with_push = $GLOBALS['egw_info']['server']['imap_hosts_with_push'] ?? [];
1456 self::$hosts_with_push[] = $host;
1535 return self::$hosts_with_push && (in_array($this->acc_imap_host, self::$hosts_with_push) ||
1536 in_array($this->acc_imap_host.':'.$this->acc_imap_port, self::$hosts_with_push));