[commits] Horde branch develop updated. 672f540cf3aa9dae4094a26587fc7405b6b7c423

Michael M Slusarz slusarz at horde.org
Wed Dec 21 19:13:14 UTC 2011


The branch "develop" has been updated.
The following is a summary of the commits.

from: 87ba45070dc6e91df55161069766b8218cccabfb

672f540 Abstract mbox/eml parsing code into separate library.

-----------------------------------------------------------------------

commit 672f540cf3aa9dae4094a26587fc7405b6b7c423
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 21 01:26:41 2011 -0700

    Abstract mbox/eml parsing code into separate library.
    
    Allows us to add unit tests.

 imp/lib/Mailbox.php                 |   59 +++-------
 imp/lib/Mbox/Parse.php              |  201 +++++++++++++++++++++++++++++++++++
 imp/test/Imp/Unit/MboxParseTest.php |   95 ++++++++++++++++
 imp/test/Imp/fixtures/test.eml      |   80 ++++++++++++++
 imp/test/Imp/fixtures/test.mbox     |  155 +++++++++++++++++++++++++++
 5 files changed, 548 insertions(+), 42 deletions(-)
 create mode 100644 imp/lib/Mbox/Parse.php
 create mode 100644 imp/test/Imp/Unit/MboxParseTest.php
 create mode 100644 imp/test/Imp/fixtures/test.eml
 create mode 100644 imp/test/Imp/fixtures/test.mbox

http://git.horde.org/horde-git/-/commit/672f540cf3aa9dae4094a26587fc7405b6b7c423




More information about the commits mailing list