IMAP mailbox names are transmitted in the modified UTF-7 encoding of RFC
3501 (section 5.1.3): non-ASCII runs are written as &<base64>-,
where the base64 alphabet uses , instead of / and carries no
padding, and a literal & is written &-. mRpostman
applies the encoding to every folder name it sends and decodes the names
it receives, so folders can be referred to by their real (UTF-8) names;
these helpers are exported for users who handle raw names.
