[ 
https://issues.jboss.org/browse/SEAMMAIL-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573327#comment-12573327
 ] 

Lincoln Baxter III commented on SEAMMAIL-8:
-------------------------------------------

Just a simple example of the type of event I am thinking of, this is not a 
complete method list :)

public interface MailReceivedEvent {

   public Date getReceivedTimestamp()
   ...
   public String getBody();
   public String getSubject();
   public List<String> getRecipients();
   ...
   public List<Attachment> getAttachments();

}


> Seam Mail should be able to monitor and receive/process inbound mail messages
> -----------------------------------------------------------------------------
>
>                 Key: SEAMMAIL-8
>                 URL: https://issues.jboss.org/browse/SEAMMAIL-8
>             Project: Seam Mail
>          Issue Type: Feature Request
>            Reporter: Lincoln Baxter III
>
> To facilitate use-cases where email is used to control application behavior. 
> This could be as simple as polling an email account and firing CDI or 
> subsequent JMS events. The message body, header, and attachments should be 
> made available in the event.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to