CamelMimeFilterEnriched
CamelMimeFilter * camel_mime_filter_enriched_new (guint32 flags);
guint32 flags
Create a new CamelMimeFilterEnriched object to convert input text streams from text/plain into text/enriched or text/richtext.
flags
bitwise set of flags to specify filter behaviour
a new CamelMimeFilterEnriched object
gchar * camel_enriched_to_html (const gchar *in, guint32 flags);
const gchar *in
Convert in from text/plain into text/enriched or text/richtext based on flags .
in
input textual string
flags specifying filter behaviour
a newly allocated string containing the enriched or richtext version of in .