프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_utf7imap | mixed | If boolean true, it is identical to UTF-8 representation. | |
$_utf8 | string | UTF8 representation of mailbox. |
메소드 | 설명 | |
---|---|---|
__construct ( string $mbox, boolean $utf7imap = false ) | Constructor. | |
__get ( $name ) | ||
__toString ( ) | ||
equals ( $mbox ) : boolean | Compares this mailbox to another mailbox string. | |
get ( string $mbox, boolean $utf7imap = false ) : Horde_Imap_Client_Mailbox | Shortcut to obtaining mailbox object. | |
serialize ( ) | ||
unserialize ( $data ) |
public __construct ( string $mbox, boolean $utf7imap = false ) | ||
$mbox | string | The mailbox name. |
$utf7imap | boolean | Is mailbox UTF7-IMAP encoded (true). Otherwise, mailbox is assumed to be UTF-8 encoded. |
protected mixed $_utf7imap | ||
리턴 | mixed |