]> Sergey Matveev's repositories - public-inbox.git/commit
imap: allow fetch of partial of BODY[...] and headers
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:11 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit303d84f31df8d03a74677fd345c539a7ffa0580f
treebb0bab123497ee91413ed54d680be30b084cfe56
parent686951722e2709b548384b19ad300f5c2642d368
imap: allow fetch of partial of BODY[...] and headers

IMAP supports a high level of granularity when it comes to
fetching, but fortunately Perl makes it fairly easy to support.
MANIFEST
lib/PublicInbox/IMAP.pm
t/imap.t [new file with mode: 0644]
t/imapd.t