Index of All Elements

  Indexes by package:

a b c d e f g h i k l m n o p q r s t u v w y _

a   top
   add in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::add()
    Add a log entry.
   add in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::add()
    Add a log entry.
   add in file Logger.php, method Swift_Plugins_Logger::add()
    Add a log entry.
   add in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::add()
    Add a log entry.
   addBcc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addBcc()
    Add a Bcc: address to this message.
   addCc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addCc()
    Add a Cc: address to this message.
   addConstructorLookup in file DependencyContainer.php, method Swift_DependencyContainer::addConstructorLookup()
    Specify a dependency lookup for the constructor of the previously registered item.
   addConstructorValue in file DependencyContainer.php, method Swift_DependencyContainer::addConstructorValue()
    Specify a literal (non looked up) value for the constructor of the previously registered item.
   addDateHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addDateHeader()
    Add a new Date header using $timestamp (UNIX time).
   addDateHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addDateHeader()
    Add a new Date header using $timestamp (UNIX time).
   addFilter in file Filterable.php, method Swift_Filterable::addFilter()
    Add a new StreamFilter, referenced by $key.
   addFilter in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::addFilter()
    Add a StreamFilter to this InputByteStream.
   addFrom in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addFrom()
    Add a From: address to this message.
   addIdHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addIdHeader()
    Add a new ID header for Message-ID or Content-ID.
   addIdHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addIdHeader()
    Add a new ID header for Message-ID or Content-ID.
   addMailboxHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addMailboxHeader()
    Add a new Mailbox Header with a list of $addresses.
   addMailboxHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addMailboxHeader()
    Add a new Mailbox Header with a list of $addresses.
   addParameterizedHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addParameterizedHeader()
    Add a new ParameterizedHeader with $name, $value and $params.
   addParameterizedHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addParameterizedHeader()
    Add a new ParameterizedHeader with $name, $value and $params.
   addPart in file Message.php, method Swift_Message::addPart()
    Add a MimePart to this Message.
   addPathHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addPathHeader()
    Add a new Path header with an address (path) in it.
   addPathHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addPathHeader()
    Add a new Path header with an address (path) in it.
   addReplyTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addReplyTo()
    Add a Reply-To: address to this message.
   addTextHeader in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::addTextHeader()
    Add a new basic text header with $name and $value.
   addTextHeader in file HeaderSet.php, method Swift_Mime_HeaderSet::addTextHeader()
    Add a new basic text header with $name and $value.
   addTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::addTo()
    Add a To: address to this message.
   afterEhlo in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::afterEhlo()
    Runs immediately after a EHLO has been issued.
   afterEhlo in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::afterEhlo()
    Runs immediately after a EHLO has been issued.
   asAliasOf in file DependencyContainer.php, method Swift_DependencyContainer::asAliasOf()
    Specify the previously registered item as an alias of another item.
   asNewInstanceOf in file DependencyContainer.php, method Swift_DependencyContainer::asNewInstanceOf()
    Specify the previously registered item as a new instance of $className.
   asSharedInstanceOf in file DependencyContainer.php, method Swift_DependencyContainer::asSharedInstanceOf()
    Specify the previously registered item as a shared instance of $className.
   asValue in file DependencyContainer.php, method Swift_DependencyContainer::asValue()
    Specify the previously registered item as a literal value.
   attach in file SimpleMessage.php, method Swift_Mime_SimpleMessage::attach()
    Attach a Swift_Mime_MimeEntity such as an Attachment or MimePart.
   authenticate in file Authenticator.php, method Swift_Transport_Esmtp_Authenticator::authenticate()
    Try to authenticate the user with $username and $password.
   authenticate in file LoginAuthenticator.php, method Swift_Transport_Esmtp_Auth_LoginAuthenticator::authenticate()
    Try to authenticate the user with $username and $password.
   authenticate in file PlainAuthenticator.php, method Swift_Transport_Esmtp_Auth_PlainAuthenticator::authenticate()
    Try to authenticate the user with $username and $password.
   authenticate in file CramMd5Authenticator.php, method Swift_Transport_Esmtp_Auth_CramMd5Authenticator::authenticate()
    Try to authenticate the user with $username and $password.
   autoload in file Swift.php, method Swift::autoload()
    Internal autoloader for spl_autoload_register().
   Attachment.php procedural page Attachment.php
   AbstractFilterableInputStream.php procedural page AbstractFilterableInputStream.php
   ArrayByteStream.php procedural page ArrayByteStream.php
   ArrayCharacterStream.php procedural page ArrayCharacterStream.php
   ArrayKeyCache.php procedural page ArrayKeyCache.php
   ArrayRecipientIterator.php procedural page ArrayRecipientIterator.php
   Attachment.php procedural page Attachment.php
   AbstractHeader.php procedural page AbstractHeader.php
   AntiFloodPlugin.php procedural page AntiFloodPlugin.php
   ArrayLogger.php procedural page ArrayLogger.php
   AbstractSmtpTransport.php procedural page AbstractSmtpTransport.php
   Authenticator.php procedural page Authenticator.php
   AuthHandler.php procedural page AuthHandler.php
b   top
   batchSend in file Mailer.php, method Swift_Mailer::batchSend()
    Send the given Message to all recipients individually.
   batchSend in file YiiMail.php, method YiiMail::batchSend()
    Send the given YiiMailMessage to all recipients individually.
   beforeSendPerformed in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::beforeSendPerformed()
    Not used.
   beforeSendPerformed in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
   beforeSendPerformed in file SendListener.php, method Swift_Events_SendListener::beforeSendPerformed()
    Invoked immediately before the Message is sent.
   beforeSendPerformed in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
   beforeSendPerformed in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::beforeSendPerformed()
    Invoked immediately before the Message is sent.
   beforeSendPerformed in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::beforeSendPerformed()
    Not used.
   beforeTransportStarted in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::beforeTransportStarted()
    Invoked just before a Transport is started.
   beforeTransportStarted in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::beforeTransportStarted()
    Invoked just before a Transport is started.
   beforeTransportStarted in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStarted()
    Invoked just before a Transport is started.
   beforeTransportStopped in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::beforeTransportStopped()
    Invoked just before a Transport is stopped.
   beforeTransportStopped in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::beforeTransportStopped()
    Invoked just before a Transport is stopped.
   beforeTransportStopped in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStopped()
    Not used.
   bind in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::bind()
    Not used.
   bind in file InputByteStream.php, method Swift_InputByteStream::bind()
    Attach $is to this stream.
   bind in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::bind()
    Attach $is to this stream.
   bind in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::bind()
    Attach $is to this stream.
   bind in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::bind()
    Attach $is to this stream.
   bindEventListener in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::bindEventListener()
    Bind an event listener to this dispatcher.
   bindEventListener in file EventDispatcher.php, method Swift_Events_EventDispatcher::bindEventListener()
    Bind an event listener to this dispatcher.
   bindSmtp in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::bindSmtp()
    Bind this plugin to a specific SMTP transport instance.
   bubbleCancelled in file EventObject.php, method Swift_Events_EventObject::bubbleCancelled()
    Returns true if this Event will not bubble any further up the stack.
   bubbleCancelled in file Event.php, method Swift_Events_Event::bubbleCancelled()
    Returns true if this Event will not bubble any further up the stack.
   BYTES_PER_MINUTE in file ThrottlerPlugin.php, class constant Swift_Plugins_ThrottlerPlugin::BYTES_PER_MINUTE
    Flag for throttling in bytes per minute
   Base64Encoder.php procedural page Base64Encoder.php
   Base64ContentEncoder.php procedural page Base64ContentEncoder.php
   Base64HeaderEncoder.php procedural page Base64HeaderEncoder.php
   BandwidthMonitorPlugin.php procedural page BandwidthMonitorPlugin.php
   ByteArrayReplacementFilter.php procedural page ByteArrayReplacementFilter.php
c   top
   cancelBubble in file Event.php, method Swift_Events_Event::cancelBubble()
    Prevent this Event from bubbling any further up the stack.
   cancelBubble in file EventObject.php, method Swift_Events_EventObject::cancelBubble()
    Prevent this Event from bubbling any further up the stack.
   charsetChanged in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::charsetChanged()
    Notify this observer that the entity's charset has changed.
   charsetChanged in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::charsetChanged()
    Receive notification that the charset of this entity, or a parent entity has changed.
   charsetChanged in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::charsetChanged()
    Not used.
   charsetChanged in file CharsetObserver.php, method Swift_Mime_CharsetObserver::charsetChanged()
    Notify this observer that the entity's charset has changed.
   charsetChanged in file MimePart.php, method Swift_Mime_MimePart::charsetChanged()
    Receive notification that the charset has changed on this document, or a parent document.
   charsetChanged in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::charsetChanged()
    Updates the charset used.
   charsetChanged in file Base64Encoder.php, method Swift_Encoder_Base64Encoder::charsetChanged()
    Does nothing.
   charsetChanged in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::charsetChanged()
    Notify this observer that the entity's charset has changed.
   charsetChanged in file QpEncoder.php, method Swift_Encoder_QpEncoder::charsetChanged()
    Updates the charset used.
   clear in file Logger.php, method Swift_Plugins_Logger::clear()
    Clear the log contents.
   clear in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::clear()
    Not implemented.
   clear in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::clear()
    Clear the log contents.
   clear in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::clear()
    Clear the buffer (empty the list).
   clear in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::clear()
    Clear the log contents.
   clearAll in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
   clearAll in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
   clearAll in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
   clearAll in file KeyCache.php, method Swift_KeyCache::clearAll()
    Clear all data in the namespace $nsKey if it exists.
   clearCachedValueIf in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::clearCachedValueIf()
    Clear the cached value if $condition is met.
   clearKey in file KeyCache.php, method Swift_KeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
   clearKey in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
   clearKey in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
   clearKey in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::clearKey()
    Clear data for $itemKey in the namespace $nsKey if it exists.
   commandSent in file CommandListener.php, method Swift_Events_CommandListener::commandSent()
    Invoked immediately following a command being sent.
   commandSent in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::commandSent()
    Invoked immediately following a command being sent.
   commandSent in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::commandSent()
    Invoked immediately following a command being sent.
   commit in file InputByteStream.php, method Swift_InputByteStream::commit()
    For any bytes that are currently buffered inside the stream, force them off the buffer.
   commit in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::commit()
    Not used.
   commit in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::commit()
    Not used.
   commit in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::commit()
    For any bytes that are currently buffered inside the stream, force them off the buffer.
   commit in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::commit()
    Not used.
   connect in file Pop3Connection.php, method Swift_Plugins_Pop_Pop3Connection::connect()
    Connect to the POP3 host and throw an Exception if it fails.
   connect in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::connect()
    Connect to the POP3 host and authenticate.
   createCommandEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::createCommandEvent()
    Create a new CommandEvent for $source and $command.
   createCommandEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createCommandEvent()
    Create a new CommandEvent for $source and $command.
   createDateHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createDateHeader()
    Create a new Date header using $timestamp (UNIX time).
   createDateHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createDateHeader()
    Create a new Date header using $timestamp (UNIX time).
   createDependenciesFor in file DependencyContainer.php, method Swift_DependencyContainer::createDependenciesFor()
    Create an array of arguments passed to the constructor of $itemName.
   createDisplayNameString in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::createDisplayNameString()
    Produces a compliant, formatted display-name based on the string given.
   createFilter in file ReplacementFilterFactory.php, method Swift_ReplacementFilterFactory::createFilter()
    Create a filter to replace $search with $replace.
   createFilter in file StringReplacementFilterFactory.php, method Swift_StreamFilters_StringReplacementFilterFactory::createFilter()
    Create a new StreamFilter to replace $search with $replace in a string.
   createIdHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createIdHeader()
    Create a new ID header for Message-ID or Content-ID.
   createIdHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createIdHeader()
    Create a new ID header for Message-ID or Content-ID.
   createMailboxHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createMailboxHeader()
    Create a new Mailbox Header with a list of $addresses.
   createMailboxHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createMailboxHeader()
    Create a new Mailbox Header with a list of $addresses.
   createMailboxListString in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::createMailboxListString()
    Creates a string form of all the mailboxes in the passed array.
   createParameterizedHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createParameterizedHeader()
    Create a new ParameterizedHeader with $name, $value and $params.
   createParameterizedHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createParameterizedHeader()
    Create a new ParameterizedHeader with $name, $value and $params.
   createPathHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createPathHeader()
    Create a new Path header with an address (path) in it.
   createPathHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createPathHeader()
    Create a new Path header with an address (path) in it.
   createPhrase in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::createPhrase()
    Produces a compliant, formatted RFC 2822 'phrase' based on the string given.
   createResponseEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createResponseEvent()
    Create a new ResponseEvent for $source and $response.
   createResponseEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::createResponseEvent()
    Create a new ResponseEvent for $source and $response.
   createSendEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::createSendEvent()
    Create a new SendEvent for $source and $message.
   createSendEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createSendEvent()
    Create a new SendEvent for $source and $message.
   createTextHeader in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::createTextHeader()
    Create a new basic text header with $name and $value.
   createTextHeader in file HeaderFactory.php, method Swift_Mime_HeaderFactory::createTextHeader()
    Create a new basic text header with $name and $value.
   createTransportChangeEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::createTransportChangeEvent()
    Create a new TransportChangeEvent for $source.
   createTransportChangeEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createTransportChangeEvent()
    Create a new TransportChangeEvent for $source.
   createTransportExceptionEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::createTransportExceptionEvent()
    Create a new TransportExceptionEvent for $source.
   createTransportExceptionEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::createTransportExceptionEvent()
    Create a new TransportExceptionEvent for $source.
   CharacterReader.php procedural page CharacterReader.php
   CharacterReaderFactory.php procedural page CharacterReaderFactory.php
   CharacterStream.php procedural page CharacterStream.php
   CommandEvent.php procedural page CommandEvent.php
   CommandListener.php procedural page CommandListener.php
   CharsetObserver.php procedural page CharsetObserver.php
   ContentEncoder.php procedural page ContentEncoder.php
   CramMd5Authenticator.php procedural page CramMd5Authenticator.php
d   top
   $dryRun in file YiiMail.php, variable YiiMail::$dryRun
   defineOrdering in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::defineOrdering()
    Define a list of Header names as an array in the correct order.
   defineOrdering in file HeaderSet.php, method Swift_Mime_HeaderSet::defineOrdering()
    Define a list of Header names as an array in the correct order.
   detach in file SimpleMessage.php, method Swift_Mime_SimpleMessage::detach()
    Remove an already attached entity.
   disconnect in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::disconnect()
    Disconnect from the POP3 host.
   disconnect in file Pop3Connection.php, method Swift_Plugins_Pop_Pop3Connection::disconnect()
    Disconnect from the POP3 host and throw an Exception if it fails.
   dispatchEvent in file EventDispatcher.php, method Swift_Events_EventDispatcher::dispatchEvent()
    Dispatch the given Event to all suitable listeners.
   dispatchEvent in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::dispatchEvent()
    Dispatch the given Event to all suitable listeners.
   dump in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::dump()
    Get this log as a string.
   dump in file Logger.php, method Swift_Plugins_Logger::dump()
    Get this log as a string.
   dump in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::dump()
    Not implemented.
   dump in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::dump()
    Get this log as a string.
   DependencyContainer.php procedural page DependencyContainer.php
   DependencyException.php procedural page DependencyException.php
   DiskKeyCache.php procedural page DiskKeyCache.php
   DateHeader.php procedural page DateHeader.php
   DecoratorPlugin.php procedural page DecoratorPlugin.php
e   top
   embed in file SimpleMessage.php, method Swift_Mime_SimpleMessage::embed()
    Attach a Swift_Mime_MimeEntity and return it's CID source.
   encodeByteStream in file ContentEncoder.php, method Swift_Mime_ContentEncoder::encodeByteStream()
    Encode $in to $out.
   encodeByteStream in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
   encodeByteStream in file Base64ContentEncoder.php, method Swift_Mime_ContentEncoder_Base64ContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
   encodeByteStream in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::encodeByteStream()
    Encode stream $in to stream $out.
   encoderChanged in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::encoderChanged()
    Receive notification that the encoder of this entity or a parent entity has changed.
   encoderChanged in file EncodingObserver.php, method Swift_Mime_EncodingObserver::encoderChanged()
    Notify this observer that the observed entity's ContentEncoder has changed.
   encodeString in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::encodeString()
    Takes an unencoded string and produces a Q encoded string from it.
   encodeString in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::encodeString()
    Encode a given string to produce an encoded string.
   encodeString in file Encoder.php, method Swift_Encoder::encodeString()
    Encode a given string to produce an encoded string.
   encodeString in file QpEncoder.php, method Swift_Encoder_QpEncoder::encodeString()
    Takes an unencoded string and produces a QP encoded string from it.
   encodeString in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::encodeString()
    Takes an unencoded string and produces a string encoded according to RFC 2231 from it.
   encodeString in file Base64Encoder.php, method Swift_Encoder_Base64Encoder::encodeString()
    Takes an unencoded string and produces a Base64 encoded string from it.
   encodeWords in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::encodeWords()
    Encode needed word tokens within a string of input.
   escapeSpecials in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::escapeSpecials()
    Escape special characters in a string (convert to quoted-pairs).
   exceptionThrown in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::exceptionThrown()
    Invoked as a TransportException is thrown in the Transport system.
   exceptionThrown in file TransportExceptionListener.php, method Swift_Events_TransportExceptionListener::exceptionThrown()
    Invoked as a TransportException is thrown in the Transport system.
   executeCommand in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::executeCommand()
    Run a command against the buffer, expecting the given response codes.
   executeCommand in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::executeCommand()
    Run a command against the buffer, expecting the given response codes.
   executeCommand in file SmtpAgent.php, method Swift_Transport_SmtpAgent::executeCommand()
    Run a command against the buffer, expecting the given response codes.
   exportToByteStream in file KeyCache.php, method Swift_KeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
   exportToByteStream in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
   exportToByteStream in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
   exportToByteStream in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::exportToByteStream()
    Get data back out of the cache as a ByteStream.
   exposeMixinMethods in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::exposeMixinMethods()
    Returns an array of method names which are exposed to the Esmtp class.
   exposeMixinMethods in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::exposeMixinMethods()
    Returns an array of method names which are exposed to the Esmtp class.
   EmbeddedFile.php procedural page EmbeddedFile.php
   Encoder.php procedural page Encoder.php
   Encoding.php procedural page Encoding.php
   Event.php procedural page Event.php
   EventDispatcher.php procedural page EventDispatcher.php
   EventListener.php procedural page EventListener.php
   EventObject.php procedural page EventObject.php
   EmbeddedFile.php procedural page EmbeddedFile.php
   EncodingObserver.php procedural page EncodingObserver.php
   EchoLogger.php procedural page EchoLogger.php
   EsmtpHandler.php procedural page EsmtpHandler.php
   EsmtpTransport.php procedural page EsmtpTransport.php
f   top
   filter in file StreamFilter.php, method Swift_StreamFilter::filter()
    Filters $buffer and returns the changes.
   filter in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::filter()
    Perform the actual replacements on $buffer and return the result.
   filter in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::filter()
    Perform the actual replacements on $buffer and return the result.
   flushBuffers in file InputByteStream.php, method Swift_InputByteStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
   flushBuffers in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
   flushBuffers in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
   flushBuffers in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::flushBuffers()
    Not used.
   flushBuffers in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::flushBuffers()
    Flush the contents of the stream (empty it) and set the internal pointer to the beginning.
   flushContents in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::flushContents()
   flushContents in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::flushContents()
    Empty the stream and reset the internal pointer.
   flushContents in file CharacterStream.php, method Swift_CharacterStream::flushContents()
    Empty the stream and reset the internal pointer.
   fromPath in file Image.php, method Swift_Image::fromPath()
    Create a new Image from a filesystem path.
   fromPath in file EmbeddedFile.php, method Swift_EmbeddedFile::fromPath()
    Create a new EmbeddedFile from a filesystem path.
   fromPath in file Attachment.php, method Swift_Attachment::fromPath()
    Create a new Attachment from a filesystem path.
   FileByteStream.php procedural page FileByteStream.php
   FailoverTransport.php procedural page FailoverTransport.php
   FileStream.php procedural page FileStream.php
   Filterable.php procedural page Filterable.php
   FailoverTransport.php procedural page FailoverTransport.php
g   top
   generateId in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::generateId()
    Generate a new Content-ID or Message-ID for this MIME entity.
   generateId in file Message.php, method Swift_Mime_Message::generateId()
    Generates a valid Message-ID and switches to it.
   generateTokenLines in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::generateTokenLines()
    Generates tokens from the given string which include CRLF as individual tokens.
   get in file HeaderSet.php, method Swift_Mime_HeaderSet::get()
    Get the header with the given $name.
   get in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::get()
    Get the header with the given $name.
   get7BitEncoding in file Encoding.php, method Swift_Encoding::get7BitEncoding()
    Get the Encoder that provides 7-bit encoding.
   get8BitEncoding in file Encoding.php, method Swift_Encoding::get8BitEncoding()
    Get the Encoder that provides 8-bit encoding.
   getAddress in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getAddress()
    Get the address which is used in this Header (if any).
   getAddresses in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getAddresses()
    Get all email addresses in this Header.
   getAll in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::getAll()
    Get all headers with the given $name.
   getAll in file HeaderSet.php, method Swift_Mime_HeaderSet::getAll()
    Get all headers with the given $name.
   getAuthenticators in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getAuthenticators()
    Get the Authenticators which can process a login request.
   getAuthKeyword in file PlainAuthenticator.php, method Swift_Transport_Esmtp_Auth_PlainAuthenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
   getAuthKeyword in file CramMd5Authenticator.php, method Swift_Transport_Esmtp_Auth_CramMd5Authenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
   getAuthKeyword in file LoginAuthenticator.php, method Swift_Transport_Esmtp_Auth_LoginAuthenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
   getAuthKeyword in file Authenticator.php, method Swift_Transport_Esmtp_Authenticator::getAuthKeyword()
    Get the name of the AUTH mechanism this Authenticator handles.
   getAuthMode in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getAuthMode()
    Get the auth mode to use to authenticate.
   getBase64Encoding in file Encoding.php, method Swift_Encoding::getBase64Encoding()
    Get the Encoder that provides Base64 encoding.
   getBcc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getBcc()
    Get the Bcc addresses of this message.
   getBcc in file Message.php, method Swift_Mime_Message::getBcc()
    Get the Bcc addresses for this message.
   getBody in file MimeEntity.php, method Swift_Mime_MimeEntity::getBody()
    Get the body content of this entity as a string.
   getBody in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getBody()
    Get the body of this entity as a string.
   getBoundary in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getBoundary()
    Get the boundary used to separate children in this entity.
   getBuffer in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::getBuffer()
    Get the IoBuffer where read/writes are occurring.
   getBuffer in file SmtpAgent.php, method Swift_Transport_SmtpAgent::getBuffer()
    Get the IoBuffer where read/writes are occurring.
   getBytesIn in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::getBytesIn()
    Get the total number of bytes received from the server.
   getBytesOut in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::getBytesOut()
    Get the total number of bytes sent to the server.
   getCachedValue in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getCachedValue()
    Get the value in the cache.
   getCc in file Message.php, method Swift_Mime_Message::getCc()
    Get the Cc addresses for this message.
   getCc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getCc()
    Get the Cc address of this message.
   getCharPositions in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getCharPositions()
    Returns the complete charactermap
   getCharPositions in file CharacterReader.php, method Swift_CharacterReader::getCharPositions()
    Returns the complete charactermap
   getCharPositions in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getCharPositions()
    Returns the complete charactermap
   getCharPositions in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getCharPositions()
    Returns the complete charactermap
   getCharset in file MimePart.php, method Swift_Mime_MimePart::getCharset()
    Get the character set of this entity.
   getCharset in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getCharset()
    Get the character set used in this Header.
   getChildren in file MimeEntity.php, method Swift_Mime_MimeEntity::getChildren()
    Get all children nested inside this entity.
   getChildren in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getChildren()
    Get all children added to this entity.
   getCommand in file CommandEvent.php, method Swift_Events_CommandEvent::getCommand()
    Get the command which was sent to the server.
   getCommand in file SendmailTransport.php, method Swift_Transport_SendmailTransport::getCommand()
    Get the sendmail command which will be invoked.
   getContentType in file MimeEntity.php, method Swift_Mime_MimeEntity::getContentType()
    Get the qualified content-type of this mime entity.
   getContentType in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getContentType()
    Get the Content-type of this entity.
   getDate in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getDate()
    Get the date at which this message was created.
   getDate in file Message.php, method Swift_Mime_Message::getDate()
    Get the origination date of the message as a UNIX timestamp.
   getDelSp in file MimePart.php, method Swift_Mime_MimePart::getDelSp()
    Test if delsp is being used for this entity.
   getDescription in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getDescription()
    Get the description of this entity.
   getDisposition in file Attachment.php, method Swift_Mime_Attachment::getDisposition()
    Get the Content-Disposition of this attachment.
   getEncodableWordTokens in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getEncodableWordTokens()
    Splits a string into tokens in blocks of words which can be encoded quickly.
   getEncoder in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getEncoder()
    Get the encoder used for encoding this Header.
   getEncoder in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getEncoder()
    Get the encoder used for the body of this entity.
   getEncryption in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getEncryption()
    Get the encryption type.
   getException in file TransportExceptionEvent.php, method Swift_Events_TransportExceptionEvent::getException()
    Get the TransportException thrown.
   getExtensionHandlers in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getExtensionHandlers()
    Get ESMTP extension handlers.
   getExtraParams in file MailTransport.php, method Swift_Transport_MailTransport::getExtraParams()
    Get the additional parameters used on the mail() function.
   getFailedRecipients in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::getFailedRecipients()
    Get an array of addresses for which delivery failed.
   getFailedRecipients in file SendEvent.php, method Swift_Events_SendEvent::getFailedRecipients()
    Get an recipient addresses which were not accepted for delivery.
   getFieldBody in file Header.php, method Swift_Mime_Header::getFieldBody()
    Get the field body, prepared for folding into a final header value.
   getFieldBody in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldBody()
    Get the string value of the body in this Header.
   getFieldBody in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldBody()
    Get the string value of the body in this Header.
   getFieldBody in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldBody()
    Get the value of this header prepared for rendering.
   getFieldBody in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldBody()
    Get the string value of the body in this Header.
   getFieldBody in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldBody()
    Get the string value of the body in this Header.
   getFieldBody in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getFieldBody()
    Get the value of this header prepared for rendering.
   getFieldBodyModel in file Header.php, method Swift_Mime_Header::getFieldBodyModel()
    Get the model for the field body.
   getFieldBodyModel in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldBodyModel()
    Get the model for the field body.
   getFieldBodyModel in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldBodyModel()
    Get the model for the field body.
   getFieldBodyModel in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldBodyModel()
    Get the model for the field body.
   getFieldBodyModel in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldBodyModel()
    Get the model for the field body.
   getFieldBodyModel in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldBodyModel()
    Get the model for the field body.
   getFieldName in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getFieldName()
    Get the name of this header (e.g. charset).
   getFieldName in file Header.php, method Swift_Mime_Header::getFieldName()
    Get the name of this header (e.g. Subject).
   getFieldType in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file Header.php, method Swift_Mime_Header::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFieldType in file PathHeader.php, method Swift_Mime_Headers_PathHeader::getFieldType()
    Get the type of Header that this instance represents.
   getFilename in file Attachment.php, method Swift_Mime_Attachment::getFilename()
    Get the filename of this attachment when downloaded.
   getFormat in file MimePart.php, method Swift_Mime_MimePart::getFormat()
    Get the format of this entity (i.e. flowed or fixed).
   getFrom in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getFrom()
    Get the from address of this message.
   getFrom in file Message.php, method Swift_Mime_Message::getFrom()
    Get the From address(es) of this message.
   getGrammar in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getGrammar()
    Get the grammar defined for $name token.
   getHandledKeyword in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getHandledKeyword()
    Get the name of the ESMTP extension this handles.
   getHandledKeyword in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getHandledKeyword()
    Get the name of the ESMTP extension this handles.
   getHeaders in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getHeaders()
    Get the Swift_Mime_HeaderSet for this entity.
   getHeaders in file MimeEntity.php, method Swift_Mime_MimeEntity::getHeaders()
    Get the collection of Headers in this Mime entity.
   getHost in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getHost()
    Get the host to connect to.
   getId in file MimeEntity.php, method Swift_Mime_MimeEntity::getId()
    Returns a unique ID for this entity.
   getId in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getId()
    Get the CID of this entity.
   getId in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getId()
    Get the ID used in the value of this Header.
   getIds in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::getIds()
    Get the list of IDs used in this Header.
   getInitialByteSize in file CharacterReader.php, method Swift_CharacterReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
   getInitialByteSize in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
   getInitialByteSize in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
   getInitialByteSize in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getInitialByteSize()
    Returns the number of bytes which should be read to start each character.
   getInputByteStream in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
   getInputByteStream in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
   getInputByteStream in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
   getInputByteStream in file KeyCache.php, method Swift_KeyCache::getInputByteStream()
    Provides a ByteStream which when written to, writes data to $itemKey.
   getInstance in file DependencyContainer.php, method Swift_DependencyContainer::getInstance()
    Returns a singleton of the DependencyContainer.
   getLanguage in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getLanguage()
    Get the language used in this Header.
   getLocalDomain in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::getLocalDomain()
    Get the name of the domain Swift will identify as.
   getMailer in file YiiMail.php, method YiiMail::getMailer()
    Gets the SwiftMailer Swift_Mailer class instance
   getMailParams in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getMailParams()
    Get params which are appended to MAIL FROM:<>.
   getMailParams in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getMailParams()
    Not used.
   getMapType in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::getMapType()
    Returns mapType
   getMapType in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::getMapType()
    Returns mapType
   getMapType in file CharacterReader.php, method Swift_CharacterReader::getMapType()
    Returns mapType
   getMapType in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::getMapType()
    Returns mapType
   getMaxLineLength in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getMaxLineLength()
    Get the maximum line length of the body of this entity.
   getMaxLineLength in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getMaxLineLength()
    Get the maximum permitted length of lines in this Header.
   getMessage in file SendEvent.php, method Swift_Events_SendEvent::getMessage()
    Get the Message being sent.
   getName in file Base64ContentEncoder.php, method Swift_Mime_ContentEncoder_Base64ContentEncoder::getName()
    Get the name of this encoding scheme.
   getName in file Base64HeaderEncoder.php, method Swift_Mime_HeaderEncoder_Base64HeaderEncoder::getName()
    Get the name of this encoding scheme.
   getName in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::getName()
    Get the name of this encoding scheme.
   getName in file HeaderEncoder.php, method Swift_Mime_HeaderEncoder::getName()
    Get the MIME name of this content encoding scheme.
   getName in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::getName()
    Get the name of this encoding scheme.
   getName in file ContentEncoder.php, method Swift_Mime_ContentEncoder::getName()
    Get the MIME name of this content encoding scheme.
   getName in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::getName()
    Get the name of this encoding scheme.
   getNameAddresses in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getNameAddresses()
    Get all mailboxes in this Header as key=>value pairs.
   getNameAddressStrings in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::getNameAddressStrings()
    Get the full mailbox list of this Header as an array of valid RFC 2822 strings.
   getNestingLevel in file EmbeddedFile.php, method Swift_Mime_EmbeddedFile::getNestingLevel()
    Get the nesting level of this EmbeddedFile.
   getNestingLevel in file Attachment.php, method Swift_Mime_Attachment::getNestingLevel()
    Get the nesting level used for this attachment.
   getNestingLevel in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getNestingLevel()
    Always returns LEVEL_TOP for a message instance.
   getNestingLevel in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::getNestingLevel()
    Get the nesting level of this entity.
   getNestingLevel in file MimeEntity.php, method Swift_Mime_MimeEntity::getNestingLevel()
    Get the level at which this entity shall be nested in final document.
   getNestingLevel in file MimePart.php, method Swift_Mime_MimePart::getNestingLevel()
    Get the nesting level of this entity.
   getParameter in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getParameter()
    Get the value of $parameter.
   getParameter in file ParameterizedHeader.php, method Swift_Mime_ParameterizedHeader::getParameter()
    Get the value of $parameter.
   getParameters in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::getParameters()
    Returns an associative array of parameter names mapped to values.
   getPassword in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getPassword()
    Get the password to authenticate with.
   getPath in file FileStream.php, method Swift_FileStream::getPath()
    Get the complete path to the file.
   getPath in file FileByteStream.php, method Swift_ByteStream_FileByteStream::getPath()
    Get the complete path to the file.
   getPort in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getPort()
    Get the port to connect to.
   getPriority in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getPriority()
    Get the priority of this message.
   getPriorityOver in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getPriorityOver()
    Returns +1, -1 or 0 according to the rules for usort().
   getPriorityOver in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getPriorityOver()
    Returns +1, -1 or 0 according to the rules for usort().
   getQpEncoding in file Encoding.php, method Swift_Encoding::getQpEncoding()
    Get the Encoder that provides Quoted-Printable (QP) encoding.
   getRcptParams in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::getRcptParams()
    Get params which are appended to RCPT TO:<>.
   getRcptParams in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getRcptParams()
    Not used.
   getReaderFor in file CharacterReaderFactory.php, method Swift_CharacterReaderFactory::getReaderFor()
    Returns a CharacterReader suitable for the charset applied.
   getReaderFor in file SimpleCharacterReaderFactory.php, method Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::getReaderFor()
    Returns a CharacterReader suitable for the charset applied.
   getReadReceiptTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReadReceiptTo()
    Get the addresses to which a read-receipt will be sent.
   getReplacementsFor in file Replacements.php, method Swift_Plugins_Decorator_Replacements::getReplacementsFor()
    Return the array of replacements for $address.
   getReplacementsFor in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::getReplacementsFor()
    Find a map of replacements for the address.
   getReplyTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReplyTo()
    Get the reply-to address of this message.
   getReplyTo in file Message.php, method Swift_Mime_Message::getReplyTo()
    Get the Reply-To addresses for this message.
   getResponse in file ResponseEvent.php, method Swift_Events_ResponseEvent::getResponse()
    Get the response which was received from the server.
   getResult in file SendEvent.php, method Swift_Events_SendEvent::getResult()
    Get the result of this Event.
   getReturnPath in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getReturnPath()
    Get the return-path (bounce address) of this message.
   getReturnPath in file Message.php, method Swift_Mime_Message::getReturnPath()
    Get the return-path (bounce-detect) address.
   getSender in file Message.php, method Swift_Mime_Message::getSender()
    Get the sender address for this message.
   getSender in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getSender()
    Get the sender of this message.
   getSize in file Attachment.php, method Swift_Mime_Attachment::getSize()
    Get the file size of this attachment.
   getSleepTime in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::getSleepTime()
    Get the number of seconds to sleep for during a restart.
   getSource in file EventObject.php, method Swift_Events_EventObject::getSource()
    Get the source object of this event.
   getSource in file Event.php, method Swift_Events_Event::getSource()
    Get the source object of this event.
   getString in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::getString()
    Get data back out of the cache as a string.
   getString in file KeyCache.php, method Swift_KeyCache::getString()
    Get data back out of the cache as a string.
   getString in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::getString()
    Get data back out of the cache as a string.
   getString in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::getString()
    Get data back out of the cache as a string.
   getSubject in file Message.php, method Swift_Mime_Message::getSubject()
    Get the subject of the message.
   getSubject in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getSubject()
    Get the subject of this message.
   getSuccessCodes in file CommandEvent.php, method Swift_Events_CommandEvent::getSuccessCodes()
    Get the numeric response codes which indicate success for this command.
   getThreshold in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::getThreshold()
    Get the number of emails to send before restarting.
   getTimeout in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::getTimeout()
    Get the connection timeout.
   getTimestamp in file DateHeader.php, method Swift_Mime_Headers_DateHeader::getTimestamp()
    Get the UNIX timestamp of the Date in this Header.
   getTimestamp in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::getTimestamp()
    Get the current UNIX timestamp
   getTimestamp in file Timer.php, method Swift_Plugins_Timer::getTimestamp()
    Get the current UNIX timestamp.
   getTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::getTo()
    Get the To addresses of this message.
   getTo in file Message.php, method Swift_Mime_Message::getTo()
    Get the To addresses for this message.
   getTokenAsEncodedWord in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::getTokenAsEncodedWord()
    Get a token as an encoded word for safe insertion into headers.
   getTransport in file YiiMail.php, method YiiMail::getTransport()
    Gets the SwiftMailer transport class instance, initializing it if it has
   getTransport in file Mailer.php, method Swift_Mailer::getTransport()
    The Transport used to send messages.
   getTransport in file TransportChangeEvent.php, method Swift_Events_TransportChangeEvent::getTransport()
    Get the Transport.
   getTransport in file SendEvent.php, method Swift_Events_SendEvent::getTransport()
    Get the Transport used to send the Message.
   getTransports in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::getTransports()
    Get $transports to delegate to.
   getUsername in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::getUsername()
    Get the username to authenticate with.
   getValue in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::getValue()
    Get the (unencoded) value of this header.
   GenericFixedWidthReader.php procedural page GenericFixedWidthReader.php
h   top
   has in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::has()
    Returns true if at least one header with the given $name exists.
   has in file DependencyContainer.php, method Swift_DependencyContainer::has()
    Test if an item is registered in this container with the given name.
   has in file HeaderSet.php, method Swift_Mime_HeaderSet::has()
    Returns true if at least one header with the given $name exists.
   hasKey in file KeyCache.php, method Swift_KeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
   hasKey in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
   hasKey in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
   hasKey in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::hasKey()
    Check if the given $itemKey exists in the namespace $nsKey.
   hasNext in file RecipientIterator.php, method Swift_Mailer_RecipientIterator::hasNext()
    Returns true only if there are more recipients to send to.
   hasNext in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::hasNext()
    Returns true only if there are more recipients to send to.
   Header.php procedural page Header.php
   HeaderEncoder.php procedural page HeaderEncoder.php
   HeaderFactory.php procedural page HeaderFactory.php
   HeaderSet.php procedural page HeaderSet.php
   HitReporter.php procedural page HitReporter.php
   HtmlReporter.php procedural page HtmlReporter.php
i   top
   importByteStream in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::importByteStream()
    Overwrite this character stream using the byte sequence in the byte stream.
   importByteStream in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::importByteStream()
   importByteStream in file CharacterStream.php, method Swift_CharacterStream::importByteStream()
    Overwrite this character stream using the byte sequence in the byte stream.
   importFromByteStream in file KeyCache.php, method Swift_KeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
   importFromByteStream in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
   importFromByteStream in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
   importFromByteStream in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::importFromByteStream()
    Set a ByteStream into the cache under $itemKey for the namespace $nsKey.
   importString in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::importString()
   importString in file CharacterStream.php, method Swift_CharacterStream::importString()
    Import a string a bytes into this CharacterStream, overwriting any existing data in the stream.
   importString in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::importString()
    Import a string a bytes into this CharacterStream, overwriting any existing data in the stream.
   init in file YiiMail.php, method YiiMail::init()
    Calls the registerScripts() method.
   initialize in file IoBuffer.php, method Swift_Transport_IoBuffer::initialize()
    Perform any initialization needed, using the given $params.
   initialize in file StreamBuffer.php, method Swift_Transport_StreamBuffer::initialize()
    Perform any initialization needed, using the given $params.
   initializeGrammar in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::initializeGrammar()
    Initialize some RFC 2822 (and friends) ABNF grammar definitions.
   isStarted in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::isStarted()
    Test if an SMTP connection has been established.
   isStarted in file Transport.php, method Swift_Transport::isStarted()
    Test if this Transport mechanism has started.
   isStarted in file MailTransport.php, method Swift_Transport_MailTransport::isStarted()
    Not used.
   isStarted in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::isStarted()
    Test if this Transport mechanism has started.
   isValid in file ResponseEvent.php, method Swift_Events_ResponseEvent::isValid()
    Get the success status of this Event.
   Image.php procedural page Image.php
   InputByteStream.php procedural page InputByteStream.php
   IoException.php procedural page IoException.php
   IdentificationHeader.php procedural page IdentificationHeader.php
   IoBuffer.php procedural page IoBuffer.php
k   top
   KeyCacheInputStream.php procedural page KeyCacheInputStream.php
   KeyCache.php procedural page KeyCache.php
l   top
   $logging in file YiiMail.php, variable YiiMail::$logging
   LEVEL_ALTERNATIVE in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_ALTERNATIVE
    An entity which nests with the same precedence as a mime part
   LEVEL_MIXED in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_MIXED
    An entity which nests with the same precedence as an attachment
   LEVEL_RELATED in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_RELATED
    An entity which nests with the same precedence as embedded content
   LEVEL_TOP in file MimeEntity.php, class constant Swift_Mime_MimeEntity::LEVEL_TOP
    Main message document; there can only be one of these
   listItems in file DependencyContainer.php, method Swift_DependencyContainer::listItems()
    List the names of all items stored in the Container.
   log in file YiiMail.php, method YiiMail::log()
    Logs a YiiMailMessage in a (hopefully) readable way using Yii::log (as long as $this->logging is set to true).
   lookup in file DependencyContainer.php, method Swift_DependencyContainer::lookup()
    Lookup the item with the given $itemName.
   LoadBalancedTransport.php procedural page LoadBalancedTransport.php
   Logger.php procedural page Logger.php
   LoggerPlugin.php procedural page LoggerPlugin.php
   LoginAuthenticator.php procedural page LoginAuthenticator.php
   LoadBalancedTransport.php procedural page LoadBalancedTransport.php
m   top
   $mailer in file YiiMail.php, variable YiiMail::$mailer
   $message in file YiiMailMessage.php, variable YiiMailMessage::$message
   mail in file MailInvoker.php, method Swift_Transport_MailInvoker::mail()
    Send mail via the mail() function.
   mail in file SimpleMailInvoker.php, method Swift_Transport_SimpleMailInvoker::mail()
    Send mail via the mail() function.
   MAP_TYPE_FIXED_LEN in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_FIXED_LEN
   MAP_TYPE_INVALID in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_INVALID
   MAP_TYPE_POSITIONS in file CharacterReader.php, class constant Swift_CharacterReader::MAP_TYPE_POSITIONS
   MESSAGES_PER_MINUTE in file ThrottlerPlugin.php, class constant Swift_Plugins_ThrottlerPlugin::MESSAGES_PER_MINUTE
    Flag for throttling in emails per minute
   MODE_APPEND in file KeyCache.php, class constant Swift_KeyCache::MODE_APPEND
    Mode for appending data to the end of existing cached data
   MODE_WRITE in file KeyCache.php, class constant Swift_KeyCache::MODE_WRITE
    Mode for replacing existing cached data
   Mailer.php procedural page Mailer.php
   MailTransport.php procedural page MailTransport.php
   Message.php procedural page Message.php
   MailboxHeader.php procedural page MailboxHeader.php
   Message.php procedural page Message.php
   MimeEntity.php procedural page MimeEntity.php
   MimePart.php procedural page MimePart.php
   MimePart.php procedural page MimePart.php
   MailInvoker.php procedural page MailInvoker.php
   MailTransport.php procedural page MailTransport.php
n   top
   newInstance in file MimePart.php, method Swift_MimePart::newInstance()
    Create a new MimePart.
   newInstance in file Message.php, method Swift_Message::newInstance()
    Create a new Message.
   newInstance in file MailTransport.php, method Swift_MailTransport::newInstance()
    Create a new MailTransport instance.
   newInstance in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::newInstance()
    Create a new PopBeforeSmtpPlugin for $host and $port.
   newInstance in file SendmailTransport.php, method Swift_SendmailTransport::newInstance()
    Create a new SendmailTransport instance.
   newInstance in file SmtpTransport.php, method Swift_SmtpTransport::newInstance()
    Create a new SmtpTransport instance.
   newInstance in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::newInstance()
    Create a new instance of this HeaderSet.
   newInstance in file LoadBalancedTransport.php, method Swift_LoadBalancedTransport::newInstance()
    Create a new LoadBalancedTransport instance.
   newInstance in file Mailer.php, method Swift_Mailer::newInstance()
    Create a new Mailer instance.
   newInstance in file HeaderSet.php, method Swift_Mime_HeaderSet::newInstance()
    Create a new instance of this HeaderSet.
   newInstance in file FailoverTransport.php, method Swift_FailoverTransport::newInstance()
    Create a new FailoverTransport instance.
   newInstance in file EmbeddedFile.php, method Swift_EmbeddedFile::newInstance()
    Create a new EmbeddedFile.
   newInstance in file Attachment.php, method Swift_Attachment::newInstance()
    Create a new Attachment.
   newInstance in file Image.php, method Swift_Image::newInstance()
    Create a new Image.
   nextRecipient in file RecipientIterator.php, method Swift_Mailer_RecipientIterator::nextRecipient()
    Returns an array where the keys are the addresses of recipients and the values are the names.
   nextRecipient in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::nextRecipient()
    Returns an array where the keys are the addresses of recipients and the values are the names.
   normalizeMailboxes in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::normalizeMailboxes()
    Normalizes a user-input list of mailboxes into consistent key=>value pairs.
   notify in file Reporter.php, method Swift_Plugins_Reporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
   notify in file HitReporter.php, method Swift_Plugins_Reporters_HitReporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
   notify in file HtmlReporter.php, method Swift_Plugins_Reporters_HtmlReporter::notify()
    Notifies this ReportNotifier that $address failed or succeeded.
   NgCharacterStream.php procedural page NgCharacterStream.php
   NullKeyCache.php procedural page NullKeyCache.php
o   top
   onCommand in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::onCommand()
    Not used.
   onCommand in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::onCommand()
    Runs when a command is due to be sent.
   OutputByteStream.php procedural page OutputByteStream.php
p   top
   POSITION_END in file DiskKeyCache.php, class constant Swift_KeyCache_DiskKeyCache::POSITION_END
    Signal to place pointer at end of file
   POSITION_START in file DiskKeyCache.php, class constant Swift_KeyCache_DiskKeyCache::POSITION_START
    Signal to place pointer at start of file
   PlainContentEncoder.php procedural page PlainContentEncoder.php
   ParameterizedHeader.php procedural page ParameterizedHeader.php
   PathHeader.php procedural page PathHeader.php
   ParameterizedHeader.php procedural page ParameterizedHeader.php
   Pop3Connection.php procedural page Pop3Connection.php
   Pop3Exception.php procedural page Pop3Exception.php
   PopBeforeSmtpPlugin.php procedural page PopBeforeSmtpPlugin.php
   PlainAuthenticator.php procedural page PlainAuthenticator.php
q   top
   QpEncoder.php procedural page QpEncoder.php
   QpContentEncoder.php procedural page QpContentEncoder.php
   QpHeaderEncoder.php procedural page QpHeaderEncoder.php
r   top
   read in file FileByteStream.php, method Swift_ByteStream_FileByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
   read in file OutputByteStream.php, method Swift_OutputByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
   read in file StreamBuffer.php, method Swift_Transport_StreamBuffer::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
   read in file CharacterStream.php, method Swift_CharacterStream::read()
    Read $length characters from the stream and move the internal pointer $length further into the stream.
   read in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::read()
   read in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::read()
    Read $length characters from the stream and move the internal pointer $length further into the stream.
   read in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::read()
    Reads $length bytes from the stream into a string and moves the pointer through the stream by $length. If less bytes exist than are requested the remaining bytes are given instead. If no bytes are remaining at all, boolean false is returned.
   readBytes in file CharacterStream.php, method Swift_CharacterStream::readBytes()
    Read $length characters from the stream and return a 1-dimensional array containing there octet values.
   readBytes in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::readBytes()
   readBytes in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::readBytes()
    Read $length characters from the stream and return a 1-dimensional array containing there octet values.
   readLine in file StreamBuffer.php, method Swift_Transport_StreamBuffer::readLine()
    Get a line of output (including any CRLF).
   readLine in file IoBuffer.php, method Swift_Transport_IoBuffer::readLine()
    Get a line of output (including any CRLF).
   register in file DependencyContainer.php, method Swift_DependencyContainer::register()
    Register a new dependency with $itemName.
   registerAutoload in file Swift.php, method Swift::registerAutoload()
    Configure autoloading using Swift Mailer.
   registerPlugin in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::registerPlugin()
    Register a plugin.
   registerPlugin in file Transport.php, method Swift_Transport::registerPlugin()
    Register a plugin in the Transport.
   registerPlugin in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::registerPlugin()
    Register a plugin.
   registerPlugin in file Mailer.php, method Swift_Mailer::registerPlugin()
    Register a plugin using a known unique key (e.g. myPlugin).
   registerPlugin in file MailTransport.php, method Swift_Transport_MailTransport::registerPlugin()
    Register a plugin.
   registerScripts in file YiiMail.php, method YiiMail::registerScripts()
    Registers swiftMailer autoloader and includes the required files
   remove in file HeaderSet.php, method Swift_Mime_HeaderSet::remove()
    Remove the header with the given $name if it's set.
   remove in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::remove()
    Remove the header with the given $name if it's set.
   removeAddresses in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::removeAddresses()
    Remove one or more addresses from this Header.
   removeAll in file HeaderSet.php, method Swift_Mime_HeaderSet::removeAll()
    Remove all headers with the given $name.
   removeAll in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::removeAll()
    Remove all headers with the given $name.
   removeFilter in file Filterable.php, method Swift_Filterable::removeFilter()
    Remove an existing filter using $key.
   removeFilter in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::removeFilter()
    Remove an already present StreamFilter based on its $key.
   reset in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::reset()
    Reset the internal counters to zero.
   reset in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::reset()
    Reset the current mail transaction.
   resetState in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::resetState()
    Not used.
   resetState in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::resetState()
    Tells this handler to clear any buffers and reset its state.
   responseReceived in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::responseReceived()
    Invoked immediately following a response coming back.
   responseReceived in file ResponseListener.php, method Swift_Events_ResponseListener::responseReceived()
    Invoked immediately following a response coming back.
   responseReceived in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::responseReceived()
    Invoked immediately following a response coming back.
   RESULT_FAIL in file Reporter.php, class constant Swift_Plugins_Reporter::RESULT_FAIL
    The recipient could not be accepted
   RESULT_FAILED in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_FAILED
    Sending failed
   RESULT_PASS in file Reporter.php, class constant Swift_Plugins_Reporter::RESULT_PASS
    The recipient was accepted for delivery
   RESULT_PENDING in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_PENDING
    Sending has yet to occur
   RESULT_SUCCESS in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_SUCCESS
    Sending was successful
   RESULT_TENTATIVE in file SendEvent.php, class constant Swift_Events_SendEvent::RESULT_TENTATIVE
    Sending worked, but there were some failures
   Rfc2231Encoder.php procedural page Rfc2231Encoder.php
   ResponseEvent.php procedural page ResponseEvent.php
   ResponseListener.php procedural page ResponseListener.php
   RecipientIterator.php procedural page RecipientIterator.php
   Replacements.php procedural page Replacements.php
   Reporter.php procedural page Reporter.php
   ReporterPlugin.php procedural page ReporterPlugin.php
   ReplacementFilterFactory.php procedural page ReplacementFilterFactory.php
   RfcComplianceException.php procedural page RfcComplianceException.php
s   top
   send in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::send()
    Send the given Message.
   send in file YiiMail.php, method YiiMail::send()
    Send a YiiMailMessage as it would be sent in a mail client.
   send in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::send()
    Send the given Message.
   send in file Transport.php, method Swift_Transport::send()
    Send the given Message.
   send in file FailoverTransport.php, method Swift_Transport_FailoverTransport::send()
    Send the given Message.
   send in file Mailer.php, method Swift_Mailer::send()
    Send the given Message like it would be sent in a mail client.
   send in file SendmailTransport.php, method Swift_Transport_SendmailTransport::send()
    Send the given Message.
   send in file MailTransport.php, method Swift_Transport_MailTransport::send()
    Send the given Message.
   sendPerformed in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
   sendPerformed in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
   sendPerformed in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
   sendPerformed in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::sendPerformed()
    Invoked immediately after the Message is sent.
   sendPerformed in file SendListener.php, method Swift_Events_SendListener::sendPerformed()
    Invoked immediately after the Message is sent.
   sendPerformed in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::sendPerformed()
    Invoked when a Message is sent.
   sendSimple in file YiiMail.php, method YiiMail::sendSimple()
    Sends a message in an extremly simple but less extensive way.
   set in file HeaderSet.php, method Swift_Mime_HeaderSet::set()
    Set a header in the HeaderSet.
   set in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::set()
    Set a header in the HeaderSet.
   setAddress in file PathHeader.php, method Swift_Mime_Headers_PathHeader::setAddress()
    Set the Address which should appear in this Header.
   setAddresses in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setAddresses()
    Makes this Header represent a list of plain email addresses with no names.
   setAlwaysDisplayed in file HeaderSet.php, method Swift_Mime_HeaderSet::setAlwaysDisplayed()
    Set a list of header names which must always be displayed when set.
   setAlwaysDisplayed in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::setAlwaysDisplayed()
    Set a list of header names which must always be displayed when set.
   setAuthenticators in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setAuthenticators()
    Set the Authenticators which can process a login request.
   setAuthMode in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setAuthMode()
    Set the auth mode to use to authenticate.
   setBcc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setBcc()
    Set the Bcc addresses of this message.
   setBcc in file Message.php, method Swift_Mime_Message::setBcc()
    Set the Bcc address(es).
   setBody in file MimeEntity.php, method Swift_Mime_MimeEntity::setBody()
    Set the body content of this entity as a string.
   setBody in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setBody()
    Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
   setBody in file YiiMailMessage.php, method YiiMailMessage::setBody()
    Set the body of this entity, either as a string, or array of view variables if a view is set, or as an instance of Swift_OutputByteStream.
   setBody in file MimePart.php, method Swift_Mime_MimePart::setBody()
    Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
   setBoundary in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setBoundary()
    Set the boundary used to separate children in this entity.
   setCachedValue in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setCachedValue()
    Set a value into the cache.
   setCc in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setCc()
    Set the Cc addresses of this message.
   setCc in file Message.php, method Swift_Mime_Message::setCc()
    Set the Cc address(es).
   setCharacterReaderFactory in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
   setCharacterReaderFactory in file CharacterStream.php, method Swift_CharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
   setCharacterReaderFactory in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setCharacterReaderFactory()
    Set the CharacterReaderFactory for multi charset support.
   setCharacterSet in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
   setCharacterSet in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
   setCharacterSet in file CharacterStream.php, method Swift_CharacterStream::setCharacterSet()
    Set the character set used in this CharacterStream.
   setCharset in file MimePart.php, method Swift_Mime_MimePart::setCharset()
    Set the character set of this entity.
   setCharset in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setCharset()
    Set the character set used in this Header.
   setCharset in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::setCharset()
    Set the charset used by these headers.
   setCharset in file Header.php, method Swift_Mime_Header::setCharset()
    Set the charset used when rendering the Header.
   setCharset in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setCharset()
    Set the character set used in this Header.
   setChildren in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setChildren()
    Set all children of this entity.
   setChildren in file MimeEntity.php, method Swift_Mime_MimeEntity::setChildren()
    Set all children nested inside this entity.
   setCommand in file SendmailTransport.php, method Swift_Transport_SendmailTransport::setCommand()
    Set the command to invoke.
   setConnection in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setConnection()
    Set a Pop3Connection to delegate to instead of connecting directly.
   setContentType in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setContentType()
    Set the Content-type of this entity.
   setDate in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setDate()
    Set the date at which this message was created.
   setDate in file Message.php, method Swift_Mime_Message::setDate()
    Set the origination date of the message as a UNIX timestamp.
   setDelSp in file MimePart.php, method Swift_Mime_MimePart::setDelSp()
    Turn delsp on or off for this entity.
   setDescription in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setDescription()
    Set the description of this entity.
   setDisposition in file Attachment.php, method Swift_Mime_Attachment::setDisposition()
    Set the Content-Disposition of this attachment.
   setEncoder in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setEncoder()
    Set the encoder used for the body of this entity.
   setEncoder in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setEncoder()
    Set the encoder used for encoding the header.
   setEncryption in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setEncryption()
    Set the encryption type (tls or ssl)
   setExtensionHandlers in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setExtensionHandlers()
    Set ESMTP extension handlers.
   setExtraParams in file MailTransport.php, method Swift_Transport_MailTransport::setExtraParams()
    Set the additional parameters used on the mail() function.
   setFailedRecipients in file SendEvent.php, method Swift_Events_SendEvent::setFailedRecipients()
    Set the array of addresses that failed in sending.
   setFieldBodyModel in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setFieldBodyModel()
    Set the model for the field body.
   setFieldBodyModel in file PathHeader.php, method Swift_Mime_Headers_PathHeader::setFieldBodyModel()
    Set the model for the field body.
   setFieldBodyModel in file DateHeader.php, method Swift_Mime_Headers_DateHeader::setFieldBodyModel()
    Set the model for the field body.
   setFieldBodyModel in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::setFieldBodyModel()
    Set the model for the field body.
   setFieldBodyModel in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setFieldBodyModel()
    Set the model for the field body.
   setFieldBodyModel in file Header.php, method Swift_Mime_Header::setFieldBodyModel()
    Set the model for the field body.
   setFieldName in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setFieldName()
    Set the name of this Header field.
   setFile in file Attachment.php, method Swift_Mime_Attachment::setFile()
    Set the file that this attachment is for.
   setFilename in file Attachment.php, method Swift_Mime_Attachment::setFilename()
    Set the filename of this attachment.
   setFormat in file MimePart.php, method Swift_Mime_MimePart::setFormat()
    Set the format of this entity (flowed or fixed).
   setFrom in file Message.php, method Swift_Mime_Message::setFrom()
    Set the From address of this message.
   setFrom in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setFrom()
    Set the from address of this message.
   setHost in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setHost()
    Set the host to connect to.
   setId in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setId()
    Set the ID used in the value of this header.
   setId in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setId()
    Set the CID of this entity.
   setIds in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::setIds()
    Set a collection of IDs to use in the value of this Header.
   setItemKey in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setItemKey()
    Set the itemKey which will be written to.
   setItemKey in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setItemKey()
    Set the itemKey which will be written to.
   setKeyCache in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setKeyCache()
    Set the KeyCache to wrap.
   setKeyCache in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setKeyCache()
    Set the KeyCache to wrap.
   setKeywordParams in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setKeywordParams()
    Set the parameters which the EHLO greeting indicated.
   setKeywordParams in file EsmtpHandler.php, method Swift_Transport_EsmtpHandler::setKeywordParams()
    Set the parameters which the EHLO greeting indicated.
   setLanguage in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setLanguage()
    Set the language used in this Header.
   setLocalDomain in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::setLocalDomain()
    Set the name of the local domain which Swift will identify itself as.
   setMaxLineLength in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::setMaxLineLength()
    Set the maximum line length of lines in this body.
   setMaxLineLength in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::setMaxLineLength()
    Set the maximum length of lines in the header (excluding EOL).
   setNameAddresses in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::setNameAddresses()
    Set a list of mailboxes to be shown in this Header.
   setNsKey in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setNsKey()
    Set the nsKey which will be written to.
   setNsKey in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setNsKey()
    Set the nsKey which will be written to.
   setParam in file IoBuffer.php, method Swift_Transport_IoBuffer::setParam()
    Set an individual param on the buffer (e.g. switching to SSL).
   setParam in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setParam()
    Set an individual param on the buffer (e.g. switching to SSL).
   setParameter in file ParameterizedHeader.php, method Swift_Mime_ParameterizedHeader::setParameter()
    Set the value of $parameter.
   setParameter in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setParameter()
    Set the value of $parameter.
   setParameters in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::setParameters()
    Set an associative array of parameter names mapped to values.
   setPassword in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setPassword()
    Set the password to authenticate with.
   setPassword in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setPassword()
    Set the password to use when connecting (if needed).
   setPointer in file CharacterStream.php, method Swift_CharacterStream::setPointer()
    Move the internal pointer to $charOffset in the stream.
   setPointer in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::setPointer()
    Move the internal pointer to $charOffset in the stream.
   setPointer in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::setPointer()
   setPort in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setPort()
    Set the port to connect to.
   setPriority in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setPriority()
    Set the priority of this message.
   setReadPointer in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setReadPointer()
    Not implemented
   setReadPointer in file FileByteStream.php, method Swift_ByteStream_FileByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
   setReadPointer in file OutputByteStream.php, method Swift_OutputByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
   setReadPointer in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::setReadPointer()
    Move the internal read pointer to $byteOffset in the stream.
   setReadReceiptTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReadReceiptTo()
    Ask for a delivery receipt from the recipient to be sent to $addresses
   setReplyTo in file Message.php, method Swift_Mime_Message::setReplyTo()
    Set the Reply-To address(es).
   setReplyTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReplyTo()
    Set the reply-to address of this message.
   setResult in file SendEvent.php, method Swift_Events_SendEvent::setResult()
    Set the result of sending.
   setReturnPath in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setReturnPath()
    Set the return-path (the bounce address) of this message.
   setReturnPath in file Message.php, method Swift_Mime_Message::setReturnPath()
    Set the return-path (bounce-detect) address.
   setSender in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setSender()
    Set the sender of this message.
   setSender in file Message.php, method Swift_Mime_Message::setSender()
    Set the sender of this message.
   setSize in file Attachment.php, method Swift_Mime_Attachment::setSize()
    Set the file size of this attachment.
   setSleepTime in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::setSleepTime()
    Set the number of seconds to sleep for during a restart.
   setString in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
   setString in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
   setString in file NullKeyCache.php, method Swift_KeyCache_NullKeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
   setString in file KeyCache.php, method Swift_KeyCache::setString()
    Set a string into the cache under $itemKey for the namespace $nsKey.
   setSubject in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setSubject()
    Set the subject of this message.
   setSubject in file Message.php, method Swift_Mime_Message::setSubject()
    Set the subject of the message.
   setThreshold in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::setThreshold()
    Set the number of emails to send before restarting.
   setTimeout in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::setTimeout()
    Set the connection timeout.
   setTimeout in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setTimeout()
    Set the connection timeout in seconds (default 10).
   setTimestamp in file DateHeader.php, method Swift_Mime_Headers_DateHeader::setTimestamp()
    Set the UNIX timestamp of the Date in this Header.
   setTo in file SimpleMessage.php, method Swift_Mime_SimpleMessage::setTo()
    Set the to addresses of this message.
   setTo in file Message.php, method Swift_Mime_Message::setTo()
    Set the To address(es).
   setTransports in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::setTransports()
    Set $transports to delegate to.
   setUsername in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::setUsername()
    Set the username to use when connecting (if needed).
   setUsername in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::setUsername()
    Set the username to authenticate with.
   setValue in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::setValue()
    Set the (unencoded) value of this header.
   setWriteThroughStream in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::setWriteThroughStream()
    Specify a stream to write through for each write().
   setWriteThroughStream in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::setWriteThroughStream()
    Specify a stream to write through for each write().
   setWriteTranslations in file StreamBuffer.php, method Swift_Transport_StreamBuffer::setWriteTranslations()
    Set an array of string replacements which should be made on data written to the buffer. This could replace LF with CRLF for example.
   setWriteTranslations in file IoBuffer.php, method Swift_Transport_IoBuffer::setWriteTranslations()
    Set an array of string replacements which should be made on data written to the buffer. This could replace LF with CRLF for example.
   shouldBuffer in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::shouldBuffer()
    Returns true if based on the buffer passed more bytes should be buffered.
   shouldBuffer in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::shouldBuffer()
    Returns true if based on the buffer passed more bytes should be buffered.
   shouldBuffer in file StreamFilter.php, method Swift_StreamFilter::shouldBuffer()
    Based on the buffer given, this returns true if more buffering is needed.
   sleep in file Sleeper.php, method Swift_Plugins_Sleeper::sleep()
    Sleep for $seconds.
   sleep in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::sleep()
    Sleep for $seconds.
   sleep in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::sleep()
    Sleep for $seconds.
   start in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::start()
    Start this Transport mechanism.
   start in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::start()
    Start the SMTP connection.
   start in file MailTransport.php, method Swift_Transport_MailTransport::start()
    Not used.
   start in file SendmailTransport.php, method Swift_Transport_SendmailTransport::start()
    Start the standalone SMTP session if running in -bs mode.
   start in file Transport.php, method Swift_Transport::start()
    Start this Transport mechanism.
   stop in file MailTransport.php, method Swift_Transport_MailTransport::stop()
    Not used.
   stop in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::stop()
    Stop the SMTP connection.
   stop in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::stop()
    Stop this Transport mechanism.
   stop in file Transport.php, method Swift_Transport::stop()
    Stop this Transport mechanism.
   Swift in file Swift.php, class Swift
    General utility class in Swift Mailer, not to be instantiated.
   Swift_Attachment in file Attachment.php, class Swift_Attachment
    Attachment class for attaching files to a Swift_Mime_Message.
   Swift_ByteStream_AbstractFilterableInputStream in file AbstractFilterableInputStream.php, class Swift_ByteStream_AbstractFilterableInputStream
    Provides the base functionality for an InputStream supporting filters.
   Swift_ByteStream_ArrayByteStream in file ArrayByteStream.php, class Swift_ByteStream_ArrayByteStream
    Allows reading and writing of bytes to and from an array.
   Swift_ByteStream_FileByteStream in file FileByteStream.php, class Swift_ByteStream_FileByteStream
    Allows reading and writing of bytes to and from a file.
   Swift_CharacterReader in file CharacterReader.php, class Swift_CharacterReader
    Analyzes characters for a specific character set.
   Swift_CharacterReaderFactory in file CharacterReaderFactory.php, class Swift_CharacterReaderFactory
    A factory for creating CharacterReaders.
   Swift_CharacterReaderFactory_SimpleCharacterReaderFactory in file SimpleCharacterReaderFactory.php, class Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
    Standard factory for creating CharacterReaders.
   Swift_CharacterReader_GenericFixedWidthReader in file GenericFixedWidthReader.php, class Swift_CharacterReader_GenericFixedWidthReader
    Provides fixed-width byte sizes for reading fixed-width character sets.
   Swift_CharacterReader_UsAsciiReader in file UsAsciiReader.php, class Swift_CharacterReader_UsAsciiReader
    Analyzes US-ASCII characters.
   Swift_CharacterReader_Utf8Reader in file Utf8Reader.php, class Swift_CharacterReader_Utf8Reader
    Analyzes UTF-8 characters.
   Swift_CharacterStream in file CharacterStream.php, class Swift_CharacterStream
    An abstract means of reading and writing data in terms of characters as opposed to bytes.
   Swift_CharacterStream_ArrayCharacterStream in file ArrayCharacterStream.php, class Swift_CharacterStream_ArrayCharacterStream
    A CharacterStream implementation which stores characters in an internal array.
   Swift_CharacterStream_NgCharacterStream in file NgCharacterStream.php, class Swift_CharacterStream_NgCharacterStream
    A CharacterStream implementation which stores characters in an internal array.
   Swift_DependencyContainer in file DependencyContainer.php, class Swift_DependencyContainer
    Dependency Injection container.
   Swift_DependencyException in file DependencyException.php, class Swift_DependencyException
    DependencyException thrown when a requested dependeny is missing.
   Swift_EmbeddedFile in file EmbeddedFile.php, class Swift_EmbeddedFile
    An embedded file, in a multipart message.
   Swift_Encoder in file Encoder.php, class Swift_Encoder
    Interface for all Encoder schemes.
   Swift_Encoder_Base64Encoder in file Base64Encoder.php, class Swift_Encoder_Base64Encoder
    Handles Base 64 Encoding in Swift Mailer.
   Swift_Encoder_QpEncoder in file QpEncoder.php, class Swift_Encoder_QpEncoder
    Handles Quoted Printable (QP) Encoding in Swift Mailer.
   Swift_Encoder_Rfc2231Encoder in file Rfc2231Encoder.php, class Swift_Encoder_Rfc2231Encoder
    Handles RFC 2231 specified Encoding in Swift Mailer.
   Swift_Encoding in file Encoding.php, class Swift_Encoding
    Provides quick access to each encoding type.
   Swift_Events_CommandEvent in file CommandEvent.php, class Swift_Events_CommandEvent
    Generated when a command is sent over an SMTP connection.
   Swift_Events_CommandListener in file CommandListener.php, class Swift_Events_CommandListener
    Listens for Transports to send commands to the server.
   Swift_Events_Event in file Event.php, class Swift_Events_Event
    The minimum interface for an Event.
   Swift_Events_EventDispatcher in file EventDispatcher.php, class Swift_Events_EventDispatcher
    Interface for the EventDispatcher which handles the event dispatching layer.
   Swift_Events_EventListener in file EventListener.php, class Swift_Events_EventListener
    An identity interface which all EventListeners must extend.
   Swift_Events_EventObject in file EventObject.php, class Swift_Events_EventObject
    A base Event which all Event classes inherit from.
   Swift_Events_ResponseEvent in file ResponseEvent.php, class Swift_Events_ResponseEvent
    Generated when a response is received on a SMTP connection.
   Swift_Events_ResponseListener in file ResponseListener.php, class Swift_Events_ResponseListener
    Listens for responses from a remote SMTP server.
   Swift_Events_SendEvent in file SendEvent.php, class Swift_Events_SendEvent
    Generated when a message is being sent.
   Swift_Events_SendListener in file SendListener.php, class Swift_Events_SendListener
    Listens for Messages being sent from within the Transport system.
   Swift_Events_SimpleEventDispatcher in file SimpleEventDispatcher.php, class Swift_Events_SimpleEventDispatcher
    The EventDispatcher which handles the event dispatching layer.
   Swift_Events_TransportChangeEvent in file TransportChangeEvent.php, class Swift_Events_TransportChangeEvent
    Generated when the state of a Transport is changed (i.e. stopped/started).
   Swift_Events_TransportChangeListener in file TransportChangeListener.php, class Swift_Events_TransportChangeListener
    Listens for changes within the Transport system.
   Swift_Events_TransportExceptionEvent in file TransportExceptionEvent.php, class Swift_Events_TransportExceptionEvent
    Generated when a TransportException is thrown from the Transport system.
   Swift_Events_TransportExceptionListener in file TransportExceptionListener.php, class Swift_Events_TransportExceptionListener
    Listens for Exceptions thrown from within the Transport system.
   Swift_FailoverTransport in file FailoverTransport.php, class Swift_FailoverTransport
    Contains a list of redundant Transports so when one fails, the next is used.
   Swift_FileStream in file FileStream.php, class Swift_FileStream
    An OutputByteStream which specifically reads from a file.
   Swift_Filterable in file Filterable.php, class Swift_Filterable
    Allows StreamFilters to operate on a stream.
   Swift_Image in file Image.php, class Swift_Image
    An image, embedded in a multipart message.
   Swift_InputByteStream in file InputByteStream.php, class Swift_InputByteStream
    An abstract means of writing data.
   Swift_IoException in file IoException.php, class Swift_IoException
    I/O Exception class.
   Swift_KeyCache in file KeyCache.php, class Swift_KeyCache
    Provides a mechanism for storing data using two keys.
   Swift_KeyCache_ArrayKeyCache in file ArrayKeyCache.php, class Swift_KeyCache_ArrayKeyCache
    A basic KeyCache backed by an array.
   Swift_KeyCache_DiskKeyCache in file DiskKeyCache.php, class Swift_KeyCache_DiskKeyCache
    A KeyCache which streams to and from disk.
   Swift_KeyCache_KeyCacheInputStream in file KeyCacheInputStream.php, class Swift_KeyCache_KeyCacheInputStream
    Writes data to a KeyCache using a stream.
   Swift_KeyCache_NullKeyCache in file NullKeyCache.php, class Swift_KeyCache_NullKeyCache
    A null KeyCache that does not cache at all.
   Swift_KeyCache_SimpleKeyCacheInputStream in file SimpleKeyCacheInputStream.php, class Swift_KeyCache_SimpleKeyCacheInputStream
    Writes data to a KeyCache using a stream.
   Swift_LoadBalancedTransport in file LoadBalancedTransport.php, class Swift_LoadBalancedTransport
    Redudantly and rotationally uses several Transport implementations when sending.
   Swift_Mailer in file Mailer.php, class Swift_Mailer
    Swift Mailer class.
   Swift_Mailer_ArrayRecipientIterator in file ArrayRecipientIterator.php, class Swift_Mailer_ArrayRecipientIterator
    Wraps a standard PHP array in an interator.
   Swift_Mailer_RecipientIterator in file RecipientIterator.php, class Swift_Mailer_RecipientIterator
    Provides an abstract way of specifying recipients for batch sending.
   Swift_MailTransport in file MailTransport.php, class Swift_MailTransport
    Sends Messages using the mail() function.
   Swift_Message in file Message.php, class Swift_Message
    The Message class for building emails.
   Swift_MimePart in file MimePart.php, class Swift_MimePart
    A MIME part, in a multipart message.
   Swift_Mime_Attachment in file Attachment.php, class Swift_Mime_Attachment
    An attachment, in a multipart message.
   Swift_Mime_CharsetObserver in file CharsetObserver.php, class Swift_Mime_CharsetObserver
    Observes changes in an Mime entity's character set.
   Swift_Mime_ContentEncoder in file ContentEncoder.php, class Swift_Mime_ContentEncoder
    Interface for all Transfer Encoding schemes.
   Swift_Mime_ContentEncoder_Base64ContentEncoder in file Base64ContentEncoder.php, class Swift_Mime_ContentEncoder_Base64ContentEncoder
    Handles Base 64 Transfer Encoding in Swift Mailer.
   Swift_Mime_ContentEncoder_PlainContentEncoder in file PlainContentEncoder.php, class Swift_Mime_ContentEncoder_PlainContentEncoder
    Handles binary/7/8-bit Transfer Encoding in Swift Mailer.
   Swift_Mime_ContentEncoder_QpContentEncoder in file QpContentEncoder.php, class Swift_Mime_ContentEncoder_QpContentEncoder
    Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.
   Swift_Mime_EmbeddedFile in file EmbeddedFile.php, class Swift_Mime_EmbeddedFile
    An embedded file, in a multipart message.
   Swift_Mime_EncodingObserver in file EncodingObserver.php, class Swift_Mime_EncodingObserver
    Observes changes for a Mime entity's ContentEncoder.
   Swift_Mime_Header in file Header.php, class Swift_Mime_Header
    A MIME Header.
   Swift_Mime_HeaderEncoder in file HeaderEncoder.php, class Swift_Mime_HeaderEncoder
    Interface for all Header Encoding schemes.
   Swift_Mime_HeaderEncoder_Base64HeaderEncoder in file Base64HeaderEncoder.php, class Swift_Mime_HeaderEncoder_Base64HeaderEncoder
    Handles Base64 (B) Header Encoding in Swift Mailer.
   Swift_Mime_HeaderEncoder_QpHeaderEncoder in file QpHeaderEncoder.php, class Swift_Mime_HeaderEncoder_QpHeaderEncoder
    Handles Quoted Printable (Q) Header Encoding in Swift Mailer.
   Swift_Mime_HeaderFactory in file HeaderFactory.php, class Swift_Mime_HeaderFactory
    Creates MIME headers.
   Swift_Mime_HeaderSet in file HeaderSet.php, class Swift_Mime_HeaderSet
    A collection of MIME headers.
   Swift_Mime_Headers_AbstractHeader in file AbstractHeader.php, class Swift_Mime_Headers_AbstractHeader
    An abstract base MIME Header.
   Swift_Mime_Headers_DateHeader in file DateHeader.php, class Swift_Mime_Headers_DateHeader
    A Date MIME Header for Swift Mailer.
   Swift_Mime_Headers_IdentificationHeader in file IdentificationHeader.php, class Swift_Mime_Headers_IdentificationHeader
    An ID MIME Header for something like Message-ID or Content-ID.
   Swift_Mime_Headers_MailboxHeader in file MailboxHeader.php, class Swift_Mime_Headers_MailboxHeader
    A Mailbox Address MIME Header for something like From or Sender.
   Swift_Mime_Headers_ParameterizedHeader in file ParameterizedHeader.php, class Swift_Mime_Headers_ParameterizedHeader
    An abstract base MIME Header.
   Swift_Mime_Headers_PathHeader in file PathHeader.php, class Swift_Mime_Headers_PathHeader
    A Path Header in Swift Mailer, such a Return-Path.
   Swift_Mime_Headers_UnstructuredHeader in file UnstructuredHeader.php, class Swift_Mime_Headers_UnstructuredHeader
    A Simple MIME Header.
   Swift_Mime_Message in file Message.php, class Swift_Mime_Message
    A Message (RFC 2822) object.
   Swift_Mime_MimeEntity in file MimeEntity.php, class Swift_Mime_MimeEntity
    A MIME entity, such as an attachment.
   Swift_Mime_MimePart in file MimePart.php, class Swift_Mime_MimePart
    A MIME part, in a multipart message.
   Swift_Mime_ParameterizedHeader in file ParameterizedHeader.php, class Swift_Mime_ParameterizedHeader
    A MIME Header with parameters.
   Swift_Mime_SimpleHeaderFactory in file SimpleHeaderFactory.php, class Swift_Mime_SimpleHeaderFactory
    Creates MIME headers.
   Swift_Mime_SimpleHeaderSet in file SimpleHeaderSet.php, class Swift_Mime_SimpleHeaderSet
    A collection of MIME headers.
   Swift_Mime_SimpleMessage in file SimpleMessage.php, class Swift_Mime_SimpleMessage
    The default email message class.
   Swift_Mime_SimpleMimeEntity in file SimpleMimeEntity.php, class Swift_Mime_SimpleMimeEntity
    A MIME entity, in a multipart message.
   Swift_OutputByteStream in file OutputByteStream.php, class Swift_OutputByteStream
    An abstract means of reading data.
   Swift_Plugins_AntiFloodPlugin in file AntiFloodPlugin.php, class Swift_Plugins_AntiFloodPlugin
    Reduces network flooding when sending large amounts of mail.
   Swift_Plugins_BandwidthMonitorPlugin in file BandwidthMonitorPlugin.php, class Swift_Plugins_BandwidthMonitorPlugin
    Reduces network flooding when sending large amounts of mail.
   Swift_Plugins_DecoratorPlugin in file DecoratorPlugin.php, class Swift_Plugins_DecoratorPlugin
    Allows customization of Messages on-the-fly.
   Swift_Plugins_Decorator_Replacements in file Replacements.php, class Swift_Plugins_Decorator_Replacements
    Allows customization of Messages on-the-fly.
   Swift_Plugins_Logger in file Logger.php, class Swift_Plugins_Logger
    Logs events in the Transport system.
   Swift_Plugins_LoggerPlugin in file LoggerPlugin.php, class Swift_Plugins_LoggerPlugin
    Does real time logging of Transport level information.
   Swift_Plugins_Loggers_ArrayLogger in file ArrayLogger.php, class Swift_Plugins_Loggers_ArrayLogger
    Logs to an Array backend.
   Swift_Plugins_Loggers_EchoLogger in file EchoLogger.php, class Swift_Plugins_Loggers_EchoLogger
    Prints all log messages in real time.
   Swift_Plugins_PopBeforeSmtpPlugin in file PopBeforeSmtpPlugin.php, class Swift_Plugins_PopBeforeSmtpPlugin
    Makes sure a connection to a POP3 host has been established prior to connecting to SMTP.
   Swift_Plugins_Pop_Pop3Connection in file Pop3Connection.php, class Swift_Plugins_Pop_Pop3Connection
    Pop3Connection interface for connecting and disconnecting to a POP3 host.
   Swift_Plugins_Pop_Pop3Exception in file Pop3Exception.php, class Swift_Plugins_Pop_Pop3Exception
    Pop3Exception thrown when an error occurs connecting to a POP3 host.
   Swift_Plugins_Reporter in file Reporter.php, class Swift_Plugins_Reporter
    The Reporter plugin sends pass/fail notification to a Reporter.
   Swift_Plugins_ReporterPlugin in file ReporterPlugin.php, class Swift_Plugins_ReporterPlugin
    Does real time reporting of pass/fail for each recipient.
   Swift_Plugins_Reporters_HitReporter in file HitReporter.php, class Swift_Plugins_Reporters_HitReporter
    A reporter which "collects" failures for the Reporter plugin.
   Swift_Plugins_Reporters_HtmlReporter in file HtmlReporter.php, class Swift_Plugins_Reporters_HtmlReporter
    A HTML output reporter for the Reporter plugin.
   Swift_Plugins_Sleeper in file Sleeper.php, class Swift_Plugins_Sleeper
    Sleeps for a duration of time.
   Swift_Plugins_ThrottlerPlugin in file ThrottlerPlugin.php, class Swift_Plugins_ThrottlerPlugin
    Throttles the rate at which emails are sent.
   Swift_Plugins_Timer in file Timer.php, class Swift_Plugins_Timer
    Provides timestamp data.
   Swift_ReplacementFilterFactory in file ReplacementFilterFactory.php, class Swift_ReplacementFilterFactory
    Creates StreamFilters.
   Swift_RfcComplianceException in file RfcComplianceException.php, class Swift_RfcComplianceException
    RFC Compliance Exception class.
   Swift_SendmailTransport in file SendmailTransport.php, class Swift_SendmailTransport
    SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
   Swift_SmtpTransport in file SmtpTransport.php, class Swift_SmtpTransport
    Sends Messages over SMTP with ESMTP support.
   Swift_StreamFilter in file StreamFilter.php, class Swift_StreamFilter
    Processes bytes as they pass through a stream and performs filtering.
   Swift_StreamFilters_ByteArrayReplacementFilter in file ByteArrayReplacementFilter.php, class Swift_StreamFilters_ByteArrayReplacementFilter
    Processes bytes as they pass through a buffer and replaces sequences in it.
   Swift_StreamFilters_StringReplacementFilter in file StringReplacementFilter.php, class Swift_StreamFilters_StringReplacementFilter
    Processes bytes as they pass through a buffer and replaces sequences in it.
   Swift_StreamFilters_StringReplacementFilterFactory in file StringReplacementFilterFactory.php, class Swift_StreamFilters_StringReplacementFilterFactory
    Creates filters for replacing needles in a string buffer.
   Swift_SwiftException in file SwiftException.php, class Swift_SwiftException
    Base Exception class.
   Swift_Transport in file Transport.php, class Swift_Transport
    Sends Messages via an abstract Transport subsystem.
   Swift_TransportException in file TransportException.php, class Swift_TransportException
    TransportException thrown when an error occurs in the Transport subsystem.
   Swift_Transport_AbstractSmtpTransport in file AbstractSmtpTransport.php, class Swift_Transport_AbstractSmtpTransport
    Sends Messages over SMTP.
   Swift_Transport_EsmtpHandler in file EsmtpHandler.php, class Swift_Transport_EsmtpHandler
    An ESMTP handler.
   Swift_Transport_EsmtpTransport in file EsmtpTransport.php, class Swift_Transport_EsmtpTransport
    Sends Messages over SMTP with ESMTP support.
   Swift_Transport_Esmtp_Authenticator in file Authenticator.php, class Swift_Transport_Esmtp_Authenticator
    An Authentication mechanism.
   Swift_Transport_Esmtp_AuthHandler in file AuthHandler.php, class Swift_Transport_Esmtp_AuthHandler
    An ESMTP handler for AUTH support.
   Swift_Transport_Esmtp_Auth_CramMd5Authenticator in file CramMd5Authenticator.php, class Swift_Transport_Esmtp_Auth_CramMd5Authenticator
    Handles CRAM-MD5 authentication.
   Swift_Transport_Esmtp_Auth_LoginAuthenticator in file LoginAuthenticator.php, class Swift_Transport_Esmtp_Auth_LoginAuthenticator
    Handles LOGIN authentication.
   Swift_Transport_Esmtp_Auth_PlainAuthenticator in file PlainAuthenticator.php, class Swift_Transport_Esmtp_Auth_PlainAuthenticator
    Handles PLAIN authentication.
   Swift_Transport_FailoverTransport in file FailoverTransport.php, class Swift_Transport_FailoverTransport
    Contains a list of redundant Transports so when one fails, the next is used.
   Swift_Transport_IoBuffer in file IoBuffer.php, class Swift_Transport_IoBuffer
    Buffers input and output to a resource.
   Swift_Transport_LoadBalancedTransport in file LoadBalancedTransport.php, class Swift_Transport_LoadBalancedTransport
    Redudantly and rotationally uses several Transports when sending.
   Swift_Transport_MailInvoker in file MailInvoker.php, class Swift_Transport_MailInvoker
    This interface intercepts calls to the mail() function.
   Swift_Transport_MailTransport in file MailTransport.php, class Swift_Transport_MailTransport
    Sends Messages using the mail() function.
   Swift_Transport_SendmailTransport in file SendmailTransport.php, class Swift_Transport_SendmailTransport
    SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.
   Swift_Transport_SimpleMailInvoker in file SimpleMailInvoker.php, class Swift_Transport_SimpleMailInvoker
    This is the implementation class for Swift_Transport_MailInvoker.
   Swift_Transport_SmtpAgent in file SmtpAgent.php, class Swift_Transport_SmtpAgent
    Wraps an IoBuffer to send/receive SMTP commands/responses.
   Swift_Transport_StreamBuffer in file StreamBuffer.php, class Swift_Transport_StreamBuffer
    A generic IoBuffer implementation supporting remote sockets and local processes.
   SimpleCharacterReaderFactory.php procedural page SimpleCharacterReaderFactory.php
   SendEvent.php procedural page SendEvent.php
   SendListener.php procedural page SendListener.php
   SimpleEventDispatcher.php procedural page SimpleEventDispatcher.php
   SimpleKeyCacheInputStream.php procedural page SimpleKeyCacheInputStream.php
   SimpleHeaderFactory.php procedural page SimpleHeaderFactory.php
   SimpleHeaderSet.php procedural page SimpleHeaderSet.php
   SimpleMessage.php procedural page SimpleMessage.php
   SimpleMimeEntity.php procedural page SimpleMimeEntity.php
   Sleeper.php procedural page Sleeper.php
   SendmailTransport.php procedural page SendmailTransport.php
   SmtpTransport.php procedural page SmtpTransport.php
   StreamFilter.php procedural page StreamFilter.php
   StringReplacementFilter.php procedural page StringReplacementFilter.php
   StringReplacementFilterFactory.php procedural page StringReplacementFilterFactory.php
   SwiftException.php procedural page SwiftException.php
   SendmailTransport.php procedural page SendmailTransport.php
   SimpleMailInvoker.php procedural page SimpleMailInvoker.php
   SmtpAgent.php procedural page SmtpAgent.php
   StreamBuffer.php procedural page StreamBuffer.php
   Swift.php procedural page Swift.php
t   top
   $transport in file YiiMail.php, variable YiiMail::$transport
   $transportOptions in file YiiMail.php, variable YiiMail::$transportOptions
   $transportType in file YiiMail.php, variable YiiMail::$transportType
   terminate in file IoBuffer.php, method Swift_Transport_IoBuffer::terminate()
    Perform any shutdown logic needed.
   terminate in file StreamBuffer.php, method Swift_Transport_StreamBuffer::terminate()
    Perform any shutdown logic needed.
   toByteStream in file MimeEntity.php, method Swift_Mime_MimeEntity::toByteStream()
    Get this entire entity as a ByteStream.
   toByteStream in file SimpleMessage.php, method Swift_Mime_SimpleMessage::toByteStream()
    Write this message to a Swift_InputByteStream.
   toByteStream in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::toByteStream()
    Write this entire entity to a Swift_InputByteStream.
   tokenNeedsEncoding in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::tokenNeedsEncoding()
    Test if a token needs to be encoded or not.
   toString in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::toString()
    Get this entire entity as a string.
   toString in file HeaderSet.php, method Swift_Mime_HeaderSet::toString()
    Returns a string with a representation of all headers.
   toString in file SimpleMessage.php, method Swift_Mime_SimpleMessage::toString()
    Get this message as a complete string.
   toString in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::toString()
    Returns a string with a representation of all headers.
   toString in file MimeEntity.php, method Swift_Mime_MimeEntity::toString()
    Get this entire entity in its string form.
   toString in file Header.php, method Swift_Mime_Header::toString()
    Get this Header rendered as a compliant string.
   toString in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::toString()
    Get this Header rendered as a RFC 2822 compliant string.
   toTokens in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::toTokens()
    Generate a list of all tokens in the final header.
   toTokens in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::toTokens()
    Generate a list of all tokens in the final header.
   transportStarted in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::transportStarted()
    Not used.
   transportStarted in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::transportStarted()
    Invoked immediately after the Transport is started.
   transportStarted in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::transportStarted()
    Invoked immediately after the Transport is started.
   transportStopped in file TransportChangeListener.php, method Swift_Events_TransportChangeListener::transportStopped()
    Invoked immediately after the Transport is stopped.
   transportStopped in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::transportStopped()
    Not used.
   transportStopped in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::transportStopped()
    Invoked immediately after the Transport is stopped.
   TYPE_ALIAS in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_ALIAS
    Constant for aliases
   TYPE_DATE in file Header.php, class constant Swift_Mime_Header::TYPE_DATE
    Date and time headers
   TYPE_ID in file Header.php, class constant Swift_Mime_Header::TYPE_ID
    Identification headers
   TYPE_INSTANCE in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_INSTANCE
    Constant for new instance types
   TYPE_MAILBOX in file Header.php, class constant Swift_Mime_Header::TYPE_MAILBOX
    Mailbox and address headers
   TYPE_PARAMETERIZED in file Header.php, class constant Swift_Mime_Header::TYPE_PARAMETERIZED
    Parameterized headers (text + params)
   TYPE_PATH in file Header.php, class constant Swift_Mime_Header::TYPE_PATH
    Address path headers
   TYPE_PROCESS in file IoBuffer.php, class constant Swift_Transport_IoBuffer::TYPE_PROCESS
    A process buffer with I/O support
   TYPE_SHARED in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_SHARED
    Constant for shared instance types
   TYPE_SOCKET in file IoBuffer.php, class constant Swift_Transport_IoBuffer::TYPE_SOCKET
    A socket buffer over TCP
   TYPE_TEXT in file Header.php, class constant Swift_Mime_Header::TYPE_TEXT
    Text headers
   TYPE_VALUE in file DependencyContainer.php, class constant Swift_DependencyContainer::TYPE_VALUE
    Constant for literal value types
   TransportChangeEvent.php procedural page TransportChangeEvent.php
   TransportChangeListener.php procedural page TransportChangeListener.php
   TransportExceptionEvent.php procedural page TransportExceptionEvent.php
   TransportExceptionListener.php procedural page TransportExceptionListener.php
   ThrottlerPlugin.php procedural page ThrottlerPlugin.php
   Timer.php procedural page Timer.php
   Transport.php procedural page Transport.php
   TransportException.php procedural page TransportException.php
u   top
   unbind in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::unbind()
    Not used.
   unbind in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::unbind()
    Remove an already bound stream.
   unbind in file InputByteStream.php, method Swift_InputByteStream::unbind()
    Remove an already bound stream.
   unbind in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::unbind()
    Remove an already bound stream.
   unbind in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::unbind()
    Remove an already bound stream.
   UsAsciiReader.php procedural page UsAsciiReader.php
   Utf8Reader.php procedural page Utf8Reader.php
   UnstructuredHeader.php procedural page UnstructuredHeader.php
v   top
   $view in file YiiMailMessage.php, variable YiiMailMessage::$view
   $viewPath in file YiiMail.php, variable YiiMail::$viewPath
   validateByteSequence in file Utf8Reader.php, method Swift_CharacterReader_Utf8Reader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
   validateByteSequence in file UsAsciiReader.php, method Swift_CharacterReader_UsAsciiReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
   validateByteSequence in file CharacterReader.php, method Swift_CharacterReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
   validateByteSequence in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::validateByteSequence()
    Returns an integer which specifies how many more bytes to read.
   VERSION in file Swift.php, class constant Swift::VERSION
    Swift Mailer Version number generated during dist release process
w   top
   withDependencies in file DependencyContainer.php, method Swift_DependencyContainer::withDependencies()
    Specify a list of injected dependencies for the previously registered item.
   write in file InputByteStream.php, method Swift_InputByteStream::write()
    Writes $bytes to the end of the stream.
   write in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::write()
    Writes $bytes to the end of the stream.
   write in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::write()
   write in file CharacterStream.php, method Swift_CharacterStream::write()
    Write $chars to the end of the stream.
   write in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::write()
    Writes $bytes to the end of the stream.
   write in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::write()
    Write $chars to the end of the stream.
   write in file BandwidthMonitorPlugin.php, method Swift_Plugins_BandwidthMonitorPlugin::write()
    Called when a message is sent so that the outgoing counter can be increased.
   write in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::write()
    Writes $bytes to the end of the stream.
y   top
   YiiMail in file YiiMail.php, class YiiMail
    YiiMail is an application component used for sending email.
   YiiMail.php procedural page YiiMail.php
   YiiMailMessage in file YiiMailMessage.php, class YiiMailMessage
    Any requests to set or get attributes or call methods on this class that are not found in that class are redirected to the Swift_Mime_Message object.
   YiiMailMessage.php procedural page YiiMailMessage.php
_   top
   $_buffer in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_buffer
    Input-Output buffer for sending/receiving SMTP commands and responses
   $_charStream in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_charStream
    The CharacterStream used for reading characters (as opposed to bytes).
   $_domain in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_domain
    The domain name to use in HELO command
   $_eventDispatcher in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_eventDispatcher
    The event dispatching layer
   $_filter in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_filter
    A filter used if input should be canonicalized.
   $_qpMap in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_qpMap
    Pre-computed QP for HUGE optmization.
   $_safeMap in file QpEncoder.php, variable Swift_Encoder_QpEncoder::$_safeMap
    A map of non-encoded ascii characters.
   $_started in file AbstractSmtpTransport.php, variable Swift_Transport_AbstractSmtpTransport::$_started
    Connection status
   $_transports in file LoadBalancedTransport.php, variable Swift_Transport_LoadBalancedTransport::$_transports
    The Transports which are used in rotation.
   $_userCharset in file MimePart.php, variable Swift_Mime_MimePart::$_userCharset
    The charset last specified by the user
   $_userContentType in file SimpleMimeEntity.php, variable Swift_Mime_SimpleMimeEntity::$_userContentType
   $_userDelSp in file MimePart.php, variable Swift_Mime_MimePart::$_userDelSp
    The delsp parameter last specified by the user
   $_userFormat in file MimePart.php, variable Swift_Mime_MimePart::$_userFormat
    The format parameter last specified by the user
   _assertResponseCode in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_assertResponseCode()
    Throws an Exception if a response code is incorrect
   _clearCache in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_clearCache()
    Empty the KeyCache for this entity.
   _commit in file FileByteStream.php, method Swift_ByteStream_FileByteStream::_commit()
    Just write the bytes to the file
   _commit in file StreamBuffer.php, method Swift_Transport_StreamBuffer::_commit()
    Write this bytes to the stream
   _commit in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::_commit()
    Commit the given bytes to the storage medium immediately.
   _doDataCommand in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doDataCommand()
    Send the DATA command
   _doHeloCommand in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doHeloCommand()
    Send the HELO welcome
   _doHeloCommand in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doHeloCommand()
    Overridden to perform EHLO instead
   _doMailFromCommand in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doMailFromCommand()
    Send the MAIL FROM command
   _doMailFromCommand in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doMailFromCommand()
    Overridden to add Extension support
   _doRcptToCommand in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_doRcptToCommand()
    Overridden to add Extension support
   _doRcptToCommand in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_doRcptToCommand()
    Send the RCPT TO command
   _encodeByteSequence in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::_encodeByteSequence()
    Encode the given byte array into a verbatim QP form.
   _encodeByteSequence in file QpEncoder.php, method Swift_Encoder_QpEncoder::_encodeByteSequence()
    Encode the given byte array into a verbatim QP form.
   _fixHeaders in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_fixHeaders()
    Re-evaluate what content type and encoding should be used on this entity.
   _fixHeaders in file MimePart.php, method Swift_Mime_MimePart::_fixHeaders()
    Fix the content-type and encoding of this entity
   _flush in file FileByteStream.php, method Swift_ByteStream_FileByteStream::_flush()
    Not used
   _flush in file AbstractFilterableInputStream.php, method Swift_ByteStream_AbstractFilterableInputStream::_flush()
    Flush any buffers/content with immediate effect.
   _flush in file StreamBuffer.php, method Swift_Transport_StreamBuffer::_flush()
    Flush the stream contents
   _getAuthenticatorsForAgent in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::_getAuthenticatorsForAgent()
    Returns the authenticator list for the given agent.
   _getBufferParams in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::_getBufferParams()
    Get the params to initialize the buffer
   _getBufferParams in file SendmailTransport.php, method Swift_Transport_SendmailTransport::_getBufferParams()
    Get the params to initialize the buffer
   _getBufferParams in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getBufferParams()
    Return an array of params for the Buffer
   _getCache in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getCache()
    Get the KeyCache used in this entity.
   _getFullResponse in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getFullResponse()
    Get an entire multi-line response using its sequence number
   _getHeaderFieldModel in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getHeaderFieldModel()
    Get the model data (usually an array or a string) for $field.
   _getHeaderParameter in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getHeaderParameter()
    Get the parameter value of $parameter on $field header.
   _getIdField in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_getIdField()
    Get the name of the header that provides the ID of this entity
   _getIdField in file SimpleMessage.php, method Swift_Mime_SimpleMessage::_getIdField()
   _getNextTransport in file FailoverTransport.php, method Swift_Transport_FailoverTransport::_getNextTransport()
   _getNextTransport in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::_getNextTransport()
    Rotates the transport list around and returns the first instance.
   _getReversePath in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_getReversePath()
    Determine the best-use reverse path for this message
   _killCurrentTransport in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::_killCurrentTransport()
    Tag the currently used (top of stack) transport as dead/useless.
   _killCurrentTransport in file FailoverTransport.php, method Swift_Transport_FailoverTransport::_killCurrentTransport()
   _nextSequence in file QpEncoder.php, method Swift_Encoder_QpEncoder::_nextSequence()
    Get the next sequence of bytes to read from the char stream.
   _readGreeting in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_readGreeting()
    Read the opening SMTP greeting
   _setHeaderFieldModel in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_setHeaderFieldModel()
    Set the model data for $field.
   _setHeaderParameter in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::_setHeaderParameter()
    Set the parameter value of $parameter on $field header.
   _setNestingLevel in file MimePart.php, method Swift_Mime_MimePart::_setNestingLevel()
    Set the nesting level of this entity
   _standardize in file QpEncoder.php, method Swift_Encoder_QpEncoder::_standardize()
    Make sure CRLF is correct and HT/SPACE are in valid places.
   _streamMessage in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_streamMessage()
    Stream the contents of the message over the buffer
   _throwException in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::_throwException()
    Throw a TransportException, first sending it to any listeners
   __call in file YiiMailMessage.php, method YiiMailMessage::__call()
    Any requests to set or get attributes or call methods on this class that are not found are redirected to the Swift_Mime_Message object.
   __call in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::__call()
    Mixin handling method for ESMTP handlers
   __clone in file KeyCacheInputStream.php, method Swift_KeyCache_KeyCacheInputStream::__clone()
    Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
   __clone in file SimpleKeyCacheInputStream.php, method Swift_KeyCache_SimpleKeyCacheInputStream::__clone()
    Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
   __construct in file ResponseEvent.php, method Swift_Events_ResponseEvent::__construct()
    Create a new ResponseEvent for $source and $response.
   __construct in file QpEncoder.php, method Swift_Encoder_QpEncoder::__construct()
    Creates a new QpEncoder for the given CharacterStream.
   __construct in file Rfc2231Encoder.php, method Swift_Encoder_Rfc2231Encoder::__construct()
    Creates a new Rfc2231Encoder using the given character stream instance.
   __construct in file QpHeaderEncoder.php, method Swift_Mime_HeaderEncoder_QpHeaderEncoder::__construct()
    Creates a new QpHeaderEncoder for the given CharacterStream.
   __construct in file ReporterPlugin.php, method Swift_Plugins_ReporterPlugin::__construct()
    Create a new ReporterPlugin using $reporter.
   __construct in file SimpleMessage.php, method Swift_Mime_SimpleMessage::__construct()
    Create a new SimpleMessage with $headers, $encoder and $cache.
   __construct in file SwiftException.php, method Swift_SwiftException::__construct()
    Create a new SwiftException with $message.
   __construct in file StringReplacementFilter.php, method Swift_StreamFilters_StringReplacementFilter::__construct()
    Create a new StringReplacementFilter with $search and $replace.
   __construct in file StreamBuffer.php, method Swift_Transport_StreamBuffer::__construct()
    Create a new StreamBuffer using $replacementFactory for transformations.
   __construct in file ThrottlerPlugin.php, method Swift_Plugins_ThrottlerPlugin::__construct()
    Create a new ThrottlerPlugin.
   __construct in file TransportException.php, method Swift_TransportException::__construct()
    Create a new TransportException with $message.
   __construct in file YiiMailMessage.php, method YiiMailMessage::__construct()
    You may optionally set some message info using the paramaters of this constructor.
   __construct in file UnstructuredHeader.php, method Swift_Mime_Headers_UnstructuredHeader::__construct()
    Creates a new SimpleHeader with $name.
   __construct in file TransportExceptionEvent.php, method Swift_Events_TransportExceptionEvent::__construct()
    Create a new TransportExceptionEvent for $transport.
   __construct in file SmtpTransport.php, method Swift_SmtpTransport::__construct()
    Create a new SmtpTransport, optionally with $host, $port and $security.
   __construct in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__construct()
    Create a new SimpleMimeEntity with $headers, $encoder and $cache.
   __construct in file SendmailTransport.php, method Swift_Transport_SendmailTransport::__construct()
    Create a new SendmailTransport with $buf for I/O.
   __construct in file SendmailTransport.php, method Swift_SendmailTransport::__construct()
    Create a new SendmailTransport, optionally using $command for sending.
   __construct in file SendEvent.php, method Swift_Events_SendEvent::__construct()
    Create a new SendEvent for $source and $message.
   __construct in file SimpleCharacterReaderFactory.php, method Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::__construct()
    Creates a new CharacterReaderFactory.
   __construct in file SimpleEventDispatcher.php, method Swift_Events_SimpleEventDispatcher::__construct()
    Create a new EventDispatcher.
   __construct in file QpContentEncoder.php, method Swift_Mime_ContentEncoder_QpContentEncoder::__construct()
    Creates a new QpContentEncoder for the given CharacterStream.
   __construct in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::__construct()
    Create a new SimpleHeaderSet with the given $factory.
   __construct in file SimpleHeaderFactory.php, method Swift_Mime_SimpleHeaderFactory::__construct()
    Creates a new SimpleHeaderFactory using $encoder and $paramEncoder.
   __construct in file RfcComplianceException.php, method Swift_RfcComplianceException::__construct()
    Create a new RfcComplianceException with $message.
   __construct in file MailTransport.php, method Swift_MailTransport::__construct()
    Create a new MailTransport, optionally specifying $extraParams.
   __construct in file DependencyContainer.php, method Swift_DependencyContainer::__construct()
    Constructor should not be used.
   __construct in file DecoratorPlugin.php, method Swift_Plugins_DecoratorPlugin::__construct()
    Create a new DecoratorPlugin with $replacements.
   __construct in file DateHeader.php, method Swift_Mime_Headers_DateHeader::__construct()
    Creates a new DateHeader with $name and $timestamp.
   __construct in file CommandEvent.php, method Swift_Events_CommandEvent::__construct()
    Create a new CommandEvent for $source with $command.
   __construct in file DependencyException.php, method Swift_DependencyException::__construct()
    Create a new DependencyException with $message.
   __construct in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::__construct()
    Create a new DiskKeyCache with the given $stream for cloning to make InputByteStreams, and the given $path to save to.
   __construct in file EmbeddedFile.php, method Swift_Mime_EmbeddedFile::__construct()
    Creates a new Attachment with $headers and $encoder.
   __construct in file PopBeforeSmtpPlugin.php, method Swift_Plugins_PopBeforeSmtpPlugin::__construct()
    Create a new PopBeforeSmtpPlugin for $host and $port.
   __construct in file EmbeddedFile.php, method Swift_EmbeddedFile::__construct()
    Create a new EmbeddedFile.
   __construct in file EchoLogger.php, method Swift_Plugins_Loggers_EchoLogger::__construct()
    Create a new EchoLogger.
   __construct in file ByteArrayReplacementFilter.php, method Swift_StreamFilters_ByteArrayReplacementFilter::__construct()
    Create a new ByteArrayReplacementFilter with $search and $replace.
   __construct in file AuthHandler.php, method Swift_Transport_Esmtp_AuthHandler::__construct()
    Create a new AuthHandler with $authenticators for support.
   __construct in file ArrayCharacterStream.php, method Swift_CharacterStream_ArrayCharacterStream::__construct()
    Create a new CharacterStream with the given $chars, if set.
   __construct in file ArrayByteStream.php, method Swift_ByteStream_ArrayByteStream::__construct()
    Create a new ArrayByteStream.
   __construct in file AntiFloodPlugin.php, method Swift_Plugins_AntiFloodPlugin::__construct()
    Create a new AntiFloodPlugin with $threshold and $sleep time.
   __construct in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::__construct()
    Creates a new EsmtpTransport using the given I/O buffer.
   __construct in file ArrayKeyCache.php, method Swift_KeyCache_ArrayKeyCache::__construct()
    Create a new ArrayKeyCache with the given $stream for cloning to make InputByteStreams.
   __construct in file ArrayLogger.php, method Swift_Plugins_Loggers_ArrayLogger::__construct()
    Create a new ArrayLogger with a maximum of $size entries.
   __construct in file Attachment.php, method Swift_Attachment::__construct()
    Create a new Attachment.
   __construct in file Attachment.php, method Swift_Mime_Attachment::__construct()
    Create a new Attachment with $headers, $encoder and $cache.
   __construct in file ArrayRecipientIterator.php, method Swift_Mailer_ArrayRecipientIterator::__construct()
    Create a new ArrayRecipientIterator from $recipients.
   __construct in file EventObject.php, method Swift_Events_EventObject::__construct()
    Create a new EventObject originating at $source.
   __construct in file EsmtpTransport.php, method Swift_Transport_EsmtpTransport::__construct()
    Creates a new EsmtpTransport using the given I/O buffer.
   __construct in file Message.php, method Swift_Message::__construct()
    Create a new Message.
   __construct in file MimePart.php, method Swift_MimePart::__construct()
    Create a new MimePart.
   __construct in file MailTransport.php, method Swift_Transport_MailTransport::__construct()
    Create a new MailTransport with the $log.
   __construct in file Mailer.php, method Swift_Mailer::__construct()
    Create a new Mailer using $transport for delivery.
   __construct in file MailboxHeader.php, method Swift_Mime_Headers_MailboxHeader::__construct()
    Creates a new MailboxHeader with $name.
   __construct in file MimePart.php, method Swift_Mime_MimePart::__construct()
    Create a new MimePart with $headers, $encoder and $cache.
   __construct in file NgCharacterStream.php, method Swift_CharacterStream_NgCharacterStream::__construct()
    The constructor
   __construct in file Pop3Exception.php, method Swift_Plugins_Pop_Pop3Exception::__construct()
    Create a new Pop3Exception with $message.
   __construct in file PlainContentEncoder.php, method Swift_Mime_ContentEncoder_PlainContentEncoder::__construct()
    Creates a new PlainContentEncoder with $name (probably 7bit or 8bit).
   __construct in file PathHeader.php, method Swift_Mime_Headers_PathHeader::__construct()
    Creates a new PathHeader with the given $name.
   __construct in file ParameterizedHeader.php, method Swift_Mime_Headers_ParameterizedHeader::__construct()
    Creates a new ParameterizedHeader with $name.
   __construct in file LoadBalancedTransport.php, method Swift_LoadBalancedTransport::__construct()
    Creates a new LoadBalancedTransport with $transports.
   __construct in file LoggerPlugin.php, method Swift_Plugins_LoggerPlugin::__construct()
    Create a new LoggerPlugin using $logger.
   __construct in file FailoverTransport.php, method Swift_Transport_FailoverTransport::__construct()
    Creates a new FailoverTransport.
   __construct in file FailoverTransport.php, method Swift_FailoverTransport::__construct()
    Creates a new FailoverTransport with $transports.
   __construct in file GenericFixedWidthReader.php, method Swift_CharacterReader_GenericFixedWidthReader::__construct()
    Creates a new GenericFixedWidthReader using $width bytes per character.
   __construct in file IdentificationHeader.php, method Swift_Mime_Headers_IdentificationHeader::__construct()
    Creates a new IdentificationHeader with the given $name and $id.
   __construct in file Image.php, method Swift_Image::__construct()
    Create a new EmbeddedFile.
   __construct in file LoadBalancedTransport.php, method Swift_Transport_LoadBalancedTransport::__construct()
    Creates a new LoadBalancedTransport.
   __construct in file IoException.php, method Swift_IoException::__construct()
    Create a new IoException with $message.
   __construct in file FileByteStream.php, method Swift_ByteStream_FileByteStream::__construct()
    Create a new FileByteStream for $path.
   __destruct in file AbstractSmtpTransport.php, method Swift_Transport_AbstractSmtpTransport::__destruct()
    Destructor.
   __destruct in file DiskKeyCache.php, method Swift_KeyCache_DiskKeyCache::__destruct()
    Destructor.
   __destruct in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__destruct()
    Empties it's own contents from the cache.
   __get in file YiiMailMessage.php, method YiiMailMessage::__get()
    Any requests to set or get attributes or call methods on this class that are not found are redirected to the Swift_Mime_Message object.
   __set in file YiiMailMessage.php, method YiiMailMessage::__set()
    Any requests to set or get attributes or call methods on this class that are not found are redirected to the Swift_Mime_Message object.
   __toString in file AbstractHeader.php, method Swift_Mime_Headers_AbstractHeader::__toString()
    Returns a string representation of this object.
   __toString in file SimpleMessage.php, method Swift_Mime_SimpleMessage::__toString()
    Returns a string representation of this object.
   __toString in file SimpleHeaderSet.php, method Swift_Mime_SimpleHeaderSet::__toString()
    Returns a string representation of this object.
   __toString in file SimpleMimeEntity.php, method Swift_Mime_SimpleMimeEntity::__toString()
    Returns a string representation of this object.