Classes and interfaces
Swift_Plugins_Logger¶
Logs events in the Transport system.
« More »
Swift_Transport¶
Sends Messages via an abstract Transport subsystem.
« More »
Swift_Transport_EsmtpHandler¶
An ESMTP handler.
« More »
Swift_Transport_Esmtp_Authenticator¶
An Authentication mechanism.
« More »
Swift_Transport_IoBuffer¶
Buffers input and output to a resource.
« More »
Swift_Transport_MailInvoker¶
This interface intercepts calls to the mail() function.
« More »
Swift_Transport_SmtpAgent¶
Wraps an IoBuffer to send/receive SMTP commands/responses.
« More »
Swift_FailoverTransport¶
Contains a list of redundant Transports so when one fails, the next is used.
« More »
Swift_LoadBalancedTransport¶
Redudantly and rotationally uses several Transport implementations when sending.
« More »
Swift_MailTransport¶
Sends Messages using the mail() function.
« More »
Swift_Plugins_Loggers_ArrayLogger¶
Logs to an Array backend.
« More »
Swift_Plugins_Loggers_EchoLogger¶
Prints all log messages in real time.
« More »
Swift_Plugins_Pop_Pop3Exception¶
Pop3Exception thrown when an error occurs connecting to a POP3 host.
« More »
Swift_SendmailTransport¶
SendmailTransport for sending mail through a sendmail/postfix (etc.
« More »
Swift_SmtpTransport¶
Sends Messages over SMTP with ESMTP support.
« More »
Swift_TransportException¶
TransportException thrown when an error occurs in the Transport subsystem.
« More »
Swift_Transport_AbstractSmtpTransport¶
Sends Messages over SMTP.
« More »
Swift_Transport_EsmtpTransport¶
Sends Messages over SMTP with ESMTP support.
« More »
Swift_Transport_Esmtp_AuthHandler¶
An ESMTP handler for AUTH support.
« More »
Swift_Transport_Esmtp_Auth_CramMd5Authenticator¶
Handles CRAM-MD5 authentication.
« More »
Swift_Transport_Esmtp_Auth_LoginAuthenticator¶
Handles LOGIN authentication.
« More »
Swift_Transport_Esmtp_Auth_PlainAuthenticator¶
Handles PLAIN authentication.
« More »
Swift_Transport_FailoverTransport¶
Contains a list of redundant Transports so when one fails, the next is used.
« More »
Swift_Transport_LoadBalancedTransport¶
Redudantly and rotationally uses several Transports when sending.
« More »
Swift_Transport_MailTransport¶
Sends Messages using the mail() function.
« More »
Swift_Transport_SendmailTransport¶
SendmailTransport for sending mail through a sendmail/postfix (etc.
« More »
Swift_Transport_SimpleMailInvoker¶
This is the implementation class for {@link Swift_Transport_MailInvoker}.
« More »
Swift_Transport_StreamBuffer¶
A generic IoBuffer implementation supporting remote sockets and local processes.
« More »