[commits] Horde branch master updated. a3b64cea066aa4ab55996a8cbce14a1119addbb4

Michael M Slusarz slusarz at horde.org
Wed Nov 12 04:06:22 UTC 2014


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

from: 9f3a4765163d827e6caaa02f9f1cec6b89928891

7ed69f0 better display phishing links where the phishing node contains embedded styling information
d441f3a Rethinking this... by now, 2231 support is well established
16e6e11 Better header existence checking
cd1d3ad Remove debug line
635005d Better way of handling bad input to IMP_Message_Date
3df598a Better error handling if header doesn't exist
a3b64ce Add Horde_Core_Mime_Headers_Received class

Summary: http://github.com/horde/horde/compare/9f3a4765163d827e6caaa02f9f1cec6b89928891...a3b64cea066aa4ab55996a8cbce14a1119addbb4

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

commit 7ed69f0ba433efd35f92c6c467e04a4cf12f6d1e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 13:49:02 2014 -0700

    better display phishing links where the phishing node contains embedded styling information

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/7ed69f0ba433efd35f92c6c467e04a4cf12f6d1e

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

commit d441f3ad9be8a7a4341b22ccfb1bcfb9531edf68
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 15:35:00 2014 -0700

    Rethinking this... by now, 2231 support is well established
    
    Don't send broken emails to the handful of old clients that don't
    support.

 imp/lib/Compose.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

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

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

commit 16e6e11b2a5c9b38b40f4e94bada40ea2d286bd8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 15:37:39 2014 -0700

    Better header existence checking
    
    This really has more to do with the fact that we've been lax in IMP
    checking for headers.  Even "required" headers might not exist.  These
    errors will be more noticeable now that Horde_Mime_Headers is stricter
    about doing existence checking, but that's a good thing.

 imp/lib/Compose.php |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/16e6e11b2a5c9b38b40f4e94bada40ea2d286bd8

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

commit cd1d3ad9783737eb436893a5f27fa8d77e7e6102
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 15:39:45 2014 -0700

    Remove debug line

 imp/lib/Message/Date.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

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

commit 635005d4427d3fef89c3e9c782d77e311da944fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 15:43:49 2014 -0700

    Better way of handling bad input to IMP_Message_Date

 imp/lib/Message/Date.php       |    5 +++--
 imp/lib/Mime/Viewer/Rfc822.php |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/635005d4427d3fef89c3e9c782d77e311da944fb

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

commit 3df598a8c6224a174a147bdbd9970e24804507f1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 19:29:09 2014 -0700

    Better error handling if header doesn't exist

 imp/lib/Ajax/Application/ListMessages.php |    2 +-
 imp/lib/Ajax/Application/ShowMessage.php  |   12 ++++------
 imp/lib/Ajax/Imple/ItipRequest.php        |   15 +++++++------
 imp/lib/Basic/Listinfo.php                |    2 +-
 imp/lib/Compose.php                       |   32 +++++++++++++++++-----------
 imp/lib/Flag/System/List.php              |    2 +-
 imp/lib/Message.php                       |    5 ++-
 imp/lib/Message/Ui.php                    |    2 +-
 imp/lib/Mime/Viewer/Audio.php             |    2 +-
 imp/lib/Mime/Viewer/Html.php              |    4 +-
 imp/lib/Mime/Viewer/Itip.php              |    6 +++-
 imp/lib/Mime/Viewer/Pgp.php               |    6 +++-
 imp/lib/Mime/Viewer/Video.php             |    2 +-
 13 files changed, 51 insertions(+), 41 deletions(-)

http://github.com/horde/horde/commit/3df598a8c6224a174a147bdbd9970e24804507f1

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

commit a3b64cea066aa4ab55996a8cbce14a1119addbb4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 11 19:36:55 2014 -0700

    Add Horde_Core_Mime_Headers_Received class
    
    createHordeHop() is Horde application specific, so it better lives in
    Horde_Core rather than the more general Horde_Mime.

 framework/Core/lib/Horde/Core/Mime/Headers/Received.php |  110 +++++++++++++++
 framework/Core/package.xml                              |   16 ++-
 framework/Mime/lib/Horde/Mime/Headers/Received.php      |   85 -----------
 imp/lib/Ajax/Imple/ItipRequest.php                      |    5 +-
 imp/lib/Compose.php                                     |    7 +-
 imp/lib/Compose/LinkedAttachment.php                    |    7 +-
 imp/package.xml                                         |    2 +-
 7 files changed, 125 insertions(+), 107 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Mime/Headers/Received.php

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




More information about the commits mailing list