The branch "master" has been updated. The following is a summary of the commits.
from: b413bcc87be86c2ecf00116a1f5f5b03f91d33c4 15af4a3 Always use streams internally. f309400 Simplify sending new mail (no smart forward or reply). e0e5005 Ensure we mark this as the base part. f9bda61 Rework sending/forwarding/replying via ActiveSync. 5bccb85 Add some tests for dealing with incoming email from devices. ----------------------------------------------------------------------- commit 15af4a3df07feb1d7c087eba6b63319ac1504086 Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 11:37:20 2013 -0500 Always use streams internally. framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 111 ++++++++---------- 1 files changed, 48 insertions(+), 63 deletions(-) http://git.horde.org/horde-git/-/commit/15af4a3df07feb1d7c087eba6b63319ac1504086 ----------------------------------------------------------------------- commit f309400f86940b7bc74ca48472420464d08bbf7b Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 11:41:24 2013 -0500 Simplify sending new mail (no smart forward or reply). framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/f309400f86940b7bc74ca48472420464d08bbf7b ----------------------------------------------------------------------- commit e0e5005d881de74d7f787ce322000d0499e878e0 Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 14:51:33 2013 -0500 Ensure we mark this as the base part. framework/Mime/lib/Horde/Mime/Mail.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e0e5005d881de74d7f787ce322000d0499e878e0 ----------------------------------------------------------------------- commit f9bda610f83c046dffba78f9f386d2e1f93b650d Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 14:52:09 2013 -0500 Rework sending/forwarding/replying via ActiveSync. Fixes various issues with MIME email, including unviewable parts and missing bodies in sent mail. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 162 ++++++++---------- 1 files changed, 72 insertions(+), 90 deletions(-) http://git.horde.org/horde-git/-/commit/f9bda610f83c046dffba78f9f386d2e1f93b650d ----------------------------------------------------------------------- commit 5bccb8524e96dbb59c3d3a9e17f3a437f0518976 Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 14:55:17 2013 -0500 Add some tests for dealing with incoming email from devices. framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php | 65 +++++ .../test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml | 29 ++ 2 files changed, 94 insertions(+), 0 deletions(-) create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml http://git.horde.org/horde-git/-/commit/5bccb8524e96dbb59c3d3a9e17f3a437f0518976 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
