[
http://jira.jboss.com/jira/browse/JBSEAM-658?page=comments#action_12350528 ]
Peter Muir commented on JBSEAM-658:
-----------------------------------
Package structure
mailer.rar
org/jboss/seam/mail/ra/
// These classes make up the interface with javamail, providing access to the
mailbox as an iterator
// Mail Session is a direct copy of org.jboss.seam.mail.MailSession with Seam
dependencies removed
MailSession
InboundMailSession
ImapSession
Pop3Session
// This is the interface which the Message Driven bean must implement
InboundMailListener
// These classes are responsible for configuring the resource adapter, and doing the
work of delivering messages
InboundMailActivationSpec
InboundMailResourceAdapter
InboundMailSessionFactory
InboundMailWorker
META-INF/
ra.xml
JCA ResourceAdapter for processing recieved email
-------------------------------------------------
Key: JBSEAM-658
URL:
http://jira.jboss.com/jira/browse/JBSEAM-658
Project: JBoss Seam
Issue Type: Sub-task
Components: Core
Affects Versions: 1.1.0.GA
Reporter: Peter Muir
Attachments: ImapSession.java
This is a JCA resource adapter which delivers to an EJB3 Message Driven bean. It polls
the IMAP/POP3 server at a user-defined interval, and delivers each message retrieved to
the configured endpoint.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira