I digged a bit deeper into customizing James for our message store and have two specific questions:

- How are users correlated to mailboxes (via User.userName and Mailbox.name)? If so, I guess it is not possible to allow multiple users (each of them with his own password) to access the same mailbox?

- In order to have messages stored is the recommended approach to put MimeMessage instances as BlobMessages on the SPOOL queue (if I do not use the SMTP server directly)?



Thanks in advance,

Marco

On 05.09.2012 10:19, Marco Zapletal wrote:
Hi folks,

I have an existing, "custom" message store running, which I want to
expose via IMAP. The Mailbox project seems to be quite handy for that.
Could someone please give me feedback whether the following steps are
correct:

- Mailbox Persistence: Implement Mailbox persistence for my custom
message store (i.e., provide an implementation quite similar to JPA)
- Mail Repository Store Persistence: There is nothing to implement here,
or? I just have to configure to use a MySQL for example?
- User persistence/authentication: Users/passwords are already part of
my custom message store. How do I achieve that requests are
authenticated against my custom user base?
- any other things I have to consider in the first place...?


Thanks and best regards,

Marco


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to