[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 351 lignes (13 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Mail_mimePart:: (5 méthodes):
Mail_mimePart()
encode()
addSubPart()
_getEncodedData()
_quotedPrintableEncode()
Classe: Mail_mimePart - X-Ref
Raw mime encoding classMail_mimePart($body = '', $params = array() X-Ref |
Constructor. Sets up the object. param: $body - The body of the mime part if any. param: $params - An associative array of parameters: |
encode() X-Ref |
encode() Encodes and returns the email. Also stores it in the encoded member variable return: An associative array containing two elements, |
addSubPart($body, $params) X-Ref |
&addSubPart() Adds a subpart to current mime part and returns a reference to it param: $body The body of the subpart, if any. param: $params The parameters for the subpart, same return: A reference to the part you just added. It is |
_getEncodedData($data, $encoding) X-Ref |
_getEncodedData() Returns encoded data based upon encoding passed to it param: $data The data to encode. param: $encoding The encoding type to use, 7bit, base64, |
_quotedPrintableEncode($input , $line_max = 76) X-Ref |
quoteadPrintableEncode() Encodes data to quoted-printable standard. param: $input The data to encode param: $line_max Optional max line length. Should |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |