What is the easiest way for a Java application to receive incoming email?

前端 未结 6 2113
野的像风
野的像风 2020-12-24 00:56

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, pro

6条回答
  •  旧巷少年郎
    2020-12-24 01:10

    See if Sun's own JavaMail (API docs) suits your needs.

    I'm not sure about easiest, but at least it is a widely used way.

提交回复
热议问题