-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Ben Fortuna edited this page Mar 6, 2017
·
1 revision
Mstor is a JavaMail provider for persistent email storage. Currently mstor provides support for the following persistent storage:
- mbox - through the use of the Java New I/O API, mstor aims to provide a scalable email storage solution that can support large mailboxes.
- Java Content Repository (JCR)
Mstor requires a minimum of Java 5 due to the use of features introduced in this version of Java. It may be possible to run with earlier versions, however this is not supported.
- If you are new to mstor, follow this brief tutorial to help you get started.
- The following examples demonstrate the functionality and uses of mstor.
mstor now incorporates a Maven 2 build process. More information on how to include mstor as a Maven dependency is available here.
See here for Groovy-specific features of mstor.
- For information regarding new functionality and changes in mstor releases check the Change Log report.
- Information regarding code coverage and other project reports is available in the Project Documentation.
- Outstanding Bugs and Patches
- Projects using mstor
- The JavaMail API
- Other JavaMail Third Party Products
- Wikipedia on mbox
- Answers to some common questions about mstor are available here
A hierarchical view of this Wiki is available here.
- Thanks to Atlassian Clover for their support.