Webklex
Webklex
Regarding OAuth, checkout these examples: https://www.php-imap.com/examples/oauth If you are still experiencing problems, try to enable the debug mode inside your config file: https://github.com/Webklex/php-imap/blob/master/src/config/imap.php#L152
That's possible, I'm not sure to which function you are referring to. My experience with microsoft/azure/outlook isn't that great - its usually complicated, not intuitive and works different then everywhere...
Drop me a mail at [email protected], I'll forward you a conversation I had a few month back.
Hi @KodaCHC , I'm closing this issue. If I'm wrong and this one is still active, please feel free to reopen it :) Best regards,
Hi @hernan-estalella @ricard-pons @jonasschen , many thanks for the report. Please try to change the config option `options.sequence` from `ST_MSGN` to `ST_UID` and try again using the message uid. Additional...
Hi @HelloSebastian , you are absolutely right! Many thanks for the hint :) Best regards,
Hi @makedreams45 , it looks like you aren't providing any criteria. Try something like this: ```php $message = $folder->query()->all()->get()->first(); ``` Checkout https://www.php-imap.com/api/query for more query and usage examples :) Best...
Hi @boekkooi-lengoo , wow thanks a lot for your pull request! I'll check it out and probably merge it this weekend :) Best regards,
Hi @boekkooi-lengoo , I'm currently not sure about the potential implication of requiring rector. I know to little about it to blindly merge it. Especially the potential overhead. Guess I...
Hi @caalber999 , I'm not to familiar with outlook. Do you mean shared folders? Have you checked if they are listed if you dump `var_dump($client->getFolders())` ? Perhaps their name or...