MboxStorageReader

MboxStorageReader class

A base class for any mbox-based mail storage reader.

The MboxStorageReader type exposes the following members:

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()
read_next_message(from_marker)
read_next_message(options)
read_next_message(from_marker, options)
enumerate_message_info()
extract_message(id, options)
next_message()
get_total_items_count()

See Also