Property | Type | Description | |
---|---|---|---|
$_ids | array | Sequence -> UID mapping. | |
$_sorted | boolean | Is the array sorted? |
Method | Description | |
---|---|---|
__construct ( array $ids = [] ) | Constructor. | |
__get ( $name ) | ||
count ( ) | ||
getIterator ( ) | ||
lookup ( Horde_Imap_Client_Ids $ids ) : array | Create a Sequence <-> UID lookup table. | |
remove ( Horde_Imap_Client_Ids $ids ) | Removes messages from the ID mapping. | |
serialize ( ) | ||
sort ( ) | Sort the map. | |
unserialize ( $data ) | ||
update ( array $ids ) : boolean | Updates the mapping. |
public __construct ( array $ids = [] ) | ||
$ids | array | Array of sequence -> UID mapping. |
public remove ( Horde_Imap_Client_Ids $ids ) | ||
$ids | Horde_Imap_Client_Ids | IDs to remove. |