Camel.MimeFilterCRLF

g Camel.MimeFilter Camel.MimeFilter Camel.MimeFilterCRLF Camel.MimeFilterCRLF Camel.MimeFilter->Camel.MimeFilterCRLF GObject.Object GObject.Object GObject.Object->Camel.MimeFilter

Subclasses:

None

Methods

Inherited:

Camel.MimeFilter (6), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (direction, mode)

get_ensure_crlf_end ()

set_ensure_crlf_end (ensure_crlf_end)

Virtual Methods

Inherited:

Camel.MimeFilter (3), GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

Camel.MimeFilter

r

Class Details

class Camel.MimeFilterCRLF(**kwargs)
Bases:

Camel.MimeFilter

Abstract:

No

Structure:

Camel.MimeFilterCRLFClass

classmethod new(direction, mode)
Parameters:
Returns:

a new Camel.MimeFilterCRLF object

Return type:

Camel.MimeFilter

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:

bool

New in version 3.42.

set_ensure_crlf_end(ensure_crlf_end)
Parameters:

ensure_crlf_end (bool) – value to set

When set to true, the filter will ensure that the output stream will end with CRLF, in case it does not. The default is to not do that. The option is used only when encoding the stream.

New in version 3.42.