FilterBest.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

Creates a new GMimeFilterBest filter. flags are used to determine which information to keep statistics of. If the #GMIME_FILTER_BEST_CHARSET bit is set, the filter will be able to compute the best charset for encoding the stream of data filtered. If the #GMIME_FILTER_BEST_ENCODING bit is set, the filter will be able to compute the best Content-Transfer-Encoding for use with the stream being filtered.

Note

In order for the [gmime.filter_best.FilterBest.charset] function to

work, the stream being filtered MUST already be encoded in UTF-8.

Parameters

flagsfilter flags

Returns

a new best filter with flags flags.