|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractMailFilter is a base class for all javax.mail.Message
filters.EmailMessageToString extracts a java mail Message contents and
returns a string.MailMessageAdapter is a wrapper for a javax.mail.Message.MailSubjectRegExFilter applies a regular expression to a Mail
Message subject.Pop3Connector is used to connect and receive mail from a POP3
mailboxPop3MessageDispatcher For Pop3 connections the dispatcher can only
be used to receive message (as opposed to listening for them).Pop3MessageDispatcherFactory creates a Pop3 Message dispatcher.Pop3MessageReceiver polls a POP3 mailbox for messages, removes the
messages and routes them as events into Mule.SmtpConnector is used to connect to and send data to an SMTP mail
serverSmtpMessageDispatcher will dispatch Mule events as Mime email
messages over an SMTP gatewaySmtpMessageDispatcherFactory creates an instance of an SmtpMessage
dispatcher used for sending email events via an SMTP gatewayStringToEmailMessage will convert a String to a JavaMail Message,
using the String as the contents.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||