XOOPS RMCommon Utilities
2.1.8.91RC
|
Attachment class for attaching files to a Swift_Mime_Message.
Mime
Provides the base functionality for an InputStream supporting filters.
ByteStream
Allows reading and writing of bytes to and from an array.
ByteStream
Allows reading and writing of bytes to and from a file.
ByteStream
Provides fixed-width byte sizes for reading fixed-width character sets.
Encoder
Analyzes US-ASCII characters.
Encoder
Analyzes UTF-8 characters.
Encoder
Analyzes characters for a specific character set.
Encoder
Standard factory for creating CharacterReaders.
Encoder
A factory for creating CharacterReaders.
Encoder
A CharacterStream implementation which stores characters in an internal array.
CharacterStream
A CharacterStream implementation which stores characters in an internal array.
CharacterStream
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
Dependency Injection container.
DependencyException thrown when a requested dependeny is missing.
An embedded file, in a multipart message.
Mime
Handles Base 64 Encoding in Swift Mailer.
Encoder
Handles Quoted Printable (QP) Encoding in Swift Mailer. Possibly the most accurate RFC 2045 QP implementation found in PHP.
Encoder
Handles RFC 2231 specified Encoding in Swift Mailer.
Encoder
Interface for all Encoder schemes.
Encoder
Provides quick access to each encoding type.
Encoder
Generated when a command is sent over an SMTP connection.
Events
Listens for Transports to send commands to the server.
Events
The minimum interface for an Event.
Events
Interface for the EventDispatcher which handles the event dispatching layer.
Events
An identity interface which all EventListeners must extend.
Events
A base Event which all Event classes inherit from.
Events
Generated when a response is received on a SMTP connection.
Events
Listens for responses from a remote SMTP server.
Events
Generated when a message is being sent.
Events
Listens for Messages being sent from within the Transport system.
Events
The EventDispatcher which handles the event dispatching layer.
Events
Generated when the state of a Transport is changed (i.e. stopped/started).
Events
Listens for changes within the Transport system.
Events
Generated when a TransportException is thrown from the Transport system.
Events
Listens for Exceptions thrown from within the Transport system.
Events
Contains a list of redundant Transports so when one fails, the next is used.
Transport
An OutputByteStream which specifically reads from a file.
ByteStream
Allows StreamFilters to operate on a stream.
An image, embedded in a multipart message.
Mime
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
I/O Exception class.
A basic KeyCache backed by an array.
KeyCache
A KeyCache which streams to and from disk.
KeyCache
Writes data to a KeyCache using a stream.
KeyCache
A null KeyCache that does not cache at all.
KeyCache
Provides a mechanism for storing data using two keys.
KeyCache
Redudantly and rotationally uses several Transport implementations when sending.
Transport
Wraps a standard PHP array in an interator.
Mailer
Provides an abstract way of specifying recipients for batch sending.
Mailer
Swift Mailer class.
Sends Messages using the mail() function.
Transport
The Message class for building emails.
Mime
An attachment, in a multipart message.
Mime
Observes changes in an Mime entity's character set.
Mime
Handles Base 64 Transfer Encoding in Swift Mailer.
Mime
Handles binary/7/8-bit Transfer Encoding in Swift Mailer.
Mime
Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.
Mime
Interface for all Transfer Encoding schemes.
Mime
Observes changes for a Mime entity's ContentEncoder.
Mime
A MIME Header.
Mime
Handles Base64 (B) Header Encoding in Swift Mailer.
Mime
Handles Quoted Printable (Q) Header Encoding in Swift Mailer.
Mime
Interface for all Header Encoding schemes.
Mime
Creates MIME headers.
Mime
An abstract base MIME Header.
Mime
A Date MIME Header for Swift Mailer.
Mime
An ID MIME Header for something like Message-ID or Content-ID.
Mime
A Mailbox Address MIME Header for something like From or Sender.
Mime
A Path Header in Swift Mailer, such a Return-Path.
Mime
A Simple MIME Header.
Mime
A collection of MIME headers.
Mime
A Message (RFC 2822) object.
Mime
A MIME entity, such as an attachment.
Mime
A MIME part, in a multipart message.
Mime
A MIME Header with parameters.
Mime
The default email message class.
Mime
A MIME entity, in a multipart message.
Mime
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
Reduces network flooding when sending large amounts of mail.
Plugins
Allows customization of Messages on-the-fly.
Plugins
Logs events in the Transport system.
Transport
Does real time logging of Transport level information.
Plugins
Logs to an Array backend.
Transport
Prints all log messages in real time.
Transport
Pop3Connection interface for connecting and disconnecting to a POP3 host.
Plugins
Pop3Exception thrown when an error occurs connecting to a POP3 host.
Transport
Makes sure a connection to a POP3 host has been established prior to connecting to SMTP.
Plugins
The Reporter plugin sends pass/fail notification to a Reporter.
Plugins
Does real time reporting of pass/fail for each recipient.
Plugins
A reporter which "collects" failures for the Reporter plugin.
Plugins
A HTML output reporter for the Reporter plugin.
Plugins
Sleeps for a duration of time.
Plugins
Throttles the rate at which emails are sent.
Plugins
Provides timestamp data.
Plugins
Changes some global preference settings in Swift Mailer.
Creates StreamFilters.
RFC Compliance Exception class.
SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
Transport
Sends Messages over SMTP with ESMTP support.
Transport
Processes bytes as they pass through a stream and performs filtering.
Processes bytes as they pass through a buffer and replaces sequences in it. This stream filter deals with Byte arrays rather than simple strings.
Processes bytes as they pass through a buffer and replaces sequences in it.
Creates filters for replacing needles in a string buffer.
Base Exception class.
Sends Messages over SMTP.
Transport
Handles CRAM-MD5 authentication.
Transport
Handles LOGIN authentication.
Transport
Handles PLAIN authentication.
Transport
An Authentication mechanism.
Transport
An ESMTP handler for AUTH support.
Transport
An ESMTP handler.
Transport
Buffers input and output to a resource.
Transport
Redudantly and rotationally uses several Transports when sending.
Transport
This interface intercepts calls to the mail() function.
Transport
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
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
This is the implementation class for Swift_Transport_MailInvoker.
Transport
Wraps an IoBuffer to send/receive SMTP commands/responses.
Transport
A generic IoBuffer implementation supporting remote sockets and local processes.
Transport
Sends Messages via an abstract Transport subsystem.
Transport
TransportException thrown when an error occurs in the Transport subsystem.
Transport
General utility class in Swift Mailer, not to be instantiated.