Camel.MimeFilterCRLF¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.MimeFilterCRLF(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(direction, mode)¶
- Parameters:
direction (
Camel.MimeFilterCRLFDirection
) – encode vs decodemode (
Camel.MimeFilterCRLFMode
) – whether or not to perform SMTP dot-escaping
- Returns:
a new
Camel.MimeFilterCRLF
object- Return type:
Create a new
Camel.MimeFilterCRLF
object.
- get_ensure_crlf_end()¶
- Returns:
whether the filter will ensure that the output stream will end with CRLF
- Return type:
New in version 3.42.