TYPO3 API  SVNRelease
Swift Namespace Reference

Detailed Description

Attachment class for attaching files to a Swift_Mime_Message.

Mime

Author:
Chris Corbyn

Provides the base functionality for an InputStream supporting filters.

ByteStream

Author:
Chris Corbyn

Allows reading and writing of bytes to and from an array.

ByteStream

Author:
Chris Corbyn

Allows reading and writing of bytes to and from a file.

ByteStream

Author:
Chris Corbyn

Provides fixed-width byte sizes for reading fixed-width character sets.

Encoder

Author:
Chris Corbyn
Xavier De Cock xdeco.nosp@m.ck@g.nosp@m.mail..nosp@m.com

Analyzes US-ASCII characters.

Encoder

Author:
Chris Corbyn

Analyzes UTF-8 characters.

Encoder

Author:
Chris Corbyn
Xavier De Cock xdeco.nosp@m.ck@g.nosp@m.mail..nosp@m.com

Analyzes characters for a specific character set.

Encoder

Author:
Chris Corbyn
Xavier De Cock xdeco.nosp@m.ck@g.nosp@m.mail..nosp@m.com

Standard factory for creating CharacterReaders.

Encoder

Author:
Chris Corbyn

A factory for creating CharacterReaders.

Encoder

Author:
Chris Corbyn

A CharacterStream implementation which stores characters in an internal array.

CharacterStream

Author:
Chris Corbyn

A CharacterStream implementation which stores characters in an internal array.

CharacterStream

Author:
Xavier De Cock xdeco.nosp@m.ck@g.nosp@m.mail..nosp@m.com

An abstract means of reading and writing data in terms of characters as opposed to bytes. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data.

CharacterStream

Author:
Chris Corbyn

Dependency Injection container.

Author:
Chris Corbyn

DependencyException thrown when a requested dependeny is missing.

Author:
Chris Corbyn

An embedded file, in a multipart message.

Mime

Author:
Chris Corbyn

Handles Base 64 Encoding in Swift Mailer.

Encoder

Author:
Chris Corbyn

Handles Quoted Printable (QP) Encoding in Swift Mailer. Possibly the most accurate RFC 2045 QP implementation found in PHP.

Encoder

Author:
Chris Corbyn

Handles RFC 2231 specified Encoding in Swift Mailer.

Encoder

Author:
Chris Corbyn

Interface for all Encoder schemes.

Encoder

Author:
Chris Corbyn

Provides quick access to each encoding type.

Encoder

Author:
Chris Corbyn

Generated when a command is sent over an SMTP connection.

Events

Author:
Chris Corbyn

Listens for Transports to send commands to the server.

Events

Author:
Chris Corbyn

The minimum interface for an Event.

Events

Author:
Chris Corbyn

Interface for the EventDispatcher which handles the event dispatching layer.

Events

Author:
Chris Corbyn

An identity interface which all EventListeners must extend.

Events

Author:
Chris Corbyn

A base Event which all Event classes inherit from.

Events

Author:
Chris Corbyn

Generated when a response is received on a SMTP connection.

Events

Author:
Chris Corbyn

Listens for responses from a remote SMTP server.

Events

Author:
Chris Corbyn

Generated when a message is being sent.

Events

Author:
Chris Corbyn

Listens for Messages being sent from within the Transport system.

Events

Author:
Chris Corbyn

The EventDispatcher which handles the event dispatching layer.

Events

Author:
Chris Corbyn

Generated when the state of a Transport is changed (i.e. stopped/started).

Events

Author:
Chris Corbyn

Listens for changes within the Transport system.

Events

Author:
Chris Corbyn

Generated when a TransportException is thrown from the Transport system.

Events

Author:
Chris Corbyn

Listens for Exceptions thrown from within the Transport system.

Events

Author:
Chris Corbyn

Contains a list of redundant Transports so when one fails, the next is used.

Transport

Author:
Chris Corbyn

An OutputByteStream which specifically reads from a file.

ByteStream

Author:
Chris Corbyn

Allows StreamFilters to operate on a stream.

Author:
Chris Corbyn

An image, embedded in a multipart message.

Mime

Author:
Chris Corbyn

An abstract means of writing data. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data.

ByteStream

Author:
Chris Corbyn

I/O Exception class.

Author:
Chris Corbyn

A basic KeyCache backed by an array.

KeyCache

Author:
Chris Corbyn

A KeyCache which streams to and from disk.

KeyCache

Author:
Chris Corbyn

Writes data to a KeyCache using a stream.

KeyCache

Author:
Chris Corbyn

A null KeyCache that does not cache at all.

KeyCache

Author:
Chris Corbyn

Provides a mechanism for storing data using two keys.

KeyCache

Author:
Chris Corbyn

Redudantly and rotationally uses several Transport implementations when sending.

Transport

Author:
Chris Corbyn

Wraps a standard PHP array in an interator.

Mailer

Author:
Chris Corbyn

Provides an abstract way of specifying recipients for batch sending.

Mailer

Author:
Chris Corbyn

Swift Mailer class.

Author:
Chris Corbyn

Sends Messages using the mail() function.

Transport

Author:
Chris Corbyn

The Message class for building emails.

Mime

Author:
Chris Corbyn

An attachment, in a multipart message.

Mime

Author:
Chris Corbyn

Observes changes in an Mime entity's character set.

Mime

Author:
Chris Corbyn

Handles Base 64 Transfer Encoding in Swift Mailer.

Mime

Author:
Chris Corbyn

Handles binary/7/8-bit Transfer Encoding in Swift Mailer.

Mime

Author:
Chris Corbyn

Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.

Mime

Author:
Chris Corbyn

Interface for all Transfer Encoding schemes.

Mime

Author:
Chris Corbyn

Observes changes for a Mime entity's ContentEncoder.

Mime

Author:
Chris Corbyn

A MIME Header.

Mime

Author:
Chris Corbyn

Handles Base64 (B) Header Encoding in Swift Mailer.

Mime

Author:
Chris Corbyn

Handles Quoted Printable (Q) Header Encoding in Swift Mailer.

Mime

Author:
Chris Corbyn

Interface for all Header Encoding schemes.

Mime

Author:
Chris Corbyn

Creates MIME headers.

Mime

Author:
Chris Corbyn

An abstract base MIME Header.

Mime

Author:
Chris Corbyn

A Date MIME Header for Swift Mailer.

Mime

Author:
Chris Corbyn

An ID MIME Header for something like Message-ID or Content-ID.

Mime

Author:
Chris Corbyn

A Mailbox Address MIME Header for something like From or Sender.

Mime

Author:
Chris Corbyn

A Path Header in Swift Mailer, such a Return-Path.

Mime

Author:
Chris Corbyn

A Simple MIME Header.

Mime

Author:
Chris Corbyn

A collection of MIME headers.

Mime

Author:
Chris Corbyn

A Message (RFC 2822) object.

Mime

Author:
Chris Corbyn

A MIME entity, such as an attachment.

Mime

Author:
Chris Corbyn

A MIME part, in a multipart message.

Mime

Author:
Chris Corbyn

A MIME Header with parameters.

Mime

Author:
Chris Corbyn

The default email message class.

Mime

Author:
Chris Corbyn

A MIME entity, in a multipart message.

Mime

Author:
Chris Corbyn

An abstract means of reading data. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data.

ByteStream

Author:
Chris Corbyn

Reduces network flooding when sending large amounts of mail.

Plugins

Author:
Chris Corbyn

Allows customization of Messages on-the-fly.

Plugins

Author:
Chris Corbyn

Logs events in the Transport system.

Transport

Author:
Chris Corbyn

Does real time logging of Transport level information.

Plugins

Author:
Chris Corbyn

Logs to an Array backend.

Transport

Author:
Chris Corbyn

Prints all log messages in real time.

Transport

Author:
Chris Corbyn

Pop3Connection interface for connecting and disconnecting to a POP3 host.

Plugins

Author:
Chris Corbyn

Pop3Exception thrown when an error occurs connecting to a POP3 host.

Transport

Author:
Chris Corbyn

Makes sure a connection to a POP3 host has been established prior to connecting to SMTP.

Plugins

Author:
Chris Corbyn

The Reporter plugin sends pass/fail notification to a Reporter.

Plugins

Author:
Chris Corbyn

Does real time reporting of pass/fail for each recipient.

Plugins

Author:
Chris Corbyn

A reporter which "collects" failures for the Reporter plugin.

Plugins

Author:
Chris Corbyn

A HTML output reporter for the Reporter plugin.

Plugins

Author:
Chris Corbyn

Sleeps for a duration of time.

Plugins

Author:
Chris Corbyn

Throttles the rate at which emails are sent.

Plugins

Author:
Chris Corbyn

Provides timestamp data.

Plugins

Author:
Chris Corbyn

Changes some global preference settings in Swift Mailer.

Author:
Chris Corbyn

Creates StreamFilters.

Author:
Chris Corbyn

RFC Compliance Exception class.

Author:
Chris Corbyn

SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.

Transport

Author:
Chris Corbyn

Sends Messages over SMTP with ESMTP support.

Transport

Author:
Chris Corbyn

Processes bytes as they pass through a stream and performs filtering.

Author:
Chris Corbyn

Processes bytes as they pass through a buffer and replaces sequences in it. This stream filter deals with Byte arrays rather than simple strings.

Author:
Chris Corbyn

Processes bytes as they pass through a buffer and replaces sequences in it.

Author:
Chris Corbyn

Creates filters for replacing needles in a string buffer.

Author:
Chris Corbyn

Base Exception class.

Author:
Chris Corbyn

Sends Messages over SMTP.

Transport

Author:
Chris Corbyn

Handles CRAM-MD5 authentication.

Transport

Author:
Chris Corbyn

Handles LOGIN authentication.

Transport

Author:
Chris Corbyn

Handles PLAIN authentication.

Transport

Author:
Chris Corbyn

An Authentication mechanism.

Transport

Author:
Chris Corbyn

An ESMTP handler for AUTH support.

Transport

Author:
Chris Corbyn

An ESMTP handler.

Transport

Author:
Chris Corbyn

Buffers input and output to a resource.

Transport

Author:
Chris Corbyn

Redudantly and rotationally uses several Transports when sending.

Transport

Author:
Chris Corbyn

This interface intercepts calls to the mail() function.

Transport

Author:
Chris Corbyn

Sends Messages using the mail() function.

It is advised that users do not use this transport if at all possible since a number of plugin features cannot be used in conjunction with this transport due to the internal interface in PHP itself.

The level of error reporting with this transport is incredibly weak, again due to limitations of PHP's internal mail() function. You'll get an all-or-nothing result from sending.

Transport

Author:
Chris Corbyn

SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.

Supported modes are -bs and -t, with any additional flags desired. It is advised to use -bs mode since error reporting with -t mode is not possible.

Transport

Author:
Chris Corbyn

This is the implementation class for Swift_Transport_MailInvoker.

Transport

Author:
Chris Corbyn

Wraps an IoBuffer to send/receive SMTP commands/responses.

Transport

Author:
Chris Corbyn

A generic IoBuffer implementation supporting remote sockets and local processes.

Transport

Author:
Chris Corbyn

Sends Messages via an abstract Transport subsystem.

Transport

Author:
Chris Corbyn

TransportException thrown when an error occurs in the Transport subsystem.

Transport

Author:
Chris Corbyn

General utility class in Swift Mailer, not to be instantiated.

Author:
Chris Corbyn