| Subscribe to Open BlueDragon |
| Visit this group |
Alert Email
Get a short email alert whenever a new entry is published.
Confidential, secure it's piece of cake to keep uptodate.
Latest Articles:
Collection of blogs I follow
MailCatcher - Apache Mailet Container 0.3a released
MailCatcher v0.3a has been released and is now available for download at http://developer.spikesource.com/projects/mailcatcher/.
The major addition with this release is the SpoolManager, which brings the implementation of the MailetContext fully completed.
This allows MailCatcher to not only accept emails for processing by the Mailet, but it may now manage the delivery of emails to remote mail servers should the Mailet bounce, forward or generate an email. Additional features added in this release:
- Domain MX record lookup, including retry capability
- Multiple retries, over a period of time. For example, keep trying every x hours at least y times
- Configurable spool agents that actually do the delivery
- Full logging similar to sendmail/postfix output
- bounce() and sendMail(..) methods now implemented
- Inclusion of the Mailet JavaDocs into the main release file
The next release of MailCatcher will include the ability to have more than one mailet registered at a time with the MailetMatcher interfaces implemented.
Related Stories
- Open BlueDragon Steering Committee Interview Series - Andy Wu
- Open BlueDragon Steering Committee Interview Series - Matt Woodward
- Open BlueDragon Steering Committee Interview Series - Alan Williamson
- Open BlueDragon Steering Committee Interview Series - Jordan Michaels
- Introducing the Open BlueDragon Steering Committee
Comments (2)
Hey Alan - very tempted into looking at this (James itself seems to be lagging quite alot, although the mailing list shows alot of non-released development) as it would allow me to be embed my mailets into the main application rather than having multiple files to deploy.
More than one mailet would be great thou, as I'm currently running:- simple MailDir logging mailet
- spam checking mailet
- then my apps mailet.




To answer your question Mark, yes you would be able to inject direct instances and therefore remove the overhead of RMI.
Look for a release in the next couple of days that brings multiple mailet processing into the mix.