프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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 ( ) |
public __toString ( ) : string | ||
리턴 | string | A URL string. |
protected Horde_Imap_Client_Mailbox $_mailbox | ||
리턴 | Horde_Imap_Client_Mailbox |
protected string $_partial | ||
리턴 | string |
protected int $_uidvalidity | ||
리턴 | integer |