Results 235 comments of Webklex

Hi @marcmaalouly , not really, given this is php. However depending on your use case, the [IDLE](https://www.php-imap.com/frameworks/laravel/commands) command might be useful for you. Best regards & happy coding,

Hi @alexv96 , many thanks for the detailed report. A similar issue has been reported as #141 . Given the error message and location itself, I don't think it's a...

Hi @freescout-helpdesk @HelloSebastian , thanks for the report. This has been solved with the last release: https://github.com/Webklex/php-imap/blob/d90f4cdfa9dd9697c82a5bf3daa3e3d106377070/src/Traits/HasEvents.php#L53-L66 Best regards,

Hi @shahmirerror , unfortunately TNEF isn't currently supported. A feature request to support TNEF can be found here: #21 Please take a look at the content-type. If it isn't some...

Hi @dartrax , many thanks for your suggestion. I've just took a look at it. I suspect it also fails within `ImapProtocol::connect` method in L74 ? https://github.com/Webklex/php-imap/blob/2b5dda2e83a27d1b78098b880f84c0efcdc0e822/src/Connection/Protocols/ImapProtocol.php#L74 How would you...

Hi @alaevka , many thanks for the followup! Would you like to create a pull request? Otherwise i'll patch it during the next weekend :) Best regards,

Hi @alaevka , as you might noticed, I havn't found a patch jet. It turns out to be a a bit more complicated than just "fixing" the regex :) Best...

Hi @kmligue , many thanks for your report. Can you provide any additional context such as the callstack? I'm currently unable to reproduce this issue. Best regards,

Hi @nielspeen , many thanks for your report. I just checked the `Header.php` and you are absolutely right: https://github.com/Webklex/php-imap/blob/ed93fe43ac3e71ffcc4e9a61d3016f91173d617a/src/Header.php#L212-L214 The `message_id` gets a special treatment whereas `in_reply_to` doesn't. Best regards,

Hi @KodaCHC , I'm not to familiar with shared outlook mailboxes. Have you checked if they are listed if you dump `var_dump($client->getFolders())` ? Perhaps their name or path are a...