[Tickets #11083] Re: UID search is non-strict
bugs at horde.org
bugs at horde.org
Mon Mar 19 17:29:35 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11083
------------------------------------------------------------------------------
Ticket | 11083
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | UID search is non-strict
Queue | Turba
Version | 3.0.12
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2012-03-19 17:29) wrote:
The serialized array in the horde_activesync_state table only holds
the entries for items that have NOT yet been sync'd - not all entries
are sent in a single request - we hold the pending items in that
array, and they are removed once sent to the device. Once the initial
sync is done, only items that have changed are sent to the device.
This initial list is obtained by calling
$registry->contacts->listUids() - which returns the UIDs of all the
contacts we want to send. We then call $registry->contacts->export()
to fetch each entry.
More information about the bugs
mailing list