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