GMime.FilterHTML¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
citation_depth  | 
r  | 
current citation depth level.  | 
|
colour  | 
r  | 
cite colour  | 
|
column  | 
r  | 
current column  | 
|
flags  | 
r  | 
flags specifying HTML conversion rules  | 
|
parent_object  | 
r  | 
parent   | 
|
pre_open  | 
r  | 
currently inside of a ‘pre’ tag.  | 
|
scanner  | 
r  | 
URL scanner state  | 
Class Details¶
- class GMime.FilterHTML(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A filter for converting text/plain into text/html.
- classmethod new(flags, colour)¶
 - Parameters:
 - Returns:
 a new html filter.
- Return type:
 
Creates a new
GMime.FilterHTMLfilter which can be used to convert a plain UTF-8 text stream into an html stream.