[commits] Horde branch develop updated. 7e11ff0735d8f5d7c6fafae7eee8e4b6e980c796

Michael J. Rubinsky mrubinsk at horde.org
Sat Mar 24 02:57:33 UTC 2012


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

from: 1528379d2f2887d48a80c0c0da9be880f7f7ce05

1939328 Beginnings of EAS 12.0 support
c350927 Moved to Horde_ActiveSync::, where it belongs.
8821555 Use the shorter form, save a function call.
d4f2aaf This tag might have some actual content
1a7a167 DTD changes for EAS 12.0
d7ec26e Revert "Use the shorter form, save a function call."
36224cf Add stub for SETTINGS request
ea2918c Add 12.0 properties to Email object
937a6f9 spacing, better constant names
0ea9d52 parse error
0ff0875 Add stub for ItemOperations requests
157ac1c Parse BODYPREFERENCE in SYNC requests.
5af4993 Initial work for supporting AIRSYNCBASE based email support.
b3861e7 Unused
a6fae1c phpdoc cleanup
2d2b84e Implement message attachments when using AirSyncBase (EAS 12.0)
be052f4 Remove stray character
7e11ff0 Disable version 12.0, by default, for now.

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

commit 1939328d1b4b8dd8e230c2a54b9333d4e39674b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 13:52:32 2012 -0400

    Beginnings of EAS 12.0 support

 framework/ActiveSync/lib/Horde/ActiveSync.php |  101 +++++++++++++++++++------
 1 files changed, 76 insertions(+), 25 deletions(-)

http://git.horde.org/horde-git/-/commit/1939328d1b4b8dd8e230c2a54b9333d4e39674b8

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

commit c35092729ec4b3c126eda29fb8233191f0ad43ae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 13:52:51 2012 -0400

    Moved to Horde_ActiveSync::, where it belongs.

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

http://git.horde.org/horde-git/-/commit/c35092729ec4b3c126eda29fb8233191f0ad43ae

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

commit 88215552edb6f395f7cdfb444c77957cd7fb8cb4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 13:56:24 2012 -0400

    Use the shorter form, save a function call.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |    4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/88215552edb6f395f7cdfb444c77957cd7fb8cb4

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

commit d4f2aaf72d71e3782044f5e1f1928eb3180437c1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 14:05:13 2012 -0400

    This tag might have some actual content

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

http://git.horde.org/horde-git/-/commit/d4f2aaf72d71e3782044f5e1f1928eb3180437c1

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

commit 1a7a167601e9ce4b7bed37c913dd9112eca28dbd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 14:21:22 2012 -0400

    DTD changes for EAS 12.0

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php |  174 ++++++++++++++++---
 1 files changed, 153 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/1a7a167601e9ce4b7bed37c913dd9112eca28dbd

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

commit d7ec26e8e1e8c0089b703ac559eab370f15aa2bb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 14:24:19 2012 -0400

    Revert "Use the shorter form, save a function call."
    
    Turns our array_push() is necessary here in place of [] because of the use of __get
    This reverts commit f9ceb179029bd371ee06c6ccb5d2d754f57646bc.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php       |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |    4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/d7ec26e8e1e8c0089b703ac559eab370f15aa2bb

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

commit 36224cfb04b53323bef825eb2316769d682284e4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 14:49:03 2012 -0400

    Add stub for SETTINGS request

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php |   70 ++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php

http://git.horde.org/horde-git/-/commit/36224cfb04b53323bef825eb2316769d682284e4

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

commit ea2918cdf596ed7e88fd3c0fa5f791bb6d027507
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 18:59:21 2012 -0400

    Add 12.0 properties to Email object

 framework/ActiveSync/lib/Horde/ActiveSync.php              |   21 +++
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php |   80 ++++++++----
 2 files changed, 78 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/ea2918cdf596ed7e88fd3c0fa5f791bb6d027507

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

commit 937a6f944f44a3b79771862b5e9b714e5151c7cd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 19:00:01 2012 -0400

    spacing, better constant names

 framework/ActiveSync/lib/Horde/ActiveSync.php              |   30 +++---
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php |   61 ++++++------
 2 files changed, 47 insertions(+), 44 deletions(-)

http://git.horde.org/horde-git/-/commit/937a6f944f44a3b79771862b5e9b714e5151c7cd

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

commit 0ea9d52d767a0ae559e8d69abb04affb97822f74
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 19:00:17 2012 -0400

    parse error

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

http://git.horde.org/horde-git/-/commit/0ea9d52d767a0ae559e8d69abb04affb97822f74

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

commit 0ff0875d61644fef2edb3d269a26b224f81bdefa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 19:03:16 2012 -0400

    Add stub for ItemOperations requests

 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |   55 +++++
 1 files changed, 55 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php

http://git.horde.org/horde-git/-/commit/0ff0875d61644fef2edb3d269a26b224f81bdefa

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

commit 157ac1c0819c3b475e80e836f6552ed51e70c730
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 22 19:36:54 2012 -0400

    Parse BODYPREFERENCE in SYNC requests.
    
    Don't do anything with it yet, but it at least now parses.

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

http://git.horde.org/horde-git/-/commit/157ac1c0819c3b475e80e836f6552ed51e70c730

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

commit 5af49934d63643bad9eac787431b6525c895e361
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 19:48:53 2012 -0400

    Initial work for supporting AIRSYNCBASE based email support.
    
    Gives us, among other things - HTML email bodies.

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   76 +++-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   43 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |  114 ++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |   96 +++-
 .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php   |   24 +
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   72 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php        |   55 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php        |   42 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   71 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php                |   77 ++--
 framework/ActiveSync/package.xml                                  |   14 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   45 +-
 12 files changed, 544 insertions(+), 185 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php

http://git.horde.org/horde-git/-/commit/5af49934d63643bad9eac787431b6525c895e361

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

commit b3861e7bdb499e7360f79060e9778f07ee34658e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 20:02:51 2012 -0400

    Unused

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

http://git.horde.org/horde-git/-/commit/b3861e7bdb499e7360f79060e9778f07ee34658e

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

commit a6fae1ce5e10c07059b0895bc07bb2376b63d000
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 20:34:43 2012 -0400

    phpdoc cleanup

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php   |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    7 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php                |   49 +----
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   37 ++--
 7 files changed, 48 insertions(+), 68 deletions(-)

http://git.horde.org/horde-git/-/commit/a6fae1ce5e10c07059b0895bc07bb2376b63d000

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

commit 2d2b84e2c42c8c5d1ecb121d922c147809064556
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 22:49:12 2012 -0400

    Implement message attachments when using AirSyncBase (EAS 12.0)

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    8 ++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |   18 ++++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php |    3 --
 framework/ActiveSync/package.xml                           |    4 ++-
 4 files changed, 23 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/2d2b84e2c42c8c5d1ecb121d922c147809064556

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

commit be052f444de0119c36b57e9cebb2ee7ece3fe01f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 22:49:50 2012 -0400

    Remove stray character

 framework/Mime/lib/Horde/Mime/Part.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/be052f444de0119c36b57e9cebb2ee7ece3fe01f

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

commit 7e11ff0735d8f5d7c6fafae7eee8e4b6e980c796
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 23 22:54:13 2012 -0400

    Disable version 12.0, by default, for now.
    
    Still enough of this version not implemented to cause potential problems.
    If anyone want to play, just replace the VERSION_TWOFIVE with VERISION_TWELVE...

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

http://git.horde.org/horde-git/-/commit/7e11ff0735d8f5d7c6fafae7eee8e4b6e980c796




More information about the commits mailing list