PHP Class Horde_Mail_Autoconfig_Driver_Thunderbird, horde

See: https://wiki.mozilla.org/Thunderbird:Autoconfiguration
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mail_Autoconfig_Driver
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
mailSearch ( $domains, array $opts = [] )
msaSearch ( $domains, array $opts = [] )

Méthodes protégées

Méthode Description
_process ( string $domain, string $tag, array $types, Horde_Mail_Rfc822_Address $email ) Process a Thunderbird autoconfig entry.

Method Details

_process() protected méthode

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 méthode

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

msaSearch() public méthode

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

Property Details

$http public_oe property

Http client.
public Horde_Http_Client $http
Résultat Horde_Http_Client

$ispdb public_oe property

URL of Mozilla ISPDB server lookup.
public string $ispdb
Résultat string

$priority public_oe property

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