开发者

Is there any Java mail client library other than Sun micro JavaMail API? [duplicate]

开发者 https://www.devze.com 2023-01-23 21:53 出处:网络
This question already has answers here: 开发者_运维问答Closed 12 years ago. Possible Duplicate: Alternatives to Java Mail API.
This question already has answers here: 开发者_运维问答 Closed 12 years ago.

Possible Duplicate:

Alternatives to Java Mail API.

Is there any Java mail client library other than Sun micro JavaMail API?


Geroa Found this one online

Geroa is a java library which enables email server functionality, without requiring knowledge of email protocols.

It exposes email protocol operations as methods on a simple API, which can be easily implemented by you. Protocol support currently includes POP and SMTP, but work is underway on IMAP.

Geroa also includes a MimeMessage parser which simplifies manipulating emails which contains text, html and attachments.

0

精彩评论

暂无评论...
验证码 换一张
取 消