-
Introducing Geroa: Java mail client and server library (3 messages)
- Posted by: brad mcevoy
- Posted on: October 08 2009 08:47 EDT
Given the enthusiasm generated by Dinuka's Spring Java mail wrapper I thought now was a good time to announce my little java mail project. Geroa is an open source java library which allows developers to add email server functionality to their web apps. It supports receiving emails from other email servers (SMTP), sending emails from email clients (MTA) and email browsing via POP. For example, a CMS could use it to allow received emails to be stored within the CMS repository. Or you could easily build an email groups application which stores emails in a relational database. Geroa is designed to be standalone, but easily integrated with Milton to provide a full collaboration server protocol stack of Webdav, FTP, SMTP and POP. Geroa explicitly supports text and html content, with attachments and inline images. It's API makes it easy to parse and persist received SMTP messages and to construct and send messages with combined media. The Quick Start page has some sample code demonstrating how to use it. Geroa uses SubethaSMTP for receiving emails, and can use Aspirin for sending independently, or it can be configured to use a remote SMTP server (useful if you want to deploy in EC2). Enjoy!Threaded Messages (3)
- Re: Introducing Geroa: Java mail client and server library by J Dev on October 08 2009 09:41 EDT
- Re: Introducing Geroa: Java mail client and server library by Dinuka Arseculeratne on October 08 2009 23:04 EDT
- Re: Introducing Geroa: Java mail client and server library by brad mcevoy on October 11 2009 17:37 EDT
-
Re: Introducing Geroa: Java mail client and server library[ Go to top ]
- Posted by: J Dev
- Posted on: October 08 2009 09:41 EDT
- in response to brad mcevoy
Congratulations... SN jsptube -
Re: Introducing Geroa: Java mail client and server library[ Go to top ]
- Posted by: Dinuka Arseculeratne
- Posted on: October 08 2009 23:04 EDT
- in response to brad mcevoy
This is great. Will definitely check this out... Thx for sharing... -
Re: Introducing Geroa: Java mail client and server library[ Go to top ]
- Posted by: brad mcevoy
- Posted on: October 11 2009 17:37 EDT
- in response to Dinuka Arseculeratne
Cool, I'd love to hear what you think. Note that Geroa hasnt been tested under heavy load yet. It should be ok but test it before you trust it. Cheers, Brad