Overview

Packages

  • Compress

Classes

  • Horde_Compress
  • Horde_Compress_Base
  • Horde_Compress_Dbx
  • Horde_Compress_Exception
  • Horde_Compress_Gzip
  • Horde_Compress_Rar
  • Horde_Compress_Tar
  • Horde_Compress_Tnef
  • Horde_Compress_Translation
  • Horde_Compress_Zip
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Compress_Tnef

The Horde_Compress_Tnef class allows MS-TNEF data to be displayed.

The TNEF rendering is based on code by: Graham Norbury gnorbury@bondcar.com Original design by: Thomas Boll tb@boll.ch, Mark Simpson damned@world.std.com

Copyright 2002-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Compress_Base
Extended by Horde_Compress_Tnef
Package: Compress
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Compress/Tnef.php
Methods summary
public array
# decompress( mixed $data, array $params = array() )

Parameters

$data
The data to decompress.
$params
<p>An array of arguments needed to decompress the data.</p>

Returns

array
The decompressed data.

Throws

Horde_Compress_Exception

Overrides

Horde_Compress_Base::decompress()
Methods inherited from Horde_Compress_Base
compress()
Constants summary
integer SIGNATURE
# 0x223e9f78
integer LVL_MESSAGE
# 0x01
integer LVL_ATTACHMENT
# 0x02
integer ASUBJECT
# 0x88004
integer AMCLASS
# 0x78008
integer ATTACHDATA
# 0x6800f
integer AFILENAME
# 0x18010
integer ARENDDATA
# 0x69002
integer AMAPIATTRS
# 0x69005
integer AVERSION
# 0x89006
integer MAPI_NULL
# 0x0001
integer MAPI_SHORT
# 0x0002
integer MAPI_INT
# 0x0003
integer MAPI_FLOAT
# 0x0004
integer MAPI_DOUBLE
# 0x0005
integer MAPI_CURRENCY
# 0x0006
integer MAPI_APPTIME
# 0x0007
integer MAPI_ERROR
# 0x000a
integer MAPI_BOOLEAN
# 0x000b
integer MAPI_OBJECT
# 0x000d
integer MAPI_INT8BYTE
# 0x0014
integer MAPI_STRING
# 0x001e
integer MAPI_UNICODE_STRING
# 0x001f
integer MAPI_SYSTIME
# 0x0040
integer MAPI_CLSID
# 0x0048
integer MAPI_BINARY
# 0x0102
integer MAPI_ATTACH_LONG_FILENAME
# 0x3707
integer MAPI_ATTACH_MIME_TAG
# 0x370E
integer MAPI_NAMED_TYPE_ID
# 0x0000
integer MAPI_NAMED_TYPE_STRING
# 0x0001
integer MAPI_MV_FLAG
# 0x1000
Properties summary
public boolean $canDecompress
# true
Properties inherited from Horde_Compress_Base
$canCompress
API documentation generated by ApiGen