MboxrdStorageReader

MboxrdStorageReader class

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

The MboxrdStorageReader type exposes the following members:

Constructors

NameDescription
MboxrdStorageReader(stream, options)Initializes a new instance of the MboxrdStorageReader class
MboxrdStorageReader(file_name, options)Initializes a new instance of the MboxrdStorageReader class

Properties

NameDescription
base_streamGets the base stream.
current_data_sizeGets the number of bytes that is read by ReadNextMessage method.

Methods

NameDescription
create_reader(stream, options)
create_reader(file_name, options)
enumerate_messages()
enumerate_messages(options)
split_into(chunk_size, output_path)
split_into(chunk_size, output_path, part_file_name_prefix)
read_next_message(from_marker)
read_next_message(options)
read_next_message(from_marker, options)
read_next_message()
enumerate_message_info()
extract_message(id, options)
next_message()
get_total_items_count()

See Also