[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Compress/ -> tnef.php (sommaire)

(pas de description)

Poids: 353 lignes (11 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Horde_Compress_tnef:: (7 méthodes):
  decompress()
  _getx()
  _geti()
  _decodeAttribute()
  _extractMapiAttributes()
  _decodeMessage()
  _decodeAttachment()


Classe: Horde_Compress_tnef  - X-Ref

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>

$Horde: framework/Compress/Compress/tnef.php,v 1.6.12.9 2006/01/01 21:28:11 jan Exp $

Copyright 2002-2006 Jan Schneider <jan@horde.org>
Copyright 2002-2006 Michael Slusarz <slusarz@bigworm.colorado.edu>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

decompress($data, $params = array()   X-Ref
Decompress the data.

param: string $data   The data to decompress.
param: array $params  An array of arguments needed to decompress the
return: mixed  The decompressed data.

_getx(&$data, $bits)   X-Ref
TODO

param: string &$data  The data string.
param: integer $bits  How many bits to retrieve.
return: TODO

_geti(&$data, $bits)   X-Ref
TODO

param: string &$data  The data string.
param: integer $bits  How many bits to retrieve.
return: TODO

_decodeAttribute(&$data, $attribute)   X-Ref
TODO

param: string &$data      The data string.
param: string $attribute  TODO

_extractMapiAttributes($data, &$attachment_data)   X-Ref
TODO

param: string $data             The data string.
param: array &$attachment_data  TODO

_decodeMessage(&$data)   X-Ref
TODO

param: string &$data  The data string.

_decodeAttachment(&$data, &$attachment_data)   X-Ref
TODO

param: string &$data            The data string.
param: array &$attachment_data  TODO



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7