PHP Class Horde_Mail_Autoconfig_Driver, horde

Author: Michael Slusarz ([email protected])
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$priority integer The priority of this driver. Lower values (0 minimum) indicate higher priority.

Public Methods

Method Description
mailSearch ( array $domains, array $opts = [] ) : mixed Determine the configuration for a message storage access server.
msaSearch ( array $domains, array $opts = [] ) : mixed Determine the configuration for a message submission agent (MSA).

Method Details

mailSearch() abstract public method

Determine the configuration for a message storage access server.
abstract public mailSearch ( array $domains, array $opts = [] ) : mixed
$domains array List of domains to search.
$opts array Additional options: - email: (Horde_Mail_Rfc822_Address) The original e-mail provided. - no_imap: (boolean) If true, ignore IMAP servers. - no_pop3: (boolean) If true, ignore POP3 servers.
return mixed False if no servers found, or a list of server objects in order of decreasing priority.

msaSearch() abstract public method

Determine the configuration for a message submission agent (MSA).
abstract public msaSearch ( array $domains, array $opts = [] ) : mixed
$domains array List of domains to search.
$opts array Additional options: - email: (Horde_Mail_Rfc822_Address) The original e-mail provided.
return mixed False if no servers found, or a list of server objects in order of decreasing priority.

Property Details

$priority public_oe property

The priority of this driver. Lower values (0 minimum) indicate higher priority.
public int $priority
return integer