Features
»
|
mstor includes the following notable features:
- Mbox-compatible email storage
- Support for additional metadata not inherently supported by the mbox format
- Designed for handling large mailboxes without significant performance or memory degradation
|
Mbox-compatible
»
|
Leveraging the wide-spread use of the unofficial mbox format, mstor may also be used
to access email in traditional mbox folders. The modular nature of mstor's design
also means that additional storage formats may also be included in later versions.
mstor now provides folders that support both messages and subfolders. In order to maintain
greater compatibility with other mbox implementations mstor uses a filesystem structure
similar to that used by
Mozilla Thunderbird.
|
Anatomy of mstor
|
An example of an mstor store filesystem structure is as follows:
MyStore/ - default folder (holds folders only)
Inbox - the mbox file for the Inbox folder
- (holds folders and messages)
Inbox.emf - the metadata file for the Inbox folder
Inbox.sbd/ - the directory that contains subfolders
- of the Inbox folder
Newsletters - the mbox file for the Newsletters subfolder
Newsletters.emf - the metadata file for the Newsletters subfolder
|
|
|