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

It seems worthless to support CLOSE for read-only inboxes, but
mutt sends it, so don't return a BAD error with proper use.
lib/PublicInbox/IMAP.pm
t/imapd.t