Property | Type | Description | |
---|---|---|---|
$priority | integer | The priority of this driver. Lower values (0 minimum) indicate higher priority. |
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). |
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. |
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. |
public int $priority | ||
return | integer |