g_mime_filter_best_new ()
GMimeFilter* g_mime_filter_best_new (unsigned int 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 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 #g_mime_filter_best_charset() function to
work, the stream being filtered MUST already be encoded in UTF-8.