You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the issuance of the EXPUNGE IMAP command by a client, and
after imapd has deleted e.g. n=7 mails at once via the midb M-DELE
command, imapd would erratically respond with fewer than n EXPUNGE
responses, deferring the remaining EXPUNGE responses until the next
opportunity.
Even though EXPUNGE events were sent to other imapd threads, the
current thread was skipped, so it had to rely on loopback events —
which do not arrive timely.
0 commit comments