**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); ```