php-imap
php-imap copied to clipboard
is there any wey to parse raw emil content
Environment (please complete the following information):
- PHP IMAP version: 1.0.2
- PHP Version: 7.4
- Type of execution: Web Server
Your Text
I want to save the original message
$rawMail = $mailbox->getRawMail($mail_id, false);
is there a way to parse this raw mail just like
Mailbox::parseMail($rawMail);