Skip to content

Commit

Permalink
Mark these as @deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 14, 2015
1 parent 2738cee commit 323598d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -62,12 +62,12 @@ class Horde_Compress_Tnef extends Horde_Compress_Base
const AMAPIPROPS = 0x69003;
const ARECIPIENTTABLE = 0x69004;
const AMAPIATTRS = 0x69005;

// @deprecated constants to be removed in H6
const OEMCODEPAGE = 0x69007;
const AVERSION = 0x89006;
const ID_REQUEST_RESP = 0x40009;
const ID_FROM = 0x8000; // @deprecated
const ID_DATE_START = 0x30006;
const ID_DATE_END = 0x30007;
const ID_FROM = 0x8000;
const AIDOWNER = 0x50008;

// All valid MAPI data types.
Expand Down

0 comments on commit 323598d

Please sign in to comment.