message-header-encode.h revision b22a4a60c59146081d6d32e37aa9e8cd10f4dab2
#ifndef MESSAGE_HEADER_ENCODE_H
#define MESSAGE_HEADER_ENCODE_H
/* Encode UTF-8 input into output wherever necessary. */
/* Encode the whole UTF-8 input using "Q" or "B" encoding into output.
The output is split into multiple lines if necessary. The first line length
is looked up from the output string. */
#endif