Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot receive all new message when two messages come at the same time #465

Open
quanvn1206 opened this issue Jan 8, 2024 · 0 comments
Open

Comments

@quanvn1206
Copy link

Describe the bug
When I use folder-> idle() to get new message
and I sent 2 email at same time.
In mail client I get 2 mails. but in idle() function only last email received

Code to Reproduce
The troubling code section which produces the reported bug.

  $this->folder->idle(function($message){
                $this->onNewMessage($message);
            });

Expected behavior
Idle() function can receive all emails when they come at the same time.

Desktop / Server (please complete the following information):

  • OS: Ubuntu 20.04
  • PHP: 7.2
  • Version v2.4 and v 4.1.2
  • Provider Gmail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant