Webklex
Webklex
Hi @szymekjanaczek @ainesophaur , I've created a v5 branch: https://github.com/Webklex/php-imap/tree/v5 Please create a pull request to this branch instead of the master / main. By doing so we can play...
Hi @szymekjanaczek , I appreciate your enthusiasm and time your are giving this project! I know I'm lagging behind, sorry for that. You are right, a discussion is probably easier...
Hi @syedajmal1998 , thanks for the detailed report. I believe to have determined and fixed the issue. I'm currently testing the patch to see if it actually works as expected....
Hi @syedajmal1998 , looks like its fixed :) Please update to the latest release: https://github.com/Webklex/php-imap/releases/tag/4.0.0 (might take a few minutes, until the release gets available via composer). Best regards &...
You are right, its long overdue. A new release is now available: https://github.com/Webklex/laravel-imap/releases/tag/4.0.0 Best regards,
Please enable the `debug` mode inside your `config/imap.php` config file: https://github.com/Webklex/laravel-imap/blob/4.0.0/src/config/imap.php#L152 The debug output should look something like this, during the "startup" process: ``` >> TAG1 LOGIN "[email protected]" "some password"...
That looks exactly as expected. Now send an email to that mailbox and check the debug output. You should see something. Please let me know what happens next :)
But you did start the idle command before sending the messages correct? Which folder are you idling on? Is it "INBOX" or another folder? If you check the mailbox with...
Another thought: try to set the `timeout` to 60 and let the command run at least 120 seconds after you've send the test mail. The timeout should "kick" in during...
That's indeed interesting! I would have expected to see something like this: ``` >> TAG4 IDLE DONE ``` `1521 EXISTS` was sent to early by the server - before `IDLE`...