Package Swift
Swift\ByteStream |
Swift\CharacterStream |
Swift\Encoder |
Swift\Events |
Swift\KeyCache |
Swift\Mailer |
Swift\Mime |
Swift\Plugins |
Swift\Transport |
Swift | General utility class in Swift Mailer, not to be instantiated. |
Swift_ConfigurableSpool | Base class for Spools (implements time and message limits). |
Swift_DependencyContainer | Dependency Injection container. |
Swift_FileSpool | Stores Messages on the filesystem. |
Swift_Mailer | Swift Mailer class. |
Swift_MemorySpool | Stores Messages in memory. |
Swift_NullTransport | Pretends messages have been sent, but just ignores them. |
Swift_Preferences | Changes some global preference settings in Swift Mailer. |
Swift_SpoolTransport | Stores Messages in a queue. |
Swift_StreamFilters_ByteArrayReplacementFilter | Processes bytes as they pass through a buffer and replaces sequences in it. This stream filter deals with Byte arrays rather than simple strings. |
Swift_StreamFilters_StringReplacementFilter | Processes bytes as they pass through a buffer and replaces sequences in it. |
Swift_StreamFilters_StringReplacementFilterFactory | Creates filters for replacing needles in a string buffer. |
Swift_Transport_NullTransport | Pretends messages have been sent, but just ignores them. |
Swift_Transport_SpoolTransport | Stores Messages in a queue. |
Swift_Validate | Utility Class allowing users to simply check expressions again Swift Grammar |
Swift_DependencyException | DependencyException thrown when a requested dependeny is missing. |
Swift_Filterable | Allows StreamFilters to operate on a stream. |
Swift_IoException | I/O Exception class. |
Swift_ReplacementFilterFactory | Creates StreamFilters. |
Swift_RfcComplianceException | RFC Compliance Exception class. |
Swift_Spool | Interface for spools. |
Swift_StreamFilter | Processes bytes as they pass through a stream and performs filtering. |
Swift_SwiftException | Base Exception class. |