[commits] Horde branch develop updated.	d194a3e43e759a6706e8bf3debad2788d234ea73
    Michael J. Rubinsky 
    mrubinsk at horde.org
       
    Thu May 17 22:02:08 UTC 2012
    
    
  
The branch "develop" has been updated.
The following is a summary of the commits.
from: 2fde610d82901ba6e93b9428c84e8610752bc1fc
a5d6686 Allow getting the mulitpart property
b171856 Add multipart property to encoder. Don't set content header from encoder.
89c7c6e Fix and simplify truncation detetection in certain cases.
a805536 Might be in headers, or in encoded query string
63dc8e1 removed unused method
e1a047a Catch if message is gone when attempting to get attachement.
77f9276 Make this public
c2be951 unused
77f4e7b Pass the logger
d194a3e Implement MultiPart ITEMOPERATION responses.
-----------------------------------------------------------------------
commit a5d66864b9c311b33f761bbb3f4c0cfef36537b1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 11:00:01 2012 -0400
    Allow getting the mulitpart property
 framework/ActiveSync/lib/Horde/ActiveSync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a5d66864b9c311b33f761bbb3f4c0cfef36537b1
-----------------------------------------------------------------------
commit b17185692619a337a068b6fa0b0125a676ddf588
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 11:00:42 2012 -0400
    Add multipart property to encoder. Don't set content header from encoder.
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   15 +++++++++-
 1 files changed, 13 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b17185692619a337a068b6fa0b0125a676ddf588
-----------------------------------------------------------------------
commit 89c7c6e486d321cde1def34399c56c385c614113
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 13:27:46 2012 -0400
    Fix and simplify truncation detetection in certain cases.
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/89c7c6e486d321cde1def34399c56c385c614113
-----------------------------------------------------------------------
commit a805536e9bc6f1af576bd062b278768f8040cd8a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 17:54:58 2012 -0400
    Might be in headers, or in encoded query string
 framework/ActiveSync/lib/Horde/ActiveSync.php |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/a805536e9bc6f1af576bd062b278768f8040cd8a
-----------------------------------------------------------------------
commit 63dc8e159fcb5329089c37ed6e7b30387775d8bd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 17:55:36 2012 -0400
    removed unused method
 framework/ActiveSync/lib/Horde/ActiveSync.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/63dc8e159fcb5329089c37ed6e7b30387775d8bd
-----------------------------------------------------------------------
commit e1a047aa57c53daaac21037d50ef77a7d52ef74e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 17:55:51 2012 -0400
    Catch if message is gone when attempting to get attachement.
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e1a047aa57c53daaac21037d50ef77a7d52ef74e
-----------------------------------------------------------------------
commit 77f92767d690499bbabe75df35b05e67914ba7a9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 17:58:14 2012 -0400
    Make this public
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   16 +++++++++--
 1 files changed, 13 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/77f92767d690499bbabe75df35b05e67914ba7a9
-----------------------------------------------------------------------
commit c2be95168bb30a20a85c5c927430dca2b56f79b2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 18:00:16 2012 -0400
    unused
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/c2be95168bb30a20a85c5c927430dca2b56f79b2
-----------------------------------------------------------------------
commit 77f4e7b1fa8abacada7ce2e73b89eb3b2cbf161a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 18:00:53 2012 -0400
    Pass the logger
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/77f4e7b1fa8abacada7ce2e73b89eb3b2cbf161a
-----------------------------------------------------------------------
commit d194a3e43e759a6706e8bf3debad2788d234ea73
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 17 18:01:21 2012 -0400
    Implement MultiPart ITEMOPERATION responses.
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   10 +
 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |   24 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   31 +++-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |   37 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php       |   57 +++++
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php                        |   14 +-
 6 files changed, 156 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/d194a3e43e759a6706e8bf3debad2788d234ea73
    
    
More information about the commits
mailing list