type |
int |
O tipo MIME.
Uma das constantes TYPETEXT (default), TYPEMULTIPART,
TYPEMESSAGE, TYPEAPPLICATION,
TYPEAUDIO, TYPEIMAGE,
TYPEMODEL ou TYPEOTHER.
|
encoding |
int |
O Content-Transfer-Encoding.
Uma das constantes ENC7BIT (padrão), ENC8BIT,
ENCBINARY, ENCBASE64,
ENCQUOTEDPRINTABLE ou ENCOTHER.
|
charset |
string |
O parâmetro de conjunto de caracteres do tipo MIME. |
type.parameters |
array |
Um array associativo de nomes de parâmetros Content-Type e seus valores. |
subtype |
string |
O subtipo MIME, por exemplo, 'jpeg' para TYPEIMAGE. |
id |
string |
O Content-ID. |
description |
string |
O Content-Description. |
disposition.type |
string |
O Content-Disposition, por exemplo, 'attachment'. |
disposition |
array |
Um array associativo de nomes e valores de parâmetros Content-Disposition. |
contents.data |
string |
A carga útil. |
lines |
int |
O tamanho da carga útil em linhas. |
bytes |
int |
O tamanho da carga útil em bytes. |
md5 |
string |
A soma de verificação MD5 da carga útil. |