2005-09-07

Web App Frameworks - Processing e-mail messages with Mule and Spring

Mule - a versatile messaging platform that integrates with Spring - makes processing e-mail messages in a mailbox easy and straightforward.
Mule abstracts the source of incoming messages by extending the event mechanism offered by the Spring application context. Incoming messages are (optionally) transformed and published as events. Event listeners can subscribe to end points to process incoming messages.
http://www.jroller.com/page/sdevijver?entry=processing_e_mail_messages_with