PHP 클래스 Horde_Mail_Autoconfig_Driver_Thunderbird, horde

See: https://wiki.mozilla.org/Thunderbird:Autoconfiguration
저자: Michael Slusarz ([email protected])
상속: extends Horde_Mail_Autoconfig_Driver
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$http Horde_Http_Client Http client.
$ispdb string URL of Mozilla ISPDB server lookup.
$priority Medium priority: not standardized (i.e. RFC), but API is actively maintained by Mozilla.

공개 메소드들

메소드 설명
mailSearch ( $domains, array $opts = [] )
msaSearch ( $domains, array $opts = [] )

보호된 메소드들

메소드 설명
_process ( string $domain, string $tag, array $types, Horde_Mail_Rfc822_Address $email ) Process a Thunderbird autoconfig entry.

메소드 상세

_process() 보호된 메소드

Process a Thunderbird autoconfig entry.
protected _process ( string $domain, string $tag, array $types, Horde_Mail_Rfc822_Address $email )
$domain string Domain name.
$tag string XML tag to parse.
$types array List of $tag types to process.
$email Horde_Mail_Rfc822_Address Username.

mailSearch() 공개 메소드

public mailSearch ( $domains, array $opts = [] )
$opts array

msaSearch() 공개 메소드

public msaSearch ( $domains, array $opts = [] )
$opts array

프로퍼티 상세

$http 공개적으로 프로퍼티

Http client.
public Horde_Http_Client $http
리턴 Horde_Http_Client

$ispdb 공개적으로 프로퍼티

URL of Mozilla ISPDB server lookup.
public string $ispdb
리턴 string

$priority 공개적으로 프로퍼티

Medium priority: not standardized (i.e. RFC), but API is actively maintained by Mozilla.
public $priority