![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
imap_bodyDescriptionstring imap_body ( resource imap_stream, int msg_number [, int options] )imap_body() returns the body of the message, numbered msg_number in the current mailbox. The optional options are a bit mask with one or more of the following:
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_fetchstructure() to analyze its structure and imap_fetchbody() to extract a copy of a single body component. Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|