Filippo Tessarotto
Filippo Tessarotto
I'm sorry may you give us an example of sequence that you'd like to search for, that you cannot use right now?
After digging further, it seems to me that our implementation of `imap_fetch_overview` is useless, since we are throwing away the brief summary it returns to call `imap_fetchstructure` on every message...
It depends on two factors: 1. How much time you can invest on coding it and pushing a PR 2. How much money you can invest on me doing it...
I can confirm this bug of [imap_headerinfo](https://secure.php.net/manual/en/function.imap-headerinfo.php). The weird thing is that also [imap_rfc822_parse_headers](https://secure.php.net/manual/en/function.imap-rfc822-parse-headers.php) is affected: ```php $rawHeaders = $message->getRawHeaders(); var_dump($rawHeaders); print_r(imap_rfc822_parse_headers($rawHeaders)); ``` Output: ``` string(187) "From: [email protected] To: [email protected]...
It seems your system doesn't have CA certificates to match server certificate with.
Hi, that's a weird behavior, what's your email provider?
You are right: if you find a way to do it, please ping me :thinking:
Could you please post here the `message/delivery-status` attachment?
Hi, may you post the result of the call to `getRawMessage()` on the Message that raised the error?