[PHP-DOC] cvs: phpdoc /en/functions imap.xml From: Damien Seguy (dams <email protected>)
Date: 12/27/00

dams Wed Dec 27 00:51:16 2000 EDT

  Modified files:
    /phpdoc/en/functions imap.xml
  Log:
  fixing "image_fetchstructure" -> imap_fetchstructure " (and body).imap_header_decode() has <refentry id="function.imap-mime-header-decode">.I suggest <refentry id="function.imap-header-decode">.
  
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.29 phpdoc/en/functions/imap.xml:1.30
--- phpdoc/en/functions/imap.xml:1.29 Sun Nov 19 11:05:14 2000
+++ phpdoc/en/functions/imap.xml Wed Dec 27 00:51:15 2000
@@ -211,8 +211,8 @@
           <para>
      <function>imap_body</function> will only return a verbatim copy of the
      message body. To extract single parts of a multipart MIME-encoded
- message you have to use <function>imap_fetch_structure</function> to
- analyze its structure and <function>imap_fetch_body</function> to
+ message you have to use <function>imap_fetchstructure</function> to
+ analyze its structure and <function>imap_fetchbody</function> to
                   extract a copy of a single body component.
     </para>
    </refsect1>