[commits] Horde branch master updated. e80435a4845b8cc4bc82c4d5a455c8830ce9afe7
Michael J. Rubinsky
mrubinsk at horde.org
Thu Aug 6 23:33:36 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 764de60db3b4c8ea869bb6aa7c0f51f76b5719d0
a1e2c8a Avoid PHP reference errors.
42a3933 Short circuit if we have an attachment disposition.
eca2ecd Fix edge case where incorrect body part is choosen for display.
e80435a BFN
Summary: http://github.com/horde/horde/compare/764de60db3b4c8ea869bb6aa7c0f51f76b5719d0...e80435a4845b8cc4bc82c4d5a455c8830ce9afe7
-----------------------------------------------------------------------
commit a1e2c8aa842b6500a61fd7aed08f61574b5b4915
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 6 19:23:34 2015 -0400
Avoid PHP reference errors.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/a1e2c8aa842b6500a61fd7aed08f61574b5b4915
-----------------------------------------------------------------------
commit 42a393354cd6efea4c6be19490248b3dfcb6647a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 6 19:24:05 2015 -0400
Short circuit if we have an attachment disposition.
.../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php | 1 -
framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 5 +++++
2 files changed, 5 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/42a393354cd6efea4c6be19490248b3dfcb6647a
-----------------------------------------------------------------------
commit eca2ecd73f64d123c68d98e46fd61882b7bd8782
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 6 19:29:14 2015 -0400
Fix edge case where incorrect body part is choosen for display.
If the base part contains a text/plain part, a message/rfc822 part
contains a text/html part, and the client is requesting
BODYPREF_TYPE_HTML, we were incorrectly using the rfc822 text/html
part as the base text part of the message.
framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 29 ++
framework/ActiveSync/lib/Horde/ActiveSync/Mime/Iterator.php | 172 +++++++++++
framework/ActiveSync/package.xml | 8 +-
3 files changed, 207 insertions(+), 2 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Mime/Iterator.php
http://github.com/horde/horde/commit/eca2ecd73f64d123c68d98e46fd61882b7bd8782
-----------------------------------------------------------------------
commit e80435a4845b8cc4bc82c4d5a455c8830ce9afe7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 6 19:33:22 2015 -0400
BFN
framework/ActiveSync/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e80435a4845b8cc4bc82c4d5a455c8830ce9afe7
More information about the commits
mailing list