From 949c83b1b53a0850808644e82246b365cc4b113b Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 27 Dec 2000 08:51:15 +0000 Subject: [PATCH] fixing "image_fetchstructure" -> imap_fetchstructure " (and body). imap_header_decode() has . I suggest . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38338 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index 0a23afe252..bf8a1fd1c8 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -211,8 +211,8 @@ imap_close($stream); imap_body will only return a verbatim copy of the message body. To extract single parts of a multipart MIME-encoded - message you have to use imap_fetch_structure to - analyze its structure and imap_fetch_body to + message you have to use imap_fetchstructure to + analyze its structure and imap_fetchbody to extract a copy of a single body component.