PHP 클래스 Horde_Imap_Client_Url_Imap, horde

Absolute IMAP URLs takes one of the following forms: - imap://[/] - imap:///[][?] - imap:///[][][][]
부터: 2.25.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Url_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_mailbox Horde_Imap_Client_Mailbox IMAP mailbox.
$_partial string Byte range for use with IMAP FETCH command.
$_search string Search query to be run with IMAP SEARCH.
$_section string MIME part ID.
$_uid string IMAP UID.
$_uidvalidity integer IMAP UIDVALIDITY for the given mailbox.
$_urlauth string URLAUTH info (not parsed).

공개 메소드들

메소드 설명
__get ( $name )
__set ( $name, $value )
__toString ( ) : string Create an IMAP URL (RFC 5092/5593).

보호된 메소드들

메소드 설명
_parseUrl ( array $data )
_toImapString ( )

메소드 상세

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__toString() 공개 메소드

Create an IMAP URL (RFC 5092/5593).
public __toString ( ) : string
리턴 string A URL string.

_parseUrl() 보호된 메소드

protected _parseUrl ( array $data )
$data array

_toImapString() 보호된 메소드

protected _toImapString ( )

프로퍼티 상세

$_mailbox 보호되어 있는 프로퍼티

IMAP mailbox.
protected Horde_Imap_Client_Mailbox $_mailbox
리턴 Horde_Imap_Client_Mailbox

$_partial 보호되어 있는 프로퍼티

Byte range for use with IMAP FETCH command.
protected string $_partial
리턴 string

$_section 보호되어 있는 프로퍼티

MIME part ID.
protected string $_section
리턴 string

$_uid 보호되어 있는 프로퍼티

IMAP UID.
protected string $_uid
리턴 string

$_uidvalidity 보호되어 있는 프로퍼티

IMAP UIDVALIDITY for the given mailbox.
protected int $_uidvalidity
리턴 integer

$_urlauth 보호되어 있는 프로퍼티

URLAUTH info (not parsed).
protected string $_urlauth
리턴 string