The branch "master" has been updated. The following is a summary of the commits.
from: eae06a236f826a066b422131147eb86ba3372c77 e647fd8... Added Horde_Mime::uudecode() b941cf4... Remove dependency on Mail_mimeDecode. 8875f0f... package.xml fixes ----------------------------------------------------------------------- commit e647fd856f75d91348629104ceabee4a80b256a3 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 01:35:47 2009 -0600 Added Horde_Mime::uudecode() framework/Mime/lib/Horde/Mime.php | 33 +++++++++++++++++- framework/Mime/package.xml | 3 +- framework/Mime/test/Horde/Mime/uudecode.phpt | 49 ++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/uudecode.phpt http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=df6c4d07f0ff4f1cde6a3b4c90bbecd9c8eb9446&r2=e647fd856f75d91348629104ceabee4a80b256a3 http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=1848657023d797964ac464a89cb06f116f04e6f7&r2=e647fd856f75d91348629104ceabee4a80b256a3 http://git.horde.org/co.php/framework/Mime/test/Horde/Mime/uudecode.phpt?rt=horde-git&r=e647fd856f75d91348629104ceabee4a80b256a3 ----------------------------------------------------------------------- commit b941cf4566810d40d8fca12844913a614b089671 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 02:30:03 2009 -0600 Remove dependency on Mail_mimeDecode. Previously, we were using Mail_mimeDecode to parse MIME message text and to parse MIME headers with parameter data. This code is more robust, cleaner, probably faster, and doesn't thrown errors in PHP 5 strict mode. In transition, added ability to get params and base of MIME headers directly. framework/Mime/lib/Horde/Mime.php | 93 ++++- framework/Mime/lib/Horde/Mime/Headers.php | 71 +++-- framework/Mime/lib/Horde/Mime/Part.php | 265 ++++++++------- framework/Mime/package.xml | 11 +- framework/Mime/test/Horde/Mime/fixtures/sample_msg.txt | 75 ++++ framework/Mime/test/Horde/Mime/parse_001.phpt | 294 ++++++++++++++++ framework/Mime/test/Horde/Mime/parse_002.phpt | 20 + framework/Mime/test/Horde/Mime/parse_003.phpt | 26 ++ 8 files changed, 693 insertions(+), 162 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg.txt create mode 100644 framework/Mime/test/Horde/Mime/parse_001.phpt create mode 100644 framework/Mime/test/Horde/Mime/parse_002.phpt create mode 100644 framework/Mime/test/Horde/Mime/parse_003.phpt http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=e647fd856f75d91348629104ceabee4a80b256a3&r2=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=df6c4d07f0ff4f1cde6a3b4c90bbecd9c8eb9446&r2=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=9a984163d1813dcb27454914939e713b1e7dee9e&r2=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=e647fd856f75d91348629104ceabee4a80b256a3&r2=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/co.php/framework/Mime/test/Horde/Mime/fixtures/sample_msg.txt?rt=horde-git&r=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/co.php/framework/Mime/test/Horde/Mime/parse_001.phpt?rt=horde-git&r=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/co.php/framework/Mime/test/Horde/Mime/parse_002.phpt?rt=horde-git&r=b941cf4566810d40d8fca12844913a614b089671 http://git.horde.org/co.php/framework/Mime/test/Horde/Mime/parse_003.phpt?rt=horde-git&r=b941cf4566810d40d8fca12844913a614b089671 ----------------------------------------------------------------------- commit 8875f0f8ebdd228a34a13309a4b87efd602726c1 Author: Michael M Slusarz <[email protected]> Date: Tue Jul 7 13:41:44 2009 -0600 package.xml fixes framework/Mime/package.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=b941cf4566810d40d8fca12844913a614b089671&r2=8875f0f8ebdd228a34a13309a4b87efd602726c1 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
