Property | Type | Description | |
---|---|---|---|
$flags | boolean | Are there messages that have had flag changes? | |
$highestmodseq | integer | The previous value of HIGHESTMODSEQ. | |
$mailbox | Horde_Imap_Client_Mailbox | The synchronized mailbox. | |
$map | array | Mappings of status() values to sync keys. | |
$messages | integer | The previous number of messages in the mailbox. | |
$newmsgs | boolean | Are there new messages? | |
$uidnext | integer | The previous value of UIDNEXT. | |
$uidvalidity | integer | The previous value of UIDVALIDITY. | |
$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. |
Property | Type | Description | |
---|---|---|---|
$_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. |
Method | Description | |
---|---|---|
__construct ( Horde_Imap_Client_Base $base_ob, mixed $mailbox, array $sync, array $curr, integer $criteria, Horde_Imap_Client_Ids $ids ) | Constructor. | |
__get ( $name ) |
public __construct ( Horde_Imap_Client_Base $base_ob, mixed $mailbox, array $sync, array $curr, integer $criteria, Horde_Imap_Client_Ids $ids ) | ||
$base_ob | Horde_Imap_Client_Base | Base driver object. |
$mailbox | mixed | Mailbox to sync. |
$sync | array | Token sync data. |
$curr | array | Current sync data. |
$criteria | integer | Mask of criteria to return. |
$ids | Horde_Imap_Client_Ids | List of known UIDs. |
protected Horde_Imap_Client_Ids $_flagsuids | ||
return | Horde_Imap_Client_Ids |
protected Horde_Imap_Client_Ids $_newmsgsuids | ||
return | Horde_Imap_Client_Ids |
protected Horde_Imap_Client_Ids $_vanisheduids | ||
return | Horde_Imap_Client_Ids |
public bool $flags | ||
return | boolean |
public int $highestmodseq | ||
return | integer |
public Horde_Imap_Client_Mailbox $mailbox | ||
return | Horde_Imap_Client_Mailbox |
public static array $map | ||
return | array |
public int $messages | ||
return | integer |
public int $uidvalidity | ||
return | integer |