-1

Am working on a JSF social media project that allows for collaboration among users. Am thinking of using an email system where all members would receive and send messages within the portal. Should i store the messages in a database or an email system like Apache James?

Kindly advise.

Abiodun Osinaike
  • 155
  • 1
  • 4
  • 14

1 Answers1

0

Firstly, Apache James is not a mail storage agent. It is Mail Enterprise Server that processes mails. Read more about the functionality of James here.

To answer your question, you can do it either way but it totally depends on how you are going to store your email (MIME/text/custom). Apache James provides you with the functionality to save emails in database or file system or in both database (email headers) and file system (email body).

If this answer didn't help you, give me the scope of your problem with which I can suggest you something viable.

vard
  • 4,057
  • 2
  • 26
  • 46
  • Questions like this do not belong on stackoverflow. See http://stackoverflow.com/help/on-topic and the related links on the right if you are on that article – Kukeltje Dec 17 '15 at 14:05