[commits] Horde branch master updated. 84af3f8d8a7b26fbe3d451cb1f5b4128c5d94a5f
Michael J. Rubinsky
mrubinsk at horde.org
Sun Dec 4 15:45:58 UTC 2016
The branch "master" has been updated.
The following is a summary of the commits.
from: 8dc6a7ed818f8a37389d5b87c527bb4b17c5af68
84af3f8 Break out strategies for each type of IMAP change detection.
Summary: http://github.com/horde/horde/compare/8dc6a7ed818f8a37389d5b87c527bb4b17c5af68...84af3f8d8a7b26fbe3d451cb1f5b4128c5d94a5f
-----------------------------------------------------------------------
commit 84af3f8d8a7b26fbe3d451cb1f5b4128c5d94a5f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 3 20:38:58 2016 -0500
Break out strategies for each type of IMAP change detection.
.../lib/Horde/ActiveSync/Imap/Adapter.php | 302 +--------------------
.../lib/Horde/ActiveSync/Imap/Strategy/Base.php | 124 +++++++++
.../lib/Horde/ActiveSync/Imap/Strategy/Initial.php | 98 +++++++
.../lib/Horde/ActiveSync/Imap/Strategy/Modseq.php | 273 +++++++++++++++++++
.../lib/Horde/ActiveSync/Imap/Strategy/Plain.php | 102 +++++++
framework/ActiveSync/package.xml | 14 +-
6 files changed, 621 insertions(+), 292 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Base.php
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Initial.php
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Modseq.php
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Strategy/Plain.php
http://github.com/horde/horde/commit/84af3f8d8a7b26fbe3d451cb1f5b4128c5d94a5f
More information about the commits
mailing list