From fffb916e8f5d36c42f0299a37dc152292b69dfc4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 25 Mar 2010 13:25:57 +0000 Subject: [PATCH] New keys git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296782 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-mail-compose.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/reference/imap/functions/imap-mail-compose.xml b/reference/imap/functions/imap-mail-compose.xml index 81c3a29480..376169b309 100644 --- a/reference/imap/functions/imap-mail-compose.xml +++ b/reference/imap/functions/imap-mail-compose.xml @@ -25,7 +25,10 @@ envelope - 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). @@ -36,8 +39,10 @@ An indexed array of bodies - 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".