MboxoStorageReader

MboxoStorageReader class

Represents mboxo format storage reader, this format is being used by Eudora.

The MboxoStorageReader type exposes the following members:

Constructors

NameDescription
MboxoStorageReader(stream, options)Initializes a new instance of the MboxoStorageReader class
MboxoStorageReader(file_name, options)Initializes a new instance of the MboxoStorageReader 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, options)
read_next_message()
read_next_message(from_marker)
read_next_message(options)
enumerate_message_info()
extract_message(id, options)
next_message()
get_total_items_count()

See Also