[commits] Horde branch develop updated. 0b0596dc8175d11b942950217eb4c120ae83d827

Michael J. Rubinsky mrubinsk at horde.org
Tue May 8 00:52:43 UTC 2012


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

from: 0e69bb99cce471ef7261a7fa2dc0b2ec0e9181f2

7fb566d Fix sending mime blobs in EAS 12.x, add support for sending s/mime
1d27262 Make sure the content-type parameters for signed messages are preserved
479a181 Silly me, you can't alter signed message parts.
0b0596d Handle s/mime email sent from device in EAS requests

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

commit 7fb566d5f0940df471e541170f8081255b702737
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 7 17:24:03 2012 -0400

    Fix sending mime blobs in EAS 12.x, add support for sending s/mime

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   55 +++++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |   43 ++++++++-
 2 files changed, 82 insertions(+), 16 deletions(-)

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

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

commit 1d27262e11fe6d080c40c08348a10a802a16b339
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 7 18:39:01 2012 -0400

    Make sure the content-type parameters for signed messages are preserved

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

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

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

commit 479a181be93e30b53e92cc854d7400eaeef59a8b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 7 20:35:28 2012 -0400

    Silly me, you can't alter signed message parts.
    
    This will be less efficient, as we must fetch and send the entire
    message string in the data element, and we can't use a stream since
    we MUST pass the data length to EAS as well.

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

http://git.horde.org/horde-git/-/commit/479a181be93e30b53e92cc854d7400eaeef59a8b

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

commit 0b0596dc8175d11b942950217eb4c120ae83d827
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 7 20:51:49 2012 -0400

    Handle s/mime email sent from device in EAS requests

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

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




More information about the commits mailing list