message-decoder.h revision 4e2d7dd2b201ae2083b6637d7ec0d37f49faca45
/* Return all headers and parts through uni_utf8_to_decomposed_titlecase() */ /* Return binary MIME parts as-is without any conversion. */ /* Decode message's contents as UTF-8, both the headers and the MIME bodies. The bodies are decoded from quoted-printable and base64 formats if needed. */ /* Change the MESSAGE_DECODER_FLAG_RETURN_BINARY flag */ /* Decode input and return decoded output. Headers are returned only in their Returns TRUE if output is given, FALSE if more data is needed. If the input ends in a partial character, it's returned in the next output. */ /* Call whenever message changes */ /* Decode Content-Transfer-Encoding header. */