]> Sergey Matveev's repositories - public-inbox.git/commit
imap: *SEARCH: fix CHARSET handling
authorEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 07:04:26 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 21:41:58 +0000 (21:41 +0000)
commitbdee1f6bfaa0017877e5d5284c2d5e41f67e847a
tree14233ad3a517acb774418b80afa36a861561da37
parent07caa8528db2ac22d81a0763e1cefd59acd827f1
imap: *SEARCH: fix CHARSET handling

We no longer pass an arrayref to search_common() or
parse_query(), so handle the CHARSET directive in
the Parse::RecDescent-generated parser directly.
lib/PublicInbox/IMAP.pm
lib/PublicInbox/IMAPsearchqp.pm
t/imap_searchqp.t