Filippo Tessarotto

Results 335 comments of Filippo Tessarotto

In this case I would implement a `getBodyParts` that returns all the parts, in the right order, recognized as body (with same logic inside `Message::getBodyHtml` and `Message::getBodyText`) and let the...

Hi, can you propose a PR with your fix please?

`composer require ddeboer/imap` will select the version of this library supported by your PHP environment. If you run PHP 7.0, it will install the latest version supporting PHP 7.0, hence...

Hi, running a test against a `From: Maik Smith` header it passes and returns a regular `Ddeboer\Imap\Message\EmailAddress`. If no From is specified, a null is return, as shown in the...

> Hi, so i use php5.6 because any scripts on my server don't run on php7. PHP 5.6 isn't supported by this library, please upgrade PHP to a newer version...

In order to help you I need: 1. the exact email raw content that caused the issue 1. the exact script you are using 1. the imap server specification you...

This is the dump I get of `imap_headerinfo` for the email you provided: ```php stdClass Object ( [date] => Mon, 12 Mar 2018 09:12:14 +0000 [Date] => Mon, 12 Mar...

Try using `\imap_rfc822_parse_headers($message->getRawHeaders())`

No one is working on it, as far as I know