From 0e792a79b8b6436fa6238b849b975b0236fa80b4 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 11:33:48 +0000 Subject: [PATCH] imap_fetchbodystructure: parts can contain parts, incorporate notes into table git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66672 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index a7192f9ac4..70ed742dc6 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -994,7 +994,9 @@ FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the dparameters - Disposition parameter array + An array of objects where each object has an "attribute" and a + "value" property corresponding to the parameters on the + Content-disposition MIMEheader. ifparameters @@ -1002,39 +1004,19 @@ FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the parameters - MIME parameters array + An array of objects where each object has an "attribute" and + a "value" property. parts - Array of objects describing each message part + An array of objects identical in structure to the top-level + object, each of which corresponds to a MIME body + part. - - - - - dparameters is an array of objects where each object has an - "attribute" and a "value" property. - - - - - Parameter is an array of objects where each object has an - "attributte" and a "value" property. - - - - - Parts is an array of objects identical in structure to the - top-level object, with the limitation that it cannot contain - further 'parts' objects. - - - - Primary body type