The branch "master" has been updated. The following is a summary of the commits.
from: 5ccd6c7014b65f4a4f6a025b3f3cff63d07412fb 571d434 This should not be needed 65c9f3a [mms] Remove stream filters before returning stream to calling code. 148e033 Optimization: don't do EOL conversions on message data if we know that Mailer object will do it for us 0035963 This is dynamic data - we should not be searching for exact matches ----------------------------------------------------------------------- commit 571d434de7bd292e0184c06994c8794b01af67f0 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 02:04:13 2013 -0600 This should not be needed framework/Mime/lib/Horde/Mime/Part.php | 15 --------------- framework/Mime/test/Horde/Mime/MailTest.php | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/571d434de7bd292e0184c06994c8794b01af67f0 ----------------------------------------------------------------------- commit 65c9f3a4b807dbb14257cdf9d5820ea6d4d008af Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 02:22:31 2013 -0600 [mms] Remove stream filters before returning stream to calling code. framework/Mime/lib/Horde/Mime/Part.php | 8 +++++--- framework/Mime/package.xml | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/65c9f3a4b807dbb14257cdf9d5820ea6d4d008af ----------------------------------------------------------------------- commit 148e033050cd00e6993add7a2b98050fe17a3c5c Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 02:24:09 2013 -0600 Optimization: don't do EOL conversions on message data if we know that Mailer object will do it for us framework/Mime/lib/Horde/Mime/Part.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/148e033050cd00e6993add7a2b98050fe17a3c5c ----------------------------------------------------------------------- commit 0035963a2a674e163e7972620458d240f289bd56 Author: Michael M Slusarz <[email protected]> Date: Tue Aug 20 02:32:52 2013 -0600 This is dynamic data - we should not be searching for exact matches Otherwise we will be going through this whole production again when we bump to Horde 6. framework/Mime/test/Horde/Mime/MailTest.php | 18 +++++++++--------- imp/test/Imp/Unit/Mime/Viewer/ItipTest.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/0035963a2a674e163e7972620458d240f289bd56 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
