Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 31, 2014
1 parent 76e71cc commit 1e85599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -25,6 +25,7 @@ class Horde_Compress_Tnef extends Horde_Compress_Base
const LVL_MESSAGE = 0x01;
const LVL_ATTACHMENT = 0x02;

// @deprecated Now lives in Horde_Compress_Tnef_Rtf::
const RTF_COMPRESSED = 0x75465a4c;
const RTF_UNCOMPRESSED = 0x414c454d;

Expand Down Expand Up @@ -68,6 +69,7 @@ class Horde_Compress_Tnef extends Horde_Compress_Base
const MAPI_CLSID = 0x0048;
const MAPI_BINARY = 0x0102;

// @todo Horde 6 - move constants to the appropriate Tnef subclass.
// MAPI START and END should always be also set in ID_DATE_START and
// ID_DATE_END so no need to translate them?
const MAPI_MEETING_REQUEST_TYPE = 0x0026;
Expand Down

0 comments on commit 1e85599

Please sign in to comment.