The branch "master" has been updated. The following is a summary of the commits.
from: 1592eb9b75197e01e4b8b39d7d09e0af374dcd2e c696f51 [mms] Determine EAI and Body transport information by analyzing the message data, instead of requiring a parameter. 05d4347 The 'send8bit' property is no longer used. c40a3c9 No longer need to use the send8bit property Summary: http://github.com/horde/horde/compare/1592eb9b75197e01e4b8b39d7d09e0af374dcd2e...c40a3c94a6d885dec6e7bcb17ef817626369753f ----------------------------------------------------------------------- commit c696f51547ffe948d7319a7bdfdca7376bd99997 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 27 22:43:13 2014 -0600 [mms] Determine EAI and Body transport information by analyzing the message data, instead of requiring a parameter. framework/Smtp/doc/Horde/Smtp/UPGRADING | 5 +- framework/Smtp/lib/Horde/Smtp.php | 244 +++++++++------------ framework/Smtp/lib/Horde/Smtp/Filter/Body.php | 93 ++++++++ framework/Smtp/package.xml | 10 +- framework/Smtp/test/Horde/Smtp/FilterBodyTest.php | 83 +++++++ 5 files changed, 286 insertions(+), 149 deletions(-) create mode 100644 framework/Smtp/lib/Horde/Smtp/Filter/Body.php create mode 100644 framework/Smtp/test/Horde/Smtp/FilterBodyTest.php http://github.com/horde/horde/commit/c696f51547ffe948d7319a7bdfdca7376bd99997 ----------------------------------------------------------------------- commit 05d4347d8e10ec9e4d269d941dbb0a4512a19a60 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 27 22:44:10 2014 -0600 The 'send8bit' property is no longer used. framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php | 8 ++------ framework/Mail/package.xml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/05d4347d8e10ec9e4d269d941dbb0a4512a19a60 ----------------------------------------------------------------------- commit c40a3c94a6d885dec6e7bcb17ef817626369753f Author: Michael M Slusarz <[email protected]> Date: Mon Oct 27 22:44:52 2014 -0600 No longer need to use the send8bit property framework/Mime/lib/Horde/Mime/Part.php | 2 -- framework/Mime/package.xml | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c40a3c94a6d885dec6e7bcb17ef817626369753f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
