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
Mostrar archivo Open project: horde/horde

Public Properties

Property 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.

Public Methods

Method Description
mailSearch ( $domains, array $opts = [] )
msaSearch ( $domains, array $opts = [] )

Protected Methods

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

Method Details

_process() protected method

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 method

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

msaSearch() public method

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

Property Details

$http public_oe property

Http client.
public Horde_Http_Client $http
return Horde_Http_Client

$ispdb public_oe property

URL of Mozilla ISPDB server lookup.
public string $ispdb
return string

$priority public_oe property

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