The branch "master" has been updated. The following is a summary of the commits.
from: 7df8eb4f2ce5a11da16c06bfc1d194dc17e96973 9937e2d Fix parsing a valid mulitpart/alternative mime message. b413bcc BFN ----------------------------------------------------------------------- commit 9937e2d8c28655271243c0be07ac6763621ac9f6 Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 11:25:42 2013 -0500 Fix parsing a valid mulitpart/alternative mime message. Cannot count the 'size' parameter as indicative of the part being an attachment since this parameter is set as part of the normal parsing of the message. framework/Mime/lib/Horde/Mime/Part.php | 4 +- framework/Mime/test/Horde/Mime/PartTest.php | 17 ++++ framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt | 29 +++++++ 3 files changed, 49 insertions(+), 1 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt http://git.horde.org/horde-git/-/commit/9937e2d8c28655271243c0be07ac6763621ac9f6 ----------------------------------------------------------------------- commit b413bcc87be86c2ecf00116a1f5f5b03f91d33c4 Author: Michael J Rubinsky <[email protected]> Date: Fri Jan 4 11:28:45 2013 -0500 BFN framework/Mime/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/b413bcc87be86c2ecf00116a1f5f5b03f91d33c4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
