]> Sergey Matveev's repositories - public-inbox.git/commit
imap: compile UID FETCH to opcodes
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:55 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commita7d1920f149bd1ee99297883ff0781f362b66680
treef788fbb9f82562aaef85162415e3d3b6132187c3
parentb1a86566fa4ffc45a2900f1de43c48c5be76905a
imap: compile UID FETCH to opcodes

This is just a hair faster and cacheable in the future, if we
need it.  Most notably, this avoids doing PublicInbox::Eml->new
for simple "RFC822", "BODY[]", and "RFC822.SIZE" requests.
lib/PublicInbox/IMAP.pm
t/imap.t