Uses of Class
org.mule.transport.email.AbstractMailConnector

Packages that use AbstractMailConnector
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
 

Uses of AbstractMailConnector in org.mule.transport.email
 

Subclasses of AbstractMailConnector in org.mule.transport.email
 class AbstractRetrieveMailConnector
          Support for connecting to and receiving email from a mailbox (the exact protocol depends on the subclass).
 class AbstractTlsRetrieveMailConnector
          Support for connecting to and receiving email from a secure mailbox (the exact protocol depends on the subclass).
 class GmailSmtpConnector
          This class just sets some extra SMTP properties so it works with GMail.
 class ImapConnector
          Receives messages from an IMAP mailbox
 class ImapsConnector
          Creates a secure IMAP connection
 class Pop3Connector
          Pop3Connector is used to connect and receive mail from a POP3 mailbox.
 class Pop3sConnector
          Creates a secure connection to a POP3 mailbox
 class SmtpConnector
          SmtpConnector is used to connect to and send data to an SMTP mail server
 class SmtpsConnector
          Creates a secure SMTP connection
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.