]> Sergey Matveev's repositories - public-inbox.git/commit
imap: always send EXISTS on uo2m_extend
authorEric Wong <e@yhbt.net>
Thu, 25 Jun 2020 10:09:36 +0000 (10:09 +0000)
committerEric Wong <e@yhbt.net>
Sat, 27 Jun 2020 10:08:26 +0000 (10:08 +0000)
commit2a06fc8e54607e7d418ee746ab4e17ad48716c6d
tree9d8aeede8fbfffd0b4b6cccccfad3943c92c6074
parent358f61264330da1e510c07868372c02dfa8f6b2c
imap: always send EXISTS on uo2m_extend

Clients which are NOT in an IDLE state still need to be
notified of message existence.  Unlike the EXPUNGE response,
untagged EXISTS responses seem to be allowed at any time
according to RFC 3501.

We'll also perform uo2m_extend on the NOOP command, since
NOOP is the recommended command for message polling.
lib/PublicInbox/IMAP.pm