gmime.filter_from

Module for [FilterFrom] class

Types 3

A filter for armoring or escaping lines beginning with "From ".

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FilterFrom self() nothrowReturns `this`, for use in `with` statements.
FilterFromGidBuilder builder() static nothrowGet builder for [gmime.filter_from.FilterFrom] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(gmime.types.FilterFromMode mode)Creates a new GMimeFilterFrom filter. If mode is #GMIME_FILTER_FROM_MODE_ARMOR, the from-filter will encode from lines using the quoted-printable encoding resulting in "=46rom ". Using the #GMIME_F...

Fluent builder for gmime.filter_from.FilterFrom

Methods
FilterFrom build() nothrowCreate object from builder. Returns: New object