The branch "master" has been updated. The following is a summary of the commits.
from: a2f0ad707f3cbca274eadd5ddb41421b959e07a1 55c1a1a [mms] Determination of approximate part size should be done at IMAP level, not within Horde_Mime_Part. 8c8e4e2 approx param should be removed from Horde_Mime_Part 147ed0d Better internal handling of bytes vs. size 62e00e3 Don't use approximate value from Horde_Mime_Part - this is handled by the IMAP library now Summary: http://github.com/horde/horde/compare/a2f0ad707f3cbca274eadd5ddb41421b959e07a1...62e00e370b3bf0a94fd3306723595725cf24e85c ----------------------------------------------------------------------- commit 55c1a1a5b7490086d242dacfff11a8b98a2e0bf0 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 8 00:46:32 2014 -0600 [mms] Determination of approximate part size should be done at IMAP level, not within Horde_Mime_Part. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 15 +++++++++++++-- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 15 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/55c1a1a5b7490086d242dacfff11a8b98a2e0bf0 ----------------------------------------------------------------------- commit 8c8e4e237772281e26b0c3093fc3373d0994a315 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 8 00:47:24 2014 -0600 approx param should be removed from Horde_Mime_Part framework/Mime/lib/Horde/Mime/Part.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/8c8e4e237772281e26b0c3093fc3373d0994a315 ----------------------------------------------------------------------- commit 147ed0d11c51b02410a21c514fad132ad9e778ef Author: Michael M Slusarz <[email protected]> Date: Tue Jul 8 00:50:37 2014 -0600 Better internal handling of bytes vs. size setBytes() is only needed in cases where we don't have body data and we don't have exact information about body size. If 'size' disposition parameter exist, we have to assume that is the most accurate value, so prefer that value over any manually set value via setBytes(). framework/Mime/lib/Horde/Mime/Part.php | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/147ed0d11c51b02410a21c514fad132ad9e778ef ----------------------------------------------------------------------- commit 62e00e370b3bf0a94fd3306723595725cf24e85c Author: Michael M Slusarz <[email protected]> Date: Tue Jul 8 00:52:19 2014 -0600 Don't use approximate value from Horde_Mime_Part - this is handled by the IMAP library now imp/lib/Contents.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/62e00e370b3bf0a94fd3306723595725cf24e85c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
