Is there any Java mail client library other than Sun micro JavaMail API? [duplicate]
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.
精彩评论