Filippo Tessarotto
Filippo Tessarotto
That sounds like a `sleep` call, easy to implement by yourself
I'm sorry, what exactly is a shared Mailbox? Is it a part of the IMAP standard?
Hi, you can start by creating a custom [Server](https://github.com/ddeboer/imap/blob/master/src/Server.php) class with custom `getServerString` implementation. If you succeed, I can open a bit the official class allowing injection arbitrary server string...
Hi, I don't know what shared mailboxes are: may you link me a provider of one so I can test them and document them?
In fact I'm unable to test Office 365 as I don't have a premium version. Could you please send here a PR adding how you did it in the README.md...
This library is intended to read mail from IMAP, not altering them
Hi, may you post here the original raw email that originated the error (with sensitive data stripped)? Otherwise I cannot help much.
Mmm, no, for structure to be present `lazyLoadStructure` is enough. The original raw message is needed to me for debugging the issue
`->parts[0]` is needed for regular embedded messages, try to remove it and run the test suite. A guard assertion would be good, but still we need a real example to...
@antoniofusco Can you paste here, with sensitive data obfuscated, the original mail that generated the error please?