Method |
Description |
|
__get ( $name ) |
|
|
exists ( string $mbox ) : boolean |
Return whether the mailbox exists. |
|
expire ( mixed $entries, IMP_Mailbox $mbox = null ) |
Expire cache entries. |
|
getAcl ( string $mbox ) : mixed |
Get ACL data. |
|
getDisplay ( string $mbox ) : mixed |
Get mailbox display label. |
|
getIcons ( string $mbox ) : mixed |
Get icon information. |
|
getLabel ( string $mbox ) : mixed |
Get the mailbox label. |
|
getPrefTo ( string $mbox ) : mixed |
Preference storage name. |
|
getSpecialMailboxes ( ) : array |
Return the list of special mailboxes. |
|
getUidvalidity ( string $mbox ) : mixed |
Get the UIDVALIDITY of the mailbox. |
|
serialize ( ) |
|
|
setAcl ( string $mbox, mixed $acl ) |
Set ACL data. |
|
setDisplay ( string $mbox, string $display ) |
Set mailbox display label. |
|
setLabel ( string $mbox, string $label ) |
Set the mailbox label. |
|
setPrefTo ( string $mbox, string $pref_to ) |
Set the preference storage name. |
|
setUidvalidity ( string $mbox, integer $uidvalid ) |
Set the UIDVALIDITY of the mailbox. |
|
unserialize ( $data ) |
|
|