gmime.filter_windows
Module for [FilterWindows] class
Types 3
classFilterWindows : gmime.filter.Filter
A filter for detecting whether or not a text stream claimed to be iso-8859-X is really that charset or if it is really a Windows-CP125x charset.
Methods
FilterWindowsGidBuilder builder() static nothrowGet builder for [gmime.filter_windows.FilterWindows] Returns: New builder objectbool isWindowsCharset() nothrowDetermines whether or not a Windows-CP125# charset has been detected so far. Returns: true if the filtered stream has been detected to contain Windows-CP125# characters or false otherwise.string realCharset() nothrowFigures out the real charset that the text is encoded in based on whether or not Windows-CP125# characters were found. Returns: a const string pointer to the claimed charset if filtered text stream...Fluent builder implementation template for gmime.filter_windows.FilterWindows
Fluent builder for gmime.filter_windows.FilterWindows
Methods