Package org.mule.providers.email

Provides pop3, smtp and imap connectivity for Mule.

See:
          Description

Interface Summary
MailConnector Implemented by mail connectors to provide Mule with a Mail authenticator object
MailProperties Mail properties that are sent on the MuleMessage when receiving a Mail Message or which can be set on the endpoint or event to be added to outgoing mail
 

Class Summary
ImapConnector Receives messages from an IMAP mailbox
ImapsConnector Creates a secure IMAP connection
MailMessageAdapter MailMessageAdapter is a wrapper for a javax.mail.Message.
MailUtils Contains javax.mail.Session helpers.
Pop3Connector Pop3Connector is used to connect and receive mail from a POP3 mailbox
Pop3MessageDispatcher Pop3MessageDispatcher For Pop3 connections the dispatcher can only be used to receive message (as opposed to listening for them).
Pop3MessageDispatcherFactory Pop3MessageDispatcherFactory creates a Pop3 Message dispatcher.
Pop3MessageReceiver Pop3MessageReceiver polls a POP3 mailbox for messages, removes the messages and routes them as events into Mule.
Pop3sConnector Creates a secure connection to a POP3 mailbox
SmtpConnector SmtpConnector is used to connect to and send data to an SMTP mail server
SmtpMessageDispatcher SmtpMessageDispatcher will dispatch Mule events as Mime email messages over an SMTP gateway
SmtpMessageDispatcherFactory SmtpMessageDispatcherFactory creates an instance of an SmtpMessage dispatcher used for sending email events via an SMTP gateway
SmtpsConnector Creates a secure SMTP connection
 

Package org.mule.providers.email Description

Provides pop3, smtp and imap connectivity for Mule.



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.