$_driverlist
$_driverlist : array
Drivers. Shared between all instances.
Object to perform autodetermination of mail configuration parameters.
getMsaConfig(string $email, array $opts = array()) : \Horde_Mail_Autoconfig_Server
Determine the configuration for a message submission agent (MSA).
string | An e-mail address. |
|
array | $opts | Additional options:
|
The server object to use, or false if no server could be found.
getMailConfig(string $email, array $opts = array()) : \Horde_Mail_Autoconfig_Server
Determine the configuration for a message storage access server (i.e.
IMAP and/or POP3 server).
string | An e-mail address. |
|
array | $opts | Additional options:
|
The server object to use, or false if no server could be found.
_getConfig(string $type, string $email, array $opts) : mixed
Determine autoconfiguration details.
string | $type | The type of driver search to do. |
string | An e-mail address. |
|
array | $opts | Options (see getMsaConfig() and getMailConfig()). |
See getMsaConfig() and getMailConfig().