$map
$map : array
Mappings of status() values to sync keys.
Mailbox synchronization results.
$mailbox : \Horde_Imap_Client_Mailbox
The synchronized mailbox.
$vanished : \Horde_Imap_Client_Ids
The UIDs of messages that are guaranteed to have vanished. This list is only guaranteed to be available if the server supports QRESYNC or a list of known UIDs is passed to the sync() method.
$_flagsuids : \Horde_Imap_Client_Ids
UIDs of messages that have had flag changes.
$_newmsgsuids : \Horde_Imap_Client_Ids
UIDs of new messages.
$_vanisheduids : \Horde_Imap_Client_Ids
UIDs of messages that have vanished.
__construct(\Horde_Imap_Client_Base $base_ob, mixed $mailbox, array $sync, array $curr, integer $criteria, \Horde_Imap_Client_Ids $ids)
Constructor.
\Horde_Imap_Client_Base | $base_ob | Base driver object. |
mixed | $mailbox | Mailbox to sync. |
array | $sync | Token sync data. |
array | $curr | Current sync data. |
integer | $criteria | Mask of criteria to return. |
\Horde_Imap_Client_Ids | $ids | List of known UIDs. |