Top | ![]() |
![]() |
![]() |
![]() |
GMimeFilter *
g_mime_filter_enriched_new (guint32 flags
);
Creates a new GMimeFilterEnriched object.
#define GMIME_FILTER_ENRICHED_IS_RICHTEXT (1 << 0)
A bit flag for g_mime_filter_enriched_new()
which signifies that
the filter should expect Rich Text (aka RTF).
struct GMimeFilterEnriched { GMimeFilter parent_object; guint32 flags; int nofill; };
A filter for converting text/enriched or text/richtext textual streams into text/html.