Property | Type | Description | |
---|---|---|---|
$map | Horde_Imap_Client_Ids_Map | Mapping object. | |
$open | boolean | Is mailbox opened? | |
$sync | boolean | Is mailbox sync'd with remote server (via CONDSTORE/QRESYNC)? |
Property | Type | Description | |
---|---|---|---|
$_status | array | Status information. |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
getStatus ( integer $entry ) : mixed | Get status information for the mailbox. | |
reset ( ) | Reset the mailbox information. | |
setStatus ( integer $entry, mixed $value ) | Set status information for the mailbox. |
public Horde_Imap_Client_Ids_Map $map | ||
return | Horde_Imap_Client_Ids_Map |
public bool $sync | ||
return | boolean |