[commits] Horde branch master updated. 74b42f761bc91dd33265c5d75633acca3516ba3e

Michael J. Rubinsky mrubinsk at horde.org
Thu Aug 7 16:01:04 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: 55c8f3d88728048ed53504e86045c3d219d34912

e511bf8 TODO
7ab982e Fix regression in sending the incorrect status code.
8aea680 Only keep the map entries for one sync cycle, not 2.
6f73435 Add Horde_ActiveSync_Imap_Message::getFlags()
66dcd4b Pass through for FILTERTYPE_INCOMPLETETASKS.
9f1c0a1 Initial library support for sending custom imap flags as EAS message categories.
1162b29 Backend support for sending/receiving EAS mail category changes.
7bba2fd phpdoc
b762a16 Next attempt at Bug: 13405
fd725c2 Update custom flags, if able to.
dabc03a Add IMP_Api::addFlags()
74b42f7 Typo in phpdoc.

Summary: http://github.com/horde/horde/compare/55c8f3d88728048ed53504e86045c3d219d34912...74b42f761bc91dd33265c5d75633acca3516ba3e

-----------------------------------------------------------------------

commit e511bf86d7684b9ffec4e200aab1242d58aee24e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 17:31:00 2014 -0400

    TODO

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/e511bf86d7684b9ffec4e200aab1242d58aee24e

-----------------------------------------------------------------------

commit 7ab982eae8e6ebd0a1ec255ebd3f7fa2678c4549
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 22:54:16 2014 -0400

    Fix regression in sending the incorrect status code.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/7ab982eae8e6ebd0a1ec255ebd3f7fa2678c4549

-----------------------------------------------------------------------

commit 8aea680fbe8c6a99f93e23630678614d05012185
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 22:54:58 2014 -0400

    Only keep the map entries for one sync cycle, not 2.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/8aea680fbe8c6a99f93e23630678614d05012185

-----------------------------------------------------------------------

commit 6f73435c4a8b3e13488dabcc0b9b6e655533a218
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 22:57:49 2014 -0400

    Add Horde_ActiveSync_Imap_Message::getFlags()

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/6f73435c4a8b3e13488dabcc0b9b6e655533a218

-----------------------------------------------------------------------

commit 66dcd4b473fa53057cef38bf0d6c59b0d1b97653
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 22:58:46 2014 -0400

    Pass through for FILTERTYPE_INCOMPLETETASKS.
    
    Not used yet in the driver, but we shouldn't drop the value.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/66dcd4b473fa53057cef38bf0d6c59b0d1b97653

-----------------------------------------------------------------------

commit 9f1c0a1a3702a67a4350cabcbe1d2574d3410f4d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 23:01:08 2014 -0400

    Initial library support for sending custom imap flags as EAS message categories.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |    5 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |   24 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php        |   35 +++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php       |   58 +++++-
 4 files changed, 109 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/9f1c0a1a3702a67a4350cabcbe1d2574d3410f4d

-----------------------------------------------------------------------

commit 1162b296861ce3d1d65a71549df6e91f75d5cf5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 6 23:03:07 2014 -0400

    Backend support for sending/receiving EAS mail category changes.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php       |   20 +++++++++++--
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php |   18 +++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/1162b296861ce3d1d65a71549df6e91f75d5cf5a

-----------------------------------------------------------------------

commit 7bba2fd0dc9d29a051e07de80a1314b4bf51adaf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 7 11:57:28 2014 -0400

    phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/7bba2fd0dc9d29a051e07de80a1314b4bf51adaf

-----------------------------------------------------------------------

commit b762a16ef009aca70fe8158aca93d5cc5891d06a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 7 11:57:43 2014 -0400

    Next attempt at Bug: 13405

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   26 +++++------
 1 files changed, 12 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/b762a16ef009aca70fe8158aca93d5cc5891d06a

-----------------------------------------------------------------------

commit fd725c2b70752ba04ae61c7241dc5d8e4e7a3760
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 7 11:59:06 2014 -0400

    Update custom flags, if able to.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   12 ++++++++++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php    |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/fd725c2b70752ba04ae61c7241dc5d8e4e7a3760

-----------------------------------------------------------------------

commit dabc03a14b91d09a625c770a0df0e2e0c916c10d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 7 11:59:52 2014 -0400

    Add IMP_Api::addFlags()
    
    Allow for adding/ensuring a set of custom msgflags are added to prefs.

 imp/lib/Api.php |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/dabc03a14b91d09a625c770a0df0e2e0c916c10d

-----------------------------------------------------------------------

commit 74b42f761bc91dd33265c5d75633acca3516ba3e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 7 12:00:49 2014 -0400

    Typo in phpdoc.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/74b42f761bc91dd33265c5d75633acca3516ba3e




More information about the commits mailing list