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

Since we only support read-only operation, we can't save
subscriptions requested by clients.  So just list no inboxes as
subscribed, some MUAs may blindly try to fetch everything its
subscribed to.
lib/PublicInbox/IMAP.pm