Mail_IMAP::getRawMessage()
str getRawMessage(int &$mid)
Returns entire unparsed message body by calling imap_body.
Use the $option property or the Mail_IMAP::setOptions method to set the optional third argument of imap_body.
Method summary:
| param | int | &$mid message id |
| return | str | unparsed, undecoded message body. |
| access | public | |
| see | imap_body | |

