]> Sergey Matveev's repositories - public-inbox.git/commit
imap: support LIST command
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:07 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit0735aef9bffc4779628a069aefc438e5371b40cc
tree1947d8ba211ebc37e27f2fff179c5fa553752aea
parenta62624ba8aa07f4d38d6d99623f6a2e679193896
imap: support LIST command

We'll optimize for the common case of: $TAG LIST "" *
and rely on the grep perlfunc to handle trickier cases.
lib/PublicInbox/IMAP.pm
lib/PublicInbox/IMAPD.pm
t/imapd.t