| CamelMimeFilterEnrichedCamelMimeFilterEnriched |  | 
Functions
CAMEL_MIME_FILTER_ENRICHED_IS_RICHTEXT
#define CAMEL_MIME_FILTER_ENRICHED_IS_RICHTEXT  (1 << 0)
 
camel_mime_filter_enriched_new ()
CamelMimeFilter *
camel_mime_filter_enriched_new (guint32 flags);
Create a new CamelMimeFilterEnriched object to convert input text
streams from text/plain into text/enriched or text/richtext.
 
camel_enriched_to_html ()
gchar *
camel_enriched_to_html (const gchar *in,
                        guint32 flags);
Convert in
 from text/plain into text/enriched or text/richtext
based on flags
.
Returns
 a newly allocated string containing the enriched or
richtext version of in
.
 
 
 
Types and Values
struct CamelMimeFilterEnriched
struct CamelMimeFilterEnriched;