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