]> Sergey Matveev's repositories - public-inbox.git/commit
imapd: sort LIST response
authorEric Wong <e@80x24.org>
Thu, 16 Sep 2021 02:19:43 +0000 (21:19 -0500)
committerEric Wong <e@80x24.org>
Thu, 16 Sep 2021 04:29:18 +0000 (04:29 +0000)
commit9d65d8e41fa69c0f0a13789754c5d6dc5f699b8a
treec53eed7d9063fc5419459da128bba0eeb4728542
parentddfa726e55411277c5f8fda6a5f2c82d062b3fe2
imapd: sort LIST response

While RFC 3501 doesn't require LIST responses be sorted,
it makes reading protocol dumps easier and we memoize it
once per-refresh, so it shouldn't be too expensive even
with thousands of folders.
lib/PublicInbox/IMAP.pm
lib/PublicInbox/IMAPD.pm