]> Sergey Matveev's repositories - public-inbox.git/commit
uri_imap: handle '/' as an IMAP hierarchy separator
authorEric Wong <e@80x24.org>
Tue, 14 Sep 2021 19:35:28 +0000 (19:35 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 Sep 2021 20:12:33 +0000 (20:12 +0000)
commit076f1322ba8fd0386760fc68a9df9efd34afe4a6
tree8ba0029659d9aa6edcaa94fef361285b879bd109
parentdacde5e35071579fb25c3f5276355ec76c840151
uri_imap: handle '/' as an IMAP hierarchy separator

Untested at the moment(*), but we were inadvertantly truncating
mailbox names with '/' due to our work-in-progress handling of
"/;UID=$NUM" parameter.

(*) strangely, my dovecot instance doesn't allow '/' by default,
    so the change to xt/net_writer-imap.t is untested.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Link: https://public-inbox.org/meta/20210914175025.eq7s2shkc323itaf@meerkat.local/
lib/PublicInbox/URIimap.pm
t/uri_imap.t
xt/net_writer-imap.t