Package ActiveSync
Horde_ActiveSync_Message_Appointment | Horde_ActiveSync_Message_Appointment class represents a single ActiveSync Appointment object. Responsible for mapping all fields to and from wbxml. |
Horde_ActiveSync_Message_Attendee | Horde_ActiveSync_Message_Attendee class represents a single ActiveSync Attendee sub-object. |
Horde_ActiveSync_Message_Contact | Horde_ActiveSync_Message_Contact class represents a single ActiveSync Contact object. |
Horde_ActiveSync_Message_Exception | Horde_ActiveSync_Message_Exception class represents a single exception to a recurring event. This is basically a Appointment object with some tweaks. |
Horde_ActiveSync_Message_Folder | Horde_ActiveSync_Message_Folder class represents a single ActiveSync Folder object. |
Horde_ActiveSync_Message_Recurrence | Horde_ActiveSync_Message_Recurrence class represents a single ActiveSync recurrence sub-object. |
Horde_ActiveSync_Message_Task | Horde_ActiveSync_Message_Task class represents a single ActiveSync Task. |
Horde_ActiveSync_State_Base | Base class for managing everything related to state: |
Horde_ActiveSync_State_History | Horde_History based state management. Needs a number of SQL tables present:
<
pre> syncStateTable (horde_activesync_state): sync_time: timestamp of last sync sync_key: the syncKey for the last sync sync_data: If the last sync resulted in a MOREAVAILABLE, this contains a list of UIDs that still need to be sent to the PIM. If this sync_key represents a FOLDERSYNC state, then this contains the current folder state on the PIM. sync_devid: The device id. sync_folderid: The folder id for this sync. sync_user: The user for this synckey |
Horde_ActiveSync_Timezone | Utility functions for dealing with Microsoft ActiveSync's Timezone format. |