Function decodeMessage
Decodes a message body according to the specified content transfer encoding ("Content-Transfer-Encoding" header).
string decodeMessage
(
in const(ubyte[]) message_body,
string content_transfer_encoding
) @safe;
The result is returned as a UTF-8 string.