Filippo Tessarotto

Results 335 comments of Filippo Tessarotto

You are right, I was referring that there is only one raw imap call in the whole EmbeddedMessage logic to serve the BasicMessageInterface API, and that call is easily overwritable...

It is possible, and I think pretty straightforward, to get what you ask. Not soon though. I'll tag it in 1.2 milestone.

I don't know yet, I have personal issues that keep me off coding.

This is a free and open source software developed for free and maintained in our spare time, we can't guarantee any timeframe, so we don't give them.

I'd like to be honest: I'm not working on this and I haven't even planned to. Any PR is welcome: I think it should be easy to get a parser...

https://github.com/php-mime-mail-parser/php-mime-mail-parser is a front-end for the [Mailparse](https://www.php.net/manual/en/book.mailparse.php) extension. I think it would be good to use that extension too. A less pretty but still valid idea is to provide an...

> Could the headers be cached somewhere and possibly referenced after a move? Mmm, it would be misleading: a message is identified within the mailbox that has it, if you...

> This is wrong method typing, and causes IDE inspectors to complain when using array functions (count, sort, ...) to a MessageIteratorInterface result, and also to not autocomplete any of...

As far as I know, PHP doesn't provide any idle functionality, does it?