type |
int |
The MIME type.
One of TYPETEXT (default), TYPEMULTIPART ,
TYPEMESSAGE , TYPEAPPLICATION ,
TYPEAUDIO , TYPEIMAGE ,
TYPEMODEL or TYPEOTHER .
|
encoding |
int |
The Content-Transfer-Encoding .
One of ENC7BIT (default), ENC8BIT ,
ENCBINARY , ENCBASE64 ,
ENCQUOTEDPRINTABLE or ENCOTHER .
|
charset |
string |
The charset parameter of the MIME type. |
type.parameters |
array |
An associative array of Content-Type parameter names and their values. |
subtype |
string |
The MIME subtype, e.g. 'jpeg' for TYPEIMAGE . |
id |
string |
The Content-ID . |
description |
string |
The Content-Description . |
disposition.type |
string |
The Content-Disposition , e.g. 'attachment' . |
disposition |
array |
An associative array of Content-Disposition parameter names and values. |
contents.data |
string |
The payload. |
lines |
int |
The size of the payload in lines. |
bytes |
int |
The size of the payload in bytes. |
md5 |
string |
The MD5 checksum of the payload. |