Questions tagged [mstor]

mstor is a java open source project for handling mail

Summary

Taken from http://wiki.modularity.net.au/mstor/index.php?title=Main_Page

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)

For more information check out the API Documentation at http://m2.modularity.net.au/projects/mstor/apidocs/.

7 questions
1
vote
1 answer

How to read mbox email messages using mstor

I am using mstor to read the mbox email messages, but i am not able to connect to the store using the urlName name which i m passing, by default its connecting to other location on my macbine.Do i need to create the store using mstor JCR before…
user972590
  • 251
  • 1
  • 5
  • 13
1
vote
1 answer

How to create mbox using Java JavaMail?

How to read mail inbox using IMAP protocol and JavaMail and then use local disk to store mails. There is no documentation of mstor. I try this way but it seems that MStorStore just read local mbox instead of creating and updating it according to the…
Bartek Szczypien
  • 333
  • 4
  • 17
0
votes
2 answers

How to work with mstor to read mbox mail messages

Can anybody tell me how to use mstor to read mbox mail messages on windows Thanks in advance...
user972590
  • 251
  • 1
  • 5
  • 13
0
votes
2 answers

How to set url to read inbox in mstor on windows machine

I am using mstor to read mbox email messages on windows machine, I am able to connect to the store, but when trying to read the inbox i'm getting error saying 'Unrecognized meta data strategy: null'. I placed the MBOX file in the…
user972590
  • 251
  • 1
  • 5
  • 13
0
votes
0 answers

Why is mstor throwing a NotSerializableException on inbox.close()

I'm using the basic mstor logic with version 1.0.0 of of the maven mstor library, but it's throwing an Exception on the inbox.close() method. Note: I am not doing any writing to the disk so this Exception is odd. I made, as an attempt, my class…
Morkus
  • 517
  • 7
  • 21
0
votes
5 answers

Java - Avoiding repetitive manual Garbage Collection - mstor and javaxmail OutOfMemoryError

I'm using the mstor library to parse an mbox mail file. Some of the files exceed a gigabyte in size. As you can imagine, this can cause some heap space issues. There's a loop that, for each iteration, retrieves a particular message. The getMessage()…
Jacob Ensor
  • 335
  • 3
  • 12
0
votes
2 answers

mstor reading mbox file, but returning null

Using mstor w/ Windows, I am able to connect to mbox stores (thanks to SO). And it would seem that I can read message pointers; I know this because whenever I iterate over the store, it iterates over the right number of messages. The problem is…
kvista
  • 5,039
  • 1
  • 23
  • 25