Decodes a message from base64 or quoted-printable encoding. Also decodes the character set if utf8 encoding is specfied as the character set.
Warning: As a method used internally by Mail_IMAP, Mail_IMAP::_decodeMessage() should not be used directly. Its API has the potential of being changed in future releases, should I find a more efficient approach.
| param | str | &$body The message body. |
| param | str | &$encoding The message encoding. |
| param | str | &$charset The message's character set. |
| return | str | |
| access | private | |
| see | Mail_IMAP::getBody() | |
There are no comments posted at this time.
* All comments are moderated and are subject to approval.
Your comment will appear once it has been approved.
Posting multiple times will not expedite the approval process.
Comments are closed at this time.