Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use the JavaMail APIs to implement a mail server?

APIs implement javamail
0
Posted

Can I use the JavaMail APIs to implement a mail server?

0

The JavaMail APIs were not intended to help you implement a mail server. Nonetheless, some of the utility classes, such as the MIME message parsing classes, might be of use to you. In general you’ll find that the JavaMail API errs on the side of “simple” instead of “robust”. That’s appropriate for a mail client, but a mail server would likely make different tradeoffs.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123