]> Sergey Matveev's repositories - public-inbox.git/commit
imap: EXAMINE/STATUS: return correct counts
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:46 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit59f7d24923af08155469420e43e04bce398065da
tree8aba0c88bc2acb0f4d7d76862ad04c27c035fb1c
parent1c56782dbe1bd38d48c7e94d9aa2265377ba3842
imap: EXAMINE/STATUS: return correct counts

We can share code between them and account for each 50K
mailbox slice.  However, we must overreport these for
non-zero slices and just return lots of empty data for
high-numbered slices because some MUAs still insist
on non-UID fetches.
lib/PublicInbox/IMAP.pm