[commits] Horde branch master updated. 5407fb15d3e318a6a08332454f03bd01c87258ca

Michael J. Rubinsky mrubinsk at horde.org
Mon Feb 16 00:29:58 UTC 2015


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

from: 4e1cbac05c0a1da464c824667d63c74d85e823ca

7967484 Clarify what these values are (and fix the value of COMMONSTART.
ae18b20 Switch on the PSETID for VTodo items as well.
feb7da7 Unused.
b2715bc Deprecate the setMethod method.
380c15f Use MAPI_SENT_REP_SMTP_ADDR instead as it's more appropriate.
4f9c9bc Add the MAPI version of these values too.
59e449e Partially revert this.
5d6802c Actually, need a separate property for this, since it may be different.
4d30073 Populate the requiredAttendees property if we are a REPLY.
5407fb1 Improve testing for TNEF iTip replies.

Summary: http://github.com/horde/horde/compare/4e1cbac05c0a1da464c824667d63c74d85e823ca...5407fb15d3e318a6a08332454f03bd01c87258ca

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

commit 79674848f97a3ea1f0920abd6a49f59606f7a682
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 17:58:57 2015 -0500

    Clarify what these values are (and fix the value of COMMONSTART.

 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/79674848f97a3ea1f0920abd6a49f59606f7a682

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

commit ae18b20580a23b4adb911850fa5e835a04da4d31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:03:44 2015 -0500

    Switch on the PSETID for VTodo items as well.

 framework/Compress/lib/Horde/Compress/Tnef/VTodo.php |  194 +++++++++---------
 1 files changed, 96 insertions(+), 98 deletions(-)

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

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

commit feb7da77b0de9144b22d6f0dfcc9e5979961b1f4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:08:01 2015 -0500

    Unused.

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

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

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

commit b2715bc05a18a2b63527c8057c7362ed394c2afb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:31:08 2015 -0500

    Deprecate the setMethod method.
    
    We can set the method and other related attributes based on message
    type.

 framework/Compress/lib/Horde/Compress/Tnef.php           |    3 -
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |   32 ++++++++++++++
 2 files changed, 32 insertions(+), 3 deletions(-)

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

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

commit 380c15fe3b0853991fa31fd8381224fa86ea67d9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:33:58 2015 -0500

    Use MAPI_SENT_REP_SMTP_ADDR instead as it's more appropriate.

 framework/Compress/lib/Horde/Compress/Tnef.php           |    3 +++
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/380c15fe3b0853991fa31fd8381224fa86ea67d9

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

commit 4f9c9bc94a4f30e357b4050b15d501a398bded65
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:47:41 2015 -0500

    Add the MAPI version of these values too.
    
    In meeting responses, the MAPI values are available in the encoded MAPI
    object.

 framework/Compress/lib/Horde/Compress/Tnef.php           |    5 +++++
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit 59e449e0256027049f515bfa024b405050e85255
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 18:58:47 2015 -0500

    Partially revert this.
    
    Once meeting request replies sent directly from Exchange as a
    winmail.dat file contain this MAPI property. Otherwise, we need
    to use the TNEF property.

 framework/Compress/lib/Horde/Compress/Tnef.php           |    3 +
 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |   33 --------------
 2 files changed, 3 insertions(+), 33 deletions(-)

http://github.com/horde/horde/commit/59e449e0256027049f515bfa024b405050e85255

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

commit 5d6802c12845b35c7f9688e79164b386fb957710
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 19:14:52 2015 -0500

    Actually, need a separate property for this, since it may be different.

 framework/Compress/lib/Horde/Compress/Tnef/Icalendar.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/5d6802c12845b35c7f9688e79164b386fb957710

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

commit 4d30073fe78a1daeae2c3935c9829e04230d4cb9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 19:15:17 2015 -0500

    Populate the requiredAttendees property if we are a REPLY.

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

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

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

commit 5407fb15d3e318a6a08332454f03bd01c87258ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 15 19:28:45 2015 -0500

    Improve testing for TNEF iTip replies.

 framework/Compress/test/Horde/Compress/TnefTest.php |   21 +++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/5407fb15d3e318a6a08332454f03bd01c87258ca




More information about the commits mailing list