Java应用程序接收传入电子邮件最简单的方法是什么?

问题描述:

发送电子邮件很简单,可以使用公共电子邮件,春天更容易。接收电子邮件怎么办?有容易使用的API可以反弹电子邮件,处理附件等。

Sending email is easy with commons-email, and with spring it is even easier. What about receiving incoming email? Are there easy to use APIs that allow to bounce emails, process attachments, etc.

SubEthaSMTP邮件服务器允许您创建自己的SMTP服务器来接收电子邮件。

SubEthaSMTP Mail Server allows you to create your own SMTP Server for receiving emails.