Filippo Tessarotto

Results 335 comments of Filippo Tessarotto

This gives me hope: https://wiki.php.net/todo/ext/imap/xoauth2

Huh, nice, I've always used App password indeed. I consider this topic closed.

Hi @francescobianco, I guess you are referring to your library https://github.com/javanile/php-imap2 I have to say App passwords are now well spread and supported, so I'm not intended to change this...

Hi, have you tried `iterator_to_array($message->getHeaders())` ?

I got the issue. Adding a custom parser for building an array of the extra headers is easy. The tricky part is make it reliable and clear for a new...

Exactly. In my experience, useless code is only a smell of a hidden bug.

> PHPStan currently does not read docblocks for closures Ok then, I'll wait for a PR. For those who don't want to wait, don't use docblocks for closures and don't...

This helps: https://github.com/myclabs/DeepCopy/pull/107

Without benchmarks any perception is biased, but for sure removing this: https://github.com/myclabs/DeepCopy/pull/107/files#diff-b80ac3509b6e72486b21cddfd9d9332aL58-L77 helped

Hi, would you be so kind to send a PR to improve the doc?