-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip IDLE if we got unsolicited FETCH (#6130)
This may indicate that there was a new \Seen flag that we don't want to skip. Also don't drain unsolicited responses while scanning folders. Now we only drain unsolicited responses right before IDLE and always redo the whole fetch cycle if there have been some. Some message in the scanned folder may not be fetched that would be previously fetched otherwise, but it will be picked up on the next folder scan.
- Loading branch information
Showing
3 changed files
with
50 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters