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
| Name | Description |
|---|
| 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 |
| MboxrdStorageWriter(stream, options) | Initializes a new instance of the MboxrdStorageWriter class |
| MboxrdStorageWriter(file_name, options) | Initializes a new instance of the MboxrdStorageWriter class |
Properties
| Name | Description |
|---|
| base_stream | Gets the base stream. |
Methods
| Name | Description |
|---|
| write_message(message, from_marker) | |
| write_message(message) | |
See Also