]> Sergey Matveev's repositories - public-inbox.git/commitdiff
imap: rely on smsg->{bytes} for RFC822.SIZE
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:05:03 +0000 (07:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
Since we started indexing the CRLF-adjusted size of messages,
we can take an order-of-magnitude speedup for certain MUAs
which fetch this attribute without needing much else.

Admins are encouraged to --reindex existing inboxes for IMAP
support, anyways.  It won't be fatal if it's not reindexed, but
some client bugs and warnings can be fixed and they'll be able
to support more of IMAP.


No differences found