As I’ve already written in a previous post, it’s quite simple to
It’s caused by a modified UTF-7 encoding for non-ASCII characters (see RFC 2060 for details). But since we’re using Perl the solution is already at our fingertips by using Encode::IMAPUTF7.
Thanks Holger for the tip.