gmime.filter_html

Module for [FilterHTML] class

Types 3

A filter for converting text/plain into text/html.

Methods
GType _gType() @property
FilterHTML self()Returns `this`, for use in `with` statements.
FilterHTMLGidBuilder builder()Get builder for [gmime.filter_html.FilterHTML] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(uint flags, uint colour)Creates a new GMimeFilterHTML filter which can be used to convert a plain UTF-8 text stream into an html stream.

Fluent builder for [gmime.filter_html.FilterHTML]

Methods