]> Sergey Matveev's repositories - public-inbox.git/commit
imap: use Text::ParseWords::parse_line to handle quoted words
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:06 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commita62624ba8aa07f4d38d6d99623f6a2e679193896
tree76cafcf4ca6563cfeda08aa2a2af61406a1d967f
parent7952dfc9ba1255400f85068364150bc5e0db869d
imap: use Text::ParseWords::parse_line to handle quoted words

IMAP clients may quote args and escape similar to POSIX shell,
so attempt to handle them properly using this standard library
module.
lib/PublicInbox/IMAP.pm