Specify encoding for folder names if required
Use IANA names for standard flags
They were already the reference anyways, and just using the IANA name is
a much more neutral approach. The `$Deleted` IMAP flag was pulled in
because it is likely to occur often in the wild.
Use comma instead of colon as UID separator
The comma has two slight advantages over the colon:
* Bash completion for some reason wants to escape colons, making their
usage a bit awkward at times
* Colons are not usable on NTFS due to ADS [1]
Combined, this makes a compelling case to use the comma instead, which
has none of these issues.
[1] https://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)