Documentation

Horde_ActiveSync_Imap_Strategy_Initial extends Horde_ActiveSync_Imap_Strategy_Base
in package

Handles fetching initial set of message changes for the first sync.

Tags
license

http://www.horde.org/licenses/gpl GPLv2

copyright

2012-2020 Horde LLC (http://www.horde.org)

author

Michael J Rubinsky mrubinsk@horde.org

Table of Contents

$_folder  : Horde_ActiveSync_Folder_Base
The folder object.
$_imap  : Horde_ActiveSync_Interface_ImapFactory
The imap factory. Needed to get list of custom flags.
$_imap_ob  : Horde_Imap_Client_Base
The imap client object.
$_logger  : Horde_Log_Logger
$_mbox  : Horde_Imap_Client_Mailbox
The current mailbox.
$_procid  : int
The process id for logging purposes.
$_status  : array<string|int, mixed>
The IMAP status array.
__construct()  : mixed
Const'r
getChanges()  : Horde_ActiveSync_Folder_Base
Return a folder object containing all IMAP server change information.
_getMsgFlags()  : array<string|int, mixed>
Return an array of custom IMAP flags.

Properties

$_imap_ob

The imap client object.

protected Horde_Imap_Client_Base $_imap_ob

$_logger

protected Horde_Log_Logger $_logger

$_mbox

The current mailbox.

protected Horde_Imap_Client_Mailbox $_mbox

$_procid

The process id for logging purposes.

protected int $_procid

$_status

The IMAP status array.

protected array<string|int, mixed> $_status

Methods

getChanges()

Return a folder object containing all IMAP server change information.

public getChanges(array<string|int, mixed> $options) : Horde_ActiveSync_Folder_Base
Parameters
$options : array<string|int, mixed>

An array of options. @see Horde_ActiveSync_Imap_Adapter::getMessageChanges

Return values
Horde_ActiveSync_Folder_Base

The populated folder object.

_getMsgFlags()

Return an array of custom IMAP flags.

protected _getMsgFlags() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results