gmime.filter_best
Module for [FilterBest] class
Types 3
classFilterBest : gmime.filter.Filter
A filter for calculating the best encoding and/or charset to encode the data passed through it.
Methods
FilterBestGidBuilder builder() static nothrowGet builder for [gmime.filter_best.FilterBest] Returns: New builder objectstring charset() nothrowCalculates the best charset for encoding the content filtered through the best filter. Returns: the name of the charset most suitable for encoding the content that has been passed through the filte...gmime.types.ContentEncoding encoding(gmime.types.EncodingConstraint constraint) nothrowCalculates the most efficient Content-Transfer-Encoding for the content filtered through best that fits within the encoding constraint.Constructors
this(gmime.types.FilterBestFlags flags)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 ...Fluent builder implementation template for gmime.filter_best.FilterBest
Fluent builder for gmime.filter_best.FilterBest
Methods