jimw            Wed Jan  2 06:33:49 2002 EDT

  Modified files:              
    /phpdoc/en/functions        imap.xml 
  Log:
  imap_fetchbodystructure: parts can contain parts, incorporate notes into table
  
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.58 phpdoc/en/functions/imap.xml:1.59
--- phpdoc/en/functions/imap.xml:1.58   Sun Dec 16 04:09:38 2001
+++ phpdoc/en/functions/imap.xml        Wed Jan  2 06:33:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
  <reference id='ref.imap'>
   <title>IMAP, POP3 and NNTP functions</title>
   <titleabbrev>IMAP</titleabbrev>
@@ -994,7 +994,9 @@
         </row>
         <row>
          <entry>dparameters</entry>
-         <entry>Disposition parameter array</entry>
+         <entry>An array of objects where each object has an "attribute" and a
+         "value" property corresponding to the parameters on the
+         Content-disposition <acronym>MIME</acronym>header.</entry>
         </row>
         <row>
          <entry>ifparameters</entry>
@@ -1002,39 +1004,19 @@
         </row>
         <row>
          <entry>parameters</entry>
-         <entry><acronym>MIME</acronym> parameters array</entry>
+         <entry>An array of objects where each object has an "attribute" and
+         a "value" property.</entry>
         </row>
         <row>
          <entry>parts</entry>
-         <entry>Array of objects describing each message part</entry>
+         <entry>An array of objects identical in structure to the top-level
+         object, each of which corresponds to a <acronym>MIME</acronym> body
+         part.</entry>
         </row>
        </tbody>
       </tgroup>
      </table>
     </para>
-    <note>
-     <orderedlist>
-      <listitem>
-       <para>
-        dparameters is an array of objects where each object has an
-        "attribute" and a "value" property.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        Parameter is an array of objects where each object has an
-        "attributte" and a "value" property.
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-        Parts is an array of objects identical in structure to the
-        top-level object, with the limitation that it cannot contain
-        further 'parts' objects.
-       </para>
-      </listitem>
-     </orderedlist>
-    </note>
     <para>
      <table>
        <title>Primary body type</title>


Reply via email to