[commits] Horde branch master updated. c75527cdc17802331da0fd3a29f8eb4a0a576abd

Michael M Slusarz slusarz at horde.org
Thu Feb 26 07:57:07 UTC 2015


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

from: c086f366bb9a44f3a1427bb124e43496b7d6a61a

6e27749 remove unused code
d16edf0 ws
8d5592f [mms] Added a NoSQL (MongoDB) driver for the storage backend.
4cbd84f Fix typo
df87294 Put these into a more cohesive order
1db1a68 [mms] Add recurisve iteration to the Horde_Mime_Part object.
b31f842 Use new Horde_Mime features
4ff9021 Consolidate attachment determination into a single method
6cfc1fd [mms] Subpart manipulation should now be done via array access.
de7774e Optimize alter/remove part action
2509bc9 Take advantage of new Horde_Mime_Part parent property
bb0b6fa More usage of new Horde_Mime_Part APIs
79fcd61 callback can be handled as a closure
ba21eca phpdoc
a256891 Catch exception and re-throw as the exception identified in the API
c75527c [mms[ Make Net_IDNA2 the highest priority backend driver.

Summary: http://github.com/horde/horde/compare/c086f366bb9a44f3a1427bb124e43496b7d6a61a...c75527cdc17802331da0fd3a29f8eb4a0a576abd

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

commit 6e277494e298c324e5c9dc3d5b4579e49d73175f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 12:37:44 2015 -0700

    remove unused code

 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/6e277494e298c324e5c9dc3d5b4579e49d73175f

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

commit d16edf0e09d1f35c290b74971d6af6058a38a1c1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 14:03:07 2015 -0700

    ws

 imp/lib/Sentmail/Mongo.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/d16edf0e09d1f35c290b74971d6af6058a38a1c1

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

commit 8d5592fa566093a243a54df2f4647a6c4fcde5d1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 12:50:07 2015 -0700

    [mms] Added a NoSQL (MongoDB) driver for the storage backend.

 ingo/config/conf.xml         |    5 +
 ingo/docs/CHANGES            |    1 +
 ingo/docs/UPGRADING          |   10 ++
 ingo/lib/Application.php     |   15 +++
 ingo/lib/Factory/Storage.php |   20 ++++-
 ingo/lib/Storage/Mongo.php   |  205 ++++++++++++++++++++++++++++++++++++++++++
 ingo/package.xml             |    8 ++-
 7 files changed, 259 insertions(+), 5 deletions(-)
 create mode 100644 ingo/lib/Storage/Mongo.php

http://github.com/horde/horde/commit/8d5592fa566093a243a54df2f4647a6c4fcde5d1

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

commit 4cbd84f83f758c9c15f4f311783d2918a1c47ca4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 14:20:50 2015 -0700

    Fix typo

 ingo/lib/Storage/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/4cbd84f83f758c9c15f4f311783d2918a1c47ca4

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

commit df87294228a32dd3abdf8e69c2371a571b37c130
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 15:23:56 2015 -0700

    Put these into a more cohesive order

 framework/Mime/lib/Horde/Mime/Part.php |   64 ++++++++++++++++----------------
 1 files changed, 32 insertions(+), 32 deletions(-)

http://github.com/horde/horde/commit/df87294228a32dd3abdf8e69c2371a571b37c130

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

commit 1db1a685c44916771b13e3ca63ad44c37d757f4a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 16:16:59 2015 -0700

    [mms] Add recurisve iteration to the Horde_Mime_Part object.

 framework/Mime/doc/Horde/Mime/UPGRADING     |   11 ++
 framework/Mime/lib/Horde/Mime/Part.php      |  182 ++++++++++++++++++---------
 framework/Mime/lib/Horde/Mime/Related.php   |   15 ++-
 framework/Mime/package.xml                  |    2 +
 framework/Mime/test/Horde/Mime/PartTest.php |   42 ++++++
 5 files changed, 185 insertions(+), 67 deletions(-)

http://github.com/horde/horde/commit/1db1a685c44916771b13e3ca63ad44c37d757f4a

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

commit b31f842bb46f8bef5c2edb103949f75af7c6bae8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 17:48:29 2015 -0700

    Use new Horde_Mime features

 imp/lib/Compose.php                   |    6 ++--
 imp/lib/Contents.php                  |   35 +++++++++++++++-----------------
 imp/lib/Contents/InlineOutput.php     |   18 +++++++++-------
 imp/lib/Flag/System/Attachment.php    |   16 +--------------
 imp/lib/Mime/Viewer/Alternative.php   |   29 +++++++++++++++------------
 imp/lib/Mime/Viewer/Appledouble.php   |   17 +++++++++------
 imp/lib/Mime/Viewer/Externalbody.php  |    7 ++---
 imp/lib/Mime/Viewer/Mdn.php           |   11 +++++----
 imp/lib/Mime/Viewer/Pgp.php           |   16 +++++++++-----
 imp/lib/Mime/Viewer/Related.php       |    5 +++-
 imp/lib/Mime/Viewer/Smime.php         |   11 ++++++---
 imp/lib/Mime/Viewer/Status.php        |   14 +++++++-----
 imp/lib/Search/Element/Attachment.php |   31 +++++++---------------------
 imp/package.xml                       |    2 +-
 14 files changed, 103 insertions(+), 115 deletions(-)

http://github.com/horde/horde/commit/b31f842bb46f8bef5c2edb103949f75af7c6bae8

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

commit 4ff9021ab4c6b457965eb8624f6e026992c2a596
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 18:20:21 2015 -0700

    Consolidate attachment determination into a single method
    
    Apple Mail /smartly/ tries to attach files using inline content-disposition, so need to do some workarounds for that
    
    Start building an exclusion list ... encrypted messages are the big
    loser when it comes to false-positives for attachments

 imp/lib/Contents.php                  |   37 +--------------
 imp/lib/Contents/InlineOutput.php     |    6 +-
 imp/lib/Flag/System/Attachment.php    |    2 +-
 imp/lib/Mime/Attachment.php           |   84 +++++++++++++++++++++++++++++++++
 imp/lib/Search/Element/Attachment.php |    2 +-
 imp/package.xml                       |    4 +-
 6 files changed, 94 insertions(+), 41 deletions(-)
 create mode 100644 imp/lib/Mime/Attachment.php

http://github.com/horde/horde/commit/4ff9021ab4c6b457965eb8624f6e026992c2a596

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

commit 6cfc1fd3491ff517637d2ebb6f27b16149c78be0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 18:50:43 2015 -0700

    [mms] Subpart manipulation should now be done via array access.

 framework/Mime/doc/Horde/Mime/UPGRADING        |   20 ++++
 framework/Mime/lib/Horde/Mime/Mail.php         |    8 +-
 framework/Mime/lib/Horde/Mime/Mdn.php          |    6 +-
 framework/Mime/lib/Horde/Mime/Part.php         |  136 ++++++++++++------------
 framework/Mime/package.xml                     |    2 +
 framework/Mime/test/Horde/Mime/MailTest.php    |   20 +++-
 framework/Mime/test/Horde/Mime/PartTest.php    |   69 ++++++------
 framework/Mime/test/Horde/Mime/RelatedTest.php |    2 +-
 8 files changed, 149 insertions(+), 114 deletions(-)

http://github.com/horde/horde/commit/6cfc1fd3491ff517637d2ebb6f27b16149c78be0

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

commit de7774eb66e13282443a7c37f86d30207dd64e05
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 20:18:09 2015 -0700

    Optimize alter/remove part action

 framework/Mime/doc/Horde/Mime/UPGRADING |    2 +
 framework/Mime/lib/Horde/Mime/Part.php  |  119 +++++++++++++------------------
 2 files changed, 52 insertions(+), 69 deletions(-)

http://github.com/horde/horde/commit/de7774eb66e13282443a7c37f86d30207dd64e05

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

commit 2509bc9494d1bcd6ad67ff6f7b1653db34b99a7e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 20:21:30 2015 -0700

    Take advantage of new Horde_Mime_Part parent property

 imp/lib/Contents.php |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/2509bc9494d1bcd6ad67ff6f7b1653db34b99a7e

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

commit bb0b6fa1f1a04924eab0dbcd4dbe1adf8e0badd9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 20:36:36 2015 -0700

    More usage of new Horde_Mime_Part APIs

 imp/lib/Ajax/Imple/ItipRequest.php         |    4 +-
 imp/lib/Compose.php                        |   18 +++++++++-------
 imp/lib/Contents.php                       |   26 ++++++++++++------------
 imp/lib/Indices.php                        |    3 +-
 imp/lib/Mime/Viewer/Alternative.php        |    2 +-
 imp/lib/Mime/Viewer/Appledouble.php        |    4 +-
 imp/lib/Mime/Viewer/Plain.php              |    4 +-
 imp/lib/Spam/Email.php                     |    2 +-
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php |   29 +++++++++++++++++++--------
 9 files changed, 52 insertions(+), 40 deletions(-)

http://github.com/horde/horde/commit/bb0b6fa1f1a04924eab0dbcd4dbe1adf8e0badd9

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

commit 79fcd61fe89bb2a3e15bf46cab328bd1d386a137
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 23:47:30 2015 -0700

    callback can be handled as a closure

 framework/Mime/lib/Horde/Mime/Part.php |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/79fcd61fe89bb2a3e15bf46cab328bd1d386a137

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

commit ba21eca8e3cde984223f750a4e4551030ed1f228
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 25 23:54:15 2015 -0700

    phpdoc

 framework/Mime/lib/Horde/Mime/Part.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/ba21eca8e3cde984223f750a4e4551030ed1f228

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

commit a2568919deff1eab79ff3cd67a35df8cc34de60b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 00:29:00 2015 -0700

    Catch exception and re-throw as the exception identified in the API

 framework/Compress/lib/Horde/Compress/Tnef.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a2568919deff1eab79ff3cd67a35df8cc34de60b

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

commit c75527cdc17802331da0fd3a29f8eb4a0a576abd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 26 00:46:17 2015 -0700

    [mms[ Make Net_IDNA2 the highest priority backend driver.
    
    True/Punycode does not handle multiple i18n domains in a single hostname

 framework/Idna/lib/Horde/Idna.php |    6 +++---
 framework/Idna/package.xml        |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/c75527cdc17802331da0fd3a29f8eb4a0a576abd




More information about the commits mailing list