Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 24, 2015
1 parent 22f7bd3 commit f2b62e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,17 @@ abstract public function getFolders();
*
* @return array A list of messge uids that have chnaged in the specified
* time period.
*
* @todo Horde 6
* - Change return structure to (optionally) include the actual $to_ts value
* that was used. This is needed because if using something like
* Kolab/IMAP storage backend in Horde, then we must synchronize
* Horde <-> Kolab to get any changes from external Kolab clients and this
* may cause new/changed entries that would change the current MODSEQ.
* Not critical, since without this it only results in having to wait
* until the next SYNC cycle. By returning the actual $to_ts value we can
* update the state with THIS value instead of the one we were originally
* sent.
*/
abstract public function getServerChanges(
$folderId, $from_ts, $to_ts, $cutoffdate, $ping);
Expand Down

0 comments on commit f2b62e4

Please sign in to comment.