[commits] Horde branch horde_activesync_3_0 updated. 00a93bb22c75835be8e1ef49b7623ae5e0b7a71e

Michael J. Rubinsky mrubinsk at horde.org
Tue Mar 12 15:12:52 UTC 2013


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

from: 86c09b2e1d21c7e58dae8b91fb1e6730338140ce

2266cb1 Add COMPOSEMAIL namespace
78ab1b7 Add Horde_ActiveSync_Wbxml_Decoder::isWbxml() and ::getFullInputStream()
00a93bb Have Horde_ActiveSync_Request_SendMail sniff out the type of request.

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

commit 2266cb16ebdd1bcbf319432836e8d9481fe8f490
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 11:07:26 2013 -0400

    Add COMPOSEMAIL namespace

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

http://git.horde.org/horde-git/-/commit/2266cb16ebdd1bcbf319432836e8d9481fe8f490

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

commit 78ab1b74bb79718e8864c9f19e02edb23eeec2c5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 11:09:15 2013 -0400

    Add Horde_ActiveSync_Wbxml_Decoder::isWbxml() and ::getFullInputStream()
    
    Allow the decoder to sniff out valid wbxml, and return the full
    input stream if desired.

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

http://git.horde.org/horde-git/-/commit/78ab1b74bb79718e8864c9f19e02edb23eeec2c5

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

commit 00a93bb22c75835be8e1ef49b7623ae5e0b7a71e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 11:10:25 2013 -0400

    Have Horde_ActiveSync_Request_SendMail sniff out the type of request.
    
    In EAS 14.x the Sendmail command may or maynot be transmitted as
    either IMF/Rfc822 stream or as a wbxml encoded stream of COMPOSEMAIL
    namespace properties. Check for valid wbxml and if none is present,
    assume the full input stream is rfc822 input.
    
    Still need to implement the wbxml decoding for the SendMail request.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php |   29 ++++----
 1 files changed, 13 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/00a93bb22c75835be8e1ef49b7623ae5e0b7a71e




More information about the commits mailing list