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_FILTER_FROM_MODE_DEFAULT or #GMIME_FILTER_FROM_MODE_ESCAPE mode (they are the same), from lines will be escaped to ">From ".
Returns this, for use in with statements.
Get builder for gmime.filter_from.FilterFrom
Returns this, for use in with statements.
Get builder for gmime.filter.Filter
Sets number of bytes backed up on the input, new calls replace previous ones
Completes the filtering.
Copies filter into a new #GMimeFilter object.
Filters the input data and writes it to out.
Resets the filter.
Ensure this much size is available for filter output (if required)
A filter for armoring or escaping lines beginning with "From ".