GMime.FilterUnix2Dos¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
ensure_newline  | 
r  | 
  | 
|
parent_object  | 
r  | 
parent   | 
|
pc  | 
r  | 
the previous character encountered  | 
Class Details¶
- class GMime.FilterUnix2Dos(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A filter to convert a stream from Windows/DOS line endings to Unix line endings.
- classmethod new(ensure_newline)¶
 - Parameters:
 ensure_newline (
bool) –Trueif the filter should ensure that the stream ends in a new line- Returns:
 a new
GMime.FilterUnix2Dosfilter.- Return type:
 
Creates a new
GMime.FilterUnix2Dosfilter.