PHP 클래스 Horde_Mail_Autoconfig_Driver, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$priority integer The priority of this driver. Lower values (0 minimum) indicate higher priority.

공개 메소드들

메소드 설명
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).

메소드 상세

mailSearch() 추상적인 공개 메소드

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.
리턴 mixed False if no servers found, or a list of server objects in order of decreasing priority.

msaSearch() 추상적인 공개 메소드

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.
리턴 mixed False if no servers found, or a list of server objects in order of decreasing priority.

프로퍼티 상세

$priority 공개적으로 프로퍼티

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