[commits] Horde branch master updated. 60fdefb920d4225f0bda65feb89b4c7a17b62e0f
Michael M Slusarz
slusarz at horde.org
Thu Aug 14 17:27:38 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: d275874d607789a22a9fe3ad72e37266d7f4b6e8
02bb6e3 [mms] Add Horde_Mail_Mbox_Parse.
dbe30e8 mailbox parsing moved to Horde_Mail
6ade4e5 [mms] Fix another issue with older versions of PHP in Horde_String_Transliterate.
e5ad132 Fix line endings
c21a449 Fix parsing eml files that contain an unpadded From at beginning of the line.
a1d9cd3 Use same data structure to store MBOX and EML data
ce57a76 Add test case for unpadded From parsing
b7915ab Released Horde_Util-2.5.1
60fdefb Development mode for Horde_Util-2.5.2
Summary: http://github.com/horde/horde/compare/d275874d607789a22a9fe3ad72e37266d7f4b6e8...60fdefb920d4225f0bda65feb89b4c7a17b62e0f
-----------------------------------------------------------------------
commit 02bb6e3a94d59c193f40e59731b8b6ecb7e91797
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Aug 13 18:04:45 2014 -0600
[mms] Add Horde_Mail_Mbox_Parse.
.gitattributes | 1 +
framework/Mail/doc/Horde/Mail/UPGRADING | 8 +
framework/Mail/lib/Horde/Mail/Mbox/Parse.php | 229 +++++++++++++++++++++
framework/Mail/lib/Horde/Mail/Translation.php | 45 ++++
framework/Mail/locale/Horde_Mail.pot | 27 +++
framework/Mail/package.xml | 34 +++-
framework/Mail/test/Horde/Mail/MboxParseTest.php | 86 ++++++++
framework/Mail/test/Horde/Mail/fixtures/test.eml | 49 +++++
framework/Mail/test/Horde/Mail/fixtures/test.mbox | 93 +++++++++
9 files changed, 564 insertions(+), 8 deletions(-)
create mode 100644 framework/Mail/lib/Horde/Mail/Mbox/Parse.php
create mode 100644 framework/Mail/lib/Horde/Mail/Translation.php
create mode 100644 framework/Mail/locale/Horde_Mail.pot
create mode 100644 framework/Mail/test/Horde/Mail/MboxParseTest.php
create mode 100644 framework/Mail/test/Horde/Mail/fixtures/test.eml
create mode 100644 framework/Mail/test/Horde/Mail/fixtures/test.mbox
http://github.com/horde/horde/commit/02bb6e3a94d59c193f40e59731b8b6ecb7e91797
-----------------------------------------------------------------------
commit dbe30e8c879d284460acb10380a9ee8761b9a7b3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Aug 13 18:05:37 2014 -0600
mailbox parsing moved to Horde_Mail
imp/lib/Mbox/Import.php | 2 +-
imp/lib/Mbox/Parse.php | 220 -----------------------------------
imp/test/Imp/Unit/MboxParseTest.php | 86 --------------
imp/test/Imp/fixtures/test.eml | 49 --------
imp/test/Imp/fixtures/test.mbox | 93 ---------------
5 files changed, 1 insertions(+), 449 deletions(-)
delete mode 100644 imp/lib/Mbox/Parse.php
delete mode 100644 imp/test/Imp/Unit/MboxParseTest.php
delete mode 100644 imp/test/Imp/fixtures/test.eml
delete mode 100644 imp/test/Imp/fixtures/test.mbox
http://github.com/horde/horde/commit/dbe30e8c879d284460acb10380a9ee8761b9a7b3
-----------------------------------------------------------------------
commit 6ade4e52e91d3452339bfc4727c7b6c2f73d66dc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 10:06:01 2014 -0600
[mms] Fix another issue with older versions of PHP in Horde_String_Transliterate.
framework/Util/lib/Horde/String/Transliterate.php | 2 +-
framework/Util/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/6ade4e52e91d3452339bfc4727c7b6c2f73d66dc
-----------------------------------------------------------------------
commit e5ad132c38dba51d8488495e62d27c06e777ac53
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 10:40:34 2014 -0600
Fix line endings
framework/Mail/test/Horde/Mail/fixtures/test.eml | 98 ++++++------
framework/Mail/test/Horde/Mail/fixtures/test.mbox | 186 ++++++++++----------
2 files changed, 142 insertions(+), 142 deletions(-)
http://github.com/horde/horde/commit/e5ad132c38dba51d8488495e62d27c06e777ac53
-----------------------------------------------------------------------
commit c21a449bc3b1e96602b81e4bff5cd93263e24b03
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 11:01:24 2014 -0600
Fix parsing eml files that contain an unpadded From at beginning of the line.
framework/Mail/lib/Horde/Mail/Mbox/Parse.php | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/c21a449bc3b1e96602b81e4bff5cd93263e24b03
-----------------------------------------------------------------------
commit a1d9cd3acf4f8b27c8c8808232845c94b5a86857
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 11:19:57 2014 -0600
Use same data structure to store MBOX and EML data
Fixes count() return for single message parsing
framework/Mail/lib/Horde/Mail/Mbox/Parse.php | 91 ++++++++++++----------
framework/Mail/test/Horde/Mail/MboxParseTest.php | 2 +-
2 files changed, 50 insertions(+), 43 deletions(-)
http://github.com/horde/horde/commit/a1d9cd3acf4f8b27c8c8808232845c94b5a86857
-----------------------------------------------------------------------
commit ce57a76bf8081d1a50a658d7a0dc0f78bc2421a0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 11:23:02 2014 -0600
Add test case for unpadded From parsing
framework/Mail/package.xml | 2 +
framework/Mail/test/Horde/Mail/MboxParseTest.php | 23 ++++++++++++++++++--
framework/Mail/test/Horde/Mail/fixtures/test2.eml | 18 ++++++++++++++++
3 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 framework/Mail/test/Horde/Mail/fixtures/test2.eml
http://github.com/horde/horde/commit/ce57a76bf8081d1a50a658d7a0dc0f78bc2421a0
-----------------------------------------------------------------------
commit b7915abfdfda2c5fd09d4d545f7713d8528dc67a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 11:27:18 2014 -0600
Released Horde_Util-2.5.1
framework/Util/composer.json | 4 ++--
framework/Util/package.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/b7915abfdfda2c5fd09d4d545f7713d8528dc67a
-----------------------------------------------------------------------
commit 60fdefb920d4225f0bda65feb89b4c7a17b62e0f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Aug 14 11:27:18 2014 -0600
Development mode for Horde_Util-2.5.2
framework/Util/package.xml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/60fdefb920d4225f0bda65feb89b4c7a17b62e0f
More information about the commits
mailing list