[commits] Horde branch master updated. 62f6e8bdcba4e52655c6428504a4093569a4f5f4

Michael J. Rubinsky mrubinsk at horde.org
Thu May 29 19:42:32 UTC 2014


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

from: 089475cfec59c99be438c6073b5b07c295a4e9f1

4cef9d9 Tweak phpdoc
537f052 Simplify.
b4ec75d Revert "Do not prevent a DELETE command from being sent to the client after a MOVEITEMS."
d4a94a6 Simplify even more.
b17c08c This status code seems to work slightly better on some clients.
0355f33 Save the ADD that we know is coming to the mailmap table.
a328c57 phpdoc
ca7794c Support saving ADDs to the mailmap table from MOVEITEMS requests.
de856cc Ignore ADDs secondary to MOVEITEMS when using Outlook 2013.
7ae8797 Add migration.
e2ec9af BFN
62f6e8b Catch exceptions.

Summary: http://github.com/horde/horde/compare/089475cfec59c99be438c6073b5b07c295a4e9f1...62f6e8bdcba4e52655c6428504a4093569a4f5f4

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

commit 4cef9d9d03099dc78d030002e090d360f0471af9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 28 18:35:12 2014 -0400

    Tweak phpdoc

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

http://github.com/horde/horde/commit/4cef9d9d03099dc78d030002e090d360f0471af9

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

commit 537f052cdf52ae7a619b296751950f05fc23bc68
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 28 20:26:40 2014 -0400

    Simplify.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |   19 +++-----------
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php  |   14 ++++------
 2 files changed, 10 insertions(+), 23 deletions(-)

http://github.com/horde/horde/commit/537f052cdf52ae7a619b296751950f05fc23bc68

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

commit b4ec75d0838cc78019d5cf9562eb85d56f017631
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 28 20:30:08 2014 -0400

    Revert "Do not prevent a DELETE command from being sent to the client after a MOVEITEMS."
    
    This reverts commit 72320631257cefefb271dee05a479baa0b0400d1.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |   17 ++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

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

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

commit d4a94a602f28297dc0b75ba37f982cf5b8784767
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 28 20:56:06 2014 -0400

    Simplify even more.

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

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

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

commit b17c08c8ea9e1c08aa0f19cd200d46c82e1f11ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 13:54:05 2014 -0400

    This status code seems to work slightly better on some clients.

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

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

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

commit 0355f3302b7529a9e26e899186e931e4f83bc214
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:33:01 2014 -0400

    Save the ADD that we know is coming to the mailmap table.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |   15 ++++--
 1 files changed, 10 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/0355f3302b7529a9e26e899186e931e4f83bc214

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

commit a328c57d608a285a6e2810ec07badd52df394b2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:33:37 2014 -0400

    phpdoc

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

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

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

commit ca7794c610bb5b90f9f945d98218f5204aecdade
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:36:25 2014 -0400

    Support saving ADDs to the mailmap table from MOVEITEMS requests.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |   43 ++++++++++-----
 1 files changed, 28 insertions(+), 15 deletions(-)

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

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

commit de856ccb475dfb55f773db73c82802bf1e0a0bb4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:38:31 2014 -0400

    Ignore ADDs secondary to MOVEITEMS when using Outlook 2013.

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

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

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

commit 7ae87973ffafb106bd75c56b9ac6fb7a1edd1269
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:39:45 2014 -0400

    Add migration.

 .../Horde/ActiveSync/21_horde_activesync_addmailmapchangeflag.php |   17 +++++
 framework/ActiveSync/package.xml                                  |    6 +-
 2 files changed, 21 insertions(+), 2 deletions(-)
 create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/21_horde_activesync_addmailmapchangeflag.php

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

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

commit e2ec9af8a5f8246bcf820230c475e86e91b3463b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:41:27 2014 -0400

    BFN

 framework/ActiveSync/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 62f6e8bdcba4e52655c6428504a4093569a4f5f4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 29 15:41:39 2014 -0400

    Catch exceptions.

 framework/Core/lib/Horde/Core/ActiveSync/Mail.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/62f6e8bdcba4e52655c6428504a4093569a4f5f4




More information about the commits mailing list