git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296782 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-03-25 13:25:57 +00:00
parent 7fd4f830e8
commit fffb916e8f

View file

@ -25,7 +25,10 @@
<term><parameter>envelope</parameter></term>
<listitem>
<para>
An associative array of headers fields
An associative array of headers fields. Valid keys are: "remail",
"return_path", "date", "from", "reply_to", "in_reply_to", "subject",
"to", "cc", "bcc", "message_id" and "custom_headers" (which contains
associative array of other headers).
</para>
</listitem>
</varlistentry>
@ -36,8 +39,10 @@
An indexed array of bodies
</para>
<para>
A body is an associative array which can consist of the following
keys: "type", "encoding", "subtype", "description" and "contents.data"
A body is an associative array which can consist of the following keys:
"type", "encoding", "charset", "type.parameters", "subtype", "id",
"description", "disposition.type", "disposition", "contents.data",
"lines", "bytes" and "md5".
</para>
</listitem>
</varlistentry>