type |
int |
Le type MIME.
Un de TYPETEXT (par défault), TYPEMULTIPART,
TYPEMESSAGE, TYPEAPPLICATION,
TYPEAUDIO, TYPEIMAGE,
TYPEMODEL ou TYPEOTHER.
|
encoding |
int |
Le Content-Transfer-Encoding.
Un de ENC7BIT (par défault), ENC8BIT,
ENCBINARY, ENCBASE64,
ENCQUOTEDPRINTABLE or ENCOTHER.
|
charset |
string |
Le jeu d'encodage du paramètre du type MIME. |
type.parameters |
array |
Un tableau associatif de nom de paramètre
Content-Type et leur valeurs.
|
subtype |
string |
Le sous-type MIME, e.g. 'jpeg' pour TYPEIMAGE. |
id |
string |
Le Content-ID. |
description |
string |
Le Content-Description. |
disposition.type |
string |
Le Content-Disposition, e.g. 'attachment'. |
disposition |
array |
Un tableau associatif de nom de paramètre
Content-Disposition et leur valeurs.
|
contents.data |
string |
La charge utile. |
lines |
int |
La taille de la charge utile en lignes. |
bytes |
int |
La taille de la charge utile en octets. |
md5 |
string |
La checksum MD5 de la charge utile. |