Mail_MimeDecode
The Mail_mimeDecode class provides an API to decode mail/MIME messages.
This class will parse a raw mime email and return the structure. Returned structure is similar to that returned by imap_fetchstructure().
- Mail_mimeDecode::Mail_mimeDecode() — constructor
- Mail_mimeDecode::decode() — perform decoding
- Mail_mimeDecode::uudecode() — decode of UU-coded data
- Mail_mimeDecode::getXML() — create XML representation of MIME parts
- Mail_mimeDecode - Пример — decode an email