[commits] Horde branch develop updated. 770e2fa88d57eb85a7921936864b1a17ca4593ae

Michael J. Rubinsky mrubinsk at horde.org
Mon Jun 11 11:59:48 UTC 2012


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

from: 5563a6e4b33635ae55d25d13770250bd6e718bc5

1266dc5 Add Horde_ActiveSync_Message_MeetingRequest
99f7441 Implement Horde_ActiveSync_Message_MeetingRequest
2822b68 Add Horde_ICalendar as dependency
1b4f553 Add initial basic tests for Invitation Requests
885fccb Fix detecting text attachements
7b34102 First stab at sniffing out meeting requests
27643a1 Implement MAPI GOID creation/parsing.
dc8f52a Set the correct content class for meeting requests.
ca81e80 Catch exception
ce263a3 Use a proper GOID, now that I know what one is...
ee9b2c9 Update package.xml filelist
5644b5c Implement MeetingResponse handling in the ActiveSync driver.
cd4f9bd Move to it's own method.
dcfb39c Simplify, have this return the mime part directly.
b1cf241 Detect allday events
34b842f These dates will already be in UTC
770e2fa Implement/Port MeetingRequest requests.

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

commit 1266dc52eb325164082ae012d0eb5191584ec027
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 12:35:01 2012 -0400

    Add Horde_ActiveSync_Message_MeetingRequest

 .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php    |   75 +++++
 1 files changed, 75 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php

http://git.horde.org/horde-git/-/commit/1266dc52eb325164082ae012d0eb5191584ec027

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

commit 99f7441a45d02b9742bddc4ba89f59dec0a9ade5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 15:08:11 2012 -0400

    Implement Horde_ActiveSync_Message_MeetingRequest

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php        |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php    |   80 ++++-
 2 files changed, 79 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/99f7441a45d02b9742bddc4ba89f59dec0a9ade5

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

commit 2822b681b96e6fed1e5d1758b0f46616d1ad32f4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 15:09:58 2012 -0400

    Add Horde_ICalendar as dependency

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

http://git.horde.org/horde-git/-/commit/2822b681b96e6fed1e5d1758b0f46616d1ad32f4

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

commit 1b4f5534c3fb07314ce5464b0497f2fb52021956
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 15:10:51 2012 -0400

    Add initial basic tests for Invitation Requests

 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php         |   46 +
 .../ActiveSync/test/Horde/ActiveSync/fixtures/invitation_one.eml  |  199 +++++
 .../test/Horde/ActiveSync/fixtures/meeting_request_one.wbxml      |  Bin 0 -> 412 bytes
 3 files changed, 245 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/invitation_one.eml
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/meeting_request_one.wbxml

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

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

commit 885fccb0c61ce94b10237297f107ba557f761f16
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 15:11:49 2012 -0400

    Fix detecting text attachements

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

http://git.horde.org/horde-git/-/commit/885fccb0c61ce94b10237297f107ba557f761f16

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

commit 7b34102f50eceb0e76a7e34a7b33b8d109669e2b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jun 8 15:12:19 2012 -0400

    First stab at sniffing out meeting requests

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    7 ++++
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |   19 ++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

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

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

commit 27643a187957827c1d391b099773f68f9f969df3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jun 9 14:34:53 2012 -0400

    Implement MAPI GOID creation/parsing.
    
    Needed for dealing with meeting requests.

 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php       |   73 +++++++++++++
 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php |   47 ++++++++-
 2 files changed, 118 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/27643a187957827c1d391b099773f68f9f969df3

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

commit dc8f52aa340c3d2e7828b8b54141f80d1e4462fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jun 9 14:36:14 2012 -0400

    Set the correct content class for meeting requests.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit ca81e8008b90a420d9b69e00538e618be3355f4a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jun 9 14:36:48 2012 -0400

    Catch exception

 .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php    |   10 +++--
 1 files changed, 6 insertions(+), 4 deletions(-)

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

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

commit ce263a39c68acc5585207ce4f74a2eff4034d561
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jun 9 14:38:14 2012 -0400

    Use a proper GOID, now that I know what one is...

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

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

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

commit ee9b2c92ab6ff873bdfbca7db53c7c24a6405ab8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jun 9 14:39:04 2012 -0400

    Update package.xml filelist

 framework/ActiveSync/package.xml                                  |   20 ++++-
 .../test/Horde/ActiveSync/fixtures/meeting_request_one.wbxml      |  Bin 412 -> 460 bytes
 2 files changed, 17 insertions(+), 3 deletions(-)

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

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

commit 5644b5c57378b5aec05a654eea7629f5e5c9a718
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:19:26 2012 -0400

    Implement MeetingResponse handling in the ActiveSync driver.

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php |   30 ++--
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php    |   13 ++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php       |  109 +++++++++++++
 3 files changed, 138 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/5644b5c57378b5aec05a654eea7629f5e5c9a718

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

commit cd4f9bd5d89d82e181275c8bb0a904c4b262ad31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:19:55 2012 -0400

    Move to it's own method.

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

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

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

commit dcfb39c82b3d9ce1696bbe8e4c2cc83ceeb5d10a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:21:06 2012 -0400

    Simplify, have this return the mime part directly.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit b1cf241e48adb398f15d3e2ab5b0e1437277d9db
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:21:35 2012 -0400

    Detect allday events

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

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

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

commit 34b842f1dba1677aa328b6694ee81a8450582087
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:26:56 2012 -0400

    These dates will already be in UTC

 .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php    |    6 ++--
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/34b842f1dba1677aa328b6694ee81a8450582087

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

commit 770e2fa88d57eb85a7921936864b1a17ca4593ae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 10 17:27:21 2012 -0400

    Implement/Port MeetingRequest requests.

 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |   85 +++--
 1 files changed, 46 insertions(+), 39 deletions(-)

http://git.horde.org/horde-git/-/commit/770e2fa88d57eb85a7921936864b1a17ca4593ae




More information about the commits mailing list