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.