[commits] Horde branch master updated. d3842aeff24323a975cd9f5ceb26a6d352c32708
Michael J. Rubinsky
mrubinsk at horde.org
Fri Feb 13 23:42:37 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 6cae5d11b8275fc5bf8ba1c64467035652844650
10ea7c1 This mapping is correct
d124734 Cleanup/reorder constants a bit.
764e49b Use a variable for this.
05572a4 Catch this case also. Not sure how to handle it yet, though.
6fc8d33 Actually read in the CLSID value.
45d6799 We need to decode the namespace GUID for named properties.
1e59be9 Don't limit/force to 4 places in the log.
fd597fb Not used.
ce16247 Reset variable.
657173e Better logging.
529017f Short circuit if we know we don't have a valid named property.
c6fd2ed MAPI_SHORT types are always padded.
9e29a66 ws
a36e6f5 THE TESTS PASS!
d3842ae Add the actual official mime-type for tnef files.
Summary: http://github.com/horde/horde/compare/6cae5d11b8275fc5bf8ba1c64467035652844650...d3842aeff24323a975cd9f5ceb26a6d352c32708
-----------------------------------------------------------------------
commit 10ea7c116c93d2c0317ddfd79a4f340d2ee9b70f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 12:23:58 2015 -0500
This mapping is correct
0x814a was a value used in example documentation for a property id
mapped from the property-set/property-name combination.
framework/Compress/lib/Horde/Compress/Tnef/VTodo.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/10ea7c116c93d2c0317ddfd79a4f340d2ee9b70f
-----------------------------------------------------------------------
commit d124734dbb36ac468d2c25407c040e81deec0f2c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 15:53:18 2015 -0500
Cleanup/reorder constants a bit.
These really need to be renamed to make it easier to
read/map them to the canonical names MS uses.
framework/Compress/lib/Horde/Compress/Tnef.php | 63 ++++++++++++------------
1 files changed, 32 insertions(+), 31 deletions(-)
http://github.com/horde/horde/commit/d124734dbb36ac468d2c25407c040e81deec0f2c
-----------------------------------------------------------------------
commit 764e49be0721d70cfb8610cd75fab66f708dc979
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 15:54:06 2015 -0500
Use a variable for this.
Easier debugging as I go.
framework/Compress/lib/Horde/Compress/Tnef.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/764e49be0721d70cfb8610cd75fab66f708dc979
-----------------------------------------------------------------------
commit 05572a4de9eca465e993e3bb0976f5698cd8f007
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 15:54:38 2015 -0500
Catch this case also. Not sure how to handle it yet, though.
framework/Compress/lib/Horde/Compress/Tnef.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/05572a4de9eca465e993e3bb0976f5698cd8f007
-----------------------------------------------------------------------
commit 6fc8d3360cc3e083176fb1f98d62668814692c77
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 15:55:22 2015 -0500
Actually read in the CLSID value.
framework/Compress/lib/Horde/Compress/Tnef.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/6fc8d3360cc3e083176fb1f98d62668814692c77
-----------------------------------------------------------------------
commit 45d6799f8fb3e739e8c1f1c7acba0def3926f148
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 17:11:55 2015 -0500
We need to decode the namespace GUID for named properties.
For property ids in the named property range, the lid (long id) used
is not unique across all namespaces. We need to decode the namespace
GUID and (eventually) use it along with the lid to figure out what to
do with the value.
framework/Compress/lib/Horde/Compress/Tnef.php | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/45d6799f8fb3e739e8c1f1c7acba0def3926f148
-----------------------------------------------------------------------
commit 1e59be9228acdd357effd11931cbaa15821f381e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 17:13:51 2015 -0500
Don't limit/force to 4 places in the log.
framework/Compress/lib/Horde/Compress/Tnef.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/1e59be9228acdd357effd11931cbaa15821f381e
-----------------------------------------------------------------------
commit fd597fbbdf9baf597b2e88bf6c01cc388de1e974
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 17:14:09 2015 -0500
Not used.
framework/Compress/lib/Horde/Compress/Tnef.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/fd597fbbdf9baf597b2e88bf6c01cc388de1e974
-----------------------------------------------------------------------
commit ce16247499874ba73a18f922edd6b11d84ec44d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:35:36 2015 -0500
Reset variable.
Currently just used for debugging/logging.
framework/Compress/lib/Horde/Compress/Tnef.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ce16247499874ba73a18f922edd6b11d84ec44d0
-----------------------------------------------------------------------
commit 657173e1cec2c8c104509d3e2230e79fadb70add
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:36:27 2015 -0500
Better logging.
framework/Compress/lib/Horde/Compress/Tnef.php | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/657173e1cec2c8c104509d3e2230e79fadb70add
-----------------------------------------------------------------------
commit 529017f1b4f2f24faa2ac8bf4ee6ae1d4c069e4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:36:46 2015 -0500
Short circuit if we know we don't have a valid named property.
framework/Compress/lib/Horde/Compress/Tnef.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/529017f1b4f2f24faa2ac8bf4ee6ae1d4c069e4b
-----------------------------------------------------------------------
commit c6fd2edc3206689eda8086d4b16dcf76e6a8744e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:37:06 2015 -0500
MAPI_SHORT types are always padded.
This little nugget is hidden deep in the documentation and was
the source of many late night headaches.
framework/Compress/lib/Horde/Compress/Tnef.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/c6fd2edc3206689eda8086d4b16dcf76e6a8744e
-----------------------------------------------------------------------
commit 9e29a6638596bd7940f9ee43f35b62384b444f02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:38:56 2015 -0500
ws
framework/Compress/lib/Horde/Compress/Tnef.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/9e29a6638596bd7940f9ee43f35b62384b444f02
-----------------------------------------------------------------------
commit a36e6f53ef1f753ce6bd2429768eeb10e5416a35
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:39:54 2015 -0500
THE TESTS PASS!
framework/Compress/test/Horde/Compress/TnefTest.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/a36e6f53ef1f753ce6bd2429768eeb10e5416a35
-----------------------------------------------------------------------
commit d3842aeff24323a975cd9f5ceb26a6d352c32708
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Feb 13 18:41:45 2015 -0500
Add the actual official mime-type for tnef files.
See http://www.iana.org/assignments/media-types/application/vnd.ms-tnef
horde/config/mime_drivers.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/d3842aeff24323a975cd9f5ceb26a6d352c32708
More information about the commits
mailing list