MboxrdStorageWriter

MboxrdStorageWriter class

Represents mboxrd format storage writer, this format is being used by Thunderbird and other mail clients.

The MboxrdStorageWriter type exposes the following members:

Constructors

NameDescription
MboxrdStorageWriter(stream, leave_open)Initializes a new instance of the MboxrdStorageWriter class
MboxrdStorageWriter(file_name, leave_open)Initializes a new instance of the MboxrdStorageWriter class

Properties

NameDescription
base_streamGets the base stream.

Methods

NameDescription
write_message(message, from_marker)
write_message(message)

See Also