Full index

Package indexes


$ a b c d e f g h i j l m n o p q r s t u w _
$
top
$PopB4Smtp$.php
$PopB4Smtp$.php in $PopB4Smtp$.php
a
top
add
add() in Log.php
Add a new entry to the log
add
Swift_Log_DefaultLog::add() in DefaultLog.php
Add a log entry
addAttachment
Add a new attachment to the message
addBcc
Swift_RecipientList::addBcc() in RecipientList.php
Add a Bcc: recipient
addBcc
EasySwift::addBcc() in EasySwift.php
Add Bcc: recipients to the email
addCc
Swift_RecipientList::addCc() in RecipientList.php
Add a Cc: recipient
addCc
EasySwift::addCc() in EasySwift.php
Add Cc: recipients to the email
addChild
Nest a child mime part in this document
addConnection
Add a connection to the list of options
addConnection
Add a connection to the list of options
addFailedRecipient
Add a failed recipient to the list
addFailedRecipient
Add a failed recipient to the list
addHeaders
EasySwift::addHeaders() in EasySwift.php
Add headers to the message
addImage
EasySwift::addImage() in EasySwift.php
Embed an image into the message and get the src attribute for HTML
addPart
EasySwift::addPart() in EasySwift.php
Add a new MIME part to the message
addRecipients
Add recipients to the email
addressChunk
Break a string apart at every occurence of <add@ress> and return an array This method does NOT remove any characters like a preg_split() would do.
addStream
Add a new output stream
addTo
EasySwift::addTo() in EasySwift.php
Add To: recipients to the email
addTo
Swift_RecipientList::addTo() in RecipientList.php
Add a To: recipient
assertCorrectResponse
Throws an exception if the response code wanted does not match the one returned
assertOk
Check if the response is a +OK response
attach
Attach a mime part or an attachment of some sort
attachAuthenticator
Add an authentication mechanism to authenticate with
attachPlugin
Add a new plugin to Swift
authenticate
EasySwift::authenticate() in EasySwift.php
Authenticate with SMTP authentication
autoFlush
EasySwift::autoFlush() in EasySwift.php
Turn automatic flsuhing on or off.
SAFE_LENGTH
Constant for safe line length in almost all places
Address.php
Address.php in Address.php
AddressContainer.php
AddressContainer.php in AddressContainer.php
Authenticator.php
Authenticator.php in Authenticator.php
Attachment.php
Attachment.php in Attachment.php
AntiFlood.php
AntiFlood.php in AntiFlood.php
b
top
base64Encode
Return the base64 encoded version of the string
base64EncodeFile
Return the base64 encoded version of a file
batchSend
Swift::batchSend() in Swift.php
Send a message to a batch of recipients.
beforeCommandSent
beforeCommandSent() in BeforeCommandListener.php
Executes just before Swift sends a command
beforeSendPerformed
Swift's BeforeSendEvent listener.
beforeSendPerformed
beforeSendPerformed() in BeforeSendListener.php
Executes just before Swift sends a message
build
Compile the list of headers which have been set and return an ascii string The return value should always be 7-bit ascii and will have been cleaned for header injection If this looks complicated it's probably because it is!! Keeping everything compliant is not easy.
build
Compile the entire MIME document into a string The returned string may be used in other documents if needed.
build
Swift_Address::build() in Address.php
Build the address the way it should be structured
buildAttributes
Build the list of attributes for appending to the given header This is RFC 2231 & 2047 compliant.
buildData
Get the data in the format suitable for sending
BadResponseException.php
BadResponseException.php in BadResponseException.php
BeforeCommandListener.php
BeforeCommandListener.php in BeforeCommandListener.php
BeforeSendListener.php
BeforeSendListener.php in BeforeSendListener.php
Base.php
Base.php in Base.php
Boundary.php
Boundary.php in Boundary.php
c
top
$className
Swift_CacheFactory::$className in CacheFactory.php
The name of the class which defines the cache
cbQPEncode
QP encoding callback method.
clear
Empty the log
clear
Clear the cached data (unlink)
clear
Clear the cached data (unset)
clear
clear() in Log.php
Empty the log contents
clear
Clear out the buffer for $key
close
EasySwift::close() in EasySwift.php
Close the connection to the MTA
close
Close the open handle on the file
command
Swift::command() in Swift.php
Execute a command against the service and get the response
command
EasySwift::command() in EasySwift.php
Send a command to Swift and get a response
commandSent
commandSent() in CommandListener.php
Executes when Swift sends a command
connect
Swift::connect() in Swift.php
Attempt to establish a connection with the service
connect
EasySwift::connect() in EasySwift.php
Connect to the MTA if not already connected
connectPerformed
connectPerformed() in ConnectListener.php
Executes when Swift initiates a connection
createHandle
Establish an open file handle on the file if the file is not yet opened
CRAMMD5.php
CRAMMD5.php in CRAMMD5.php
Cache.php
Cache.php in Cache.php
CacheFactory.php
CacheFactory.php in CacheFactory.php
ClassLoader.php
ClassLoader.php in ClassLoader.php
Connection.php
Connection.php in Connection.php
ConnectionBase.php
ConnectionBase.php in ConnectionBase.php
CommandEvent.php
CommandEvent.php in CommandEvent.php
CommandListener.php
CommandListener.php in CommandListener.php
ConnectEvent.php
ConnectEvent.php in ConnectEvent.php
ConnectListener.php
ConnectListener.php in ConnectListener.php
ConnectionRotator.php
ConnectionRotator.php in ConnectionRotator.php
d
top
detach
Remove a nested MIME part
disable
Disable logging
disable
disable() in Log.php
Disable logging
disconnect
Swift::disconnect() in Swift.php
Disconnect from the MTA
disconnectPerformed
disconnectPerformed() in DisconnectListener.php
Executes when Swift closes a connection
disconnectPerformed
Disconnect all the other connections
doMail
dump
dump() in Log.php
Dump the contents of the log to the browser
dump
Dump the contents of the log to the browser
dumpLog
EasySwift::dumpLog() in EasySwift.php
Dump the contents of the log to the browser The log contains some &lt; and &gt; characters so you may need to view source Note that this method dumps data to the browser, it does NOT return anything.
Disk.php
Disk.php in Disk.php
DisconnectEvent.php
DisconnectEvent.php in DisconnectEvent.php
DisconnectListener.php
DisconnectListener.php in DisconnectListener.php
DefaultLog.php
DefaultLog.php in DefaultLog.php
e
top
EasySwift
EasySwift in EasySwift.php
EasySwift: Facade for Swift Mailer Version 3
EasySwift.php
EasySwift.php in EasySwift.php
embedFile
EasySwift::embedFile() in EasySwift.php
Embed an inline file into the message, such as a Image or MIDI file
enable
Enable logging
enable
enable() in Log.php
Enable logging
encode7Bit
Encode a string as 7bit ascii
encode7BitFile
Return a 7bit string from a file
encode7BitPrintable
Strip out any characters which are not in the ASCII 7bit printable range
encode8Bit
Return the 8bit encoded form of a string (unchanged there-abouts)
encode8BitFile
Return a 8bit string from a file
EOF
Swift_File::EOF() in File.php
Check if the pointer as at the end of the file
RESPONSE
A response type entry
Exception.php
Exception.php in Exception.php
Events.php
Events.php in Events.php
EmbeddedFile.php
EmbeddedFile.php in EmbeddedFile.php
Encoder.php
Encoder.php in Encoder.php
EasySwiftResponseTracker.php
EasySwiftResponseTracker.php in EasySwiftResponseTracker.php
VERSION
Swift_Message::VERSION in Message.php
The version of this library
VERY_SAFE_LENGTH
Constant for really safe line length
f
top
findSendmail
For auto-detection of sendmail path
fixContentType
Sets the correct content type header by looking at what types of data we have set
fixLE
Fixes line endings to be whatever is specified by the user
flush
EasySwift::flush() in EasySwift.php
Flush message, recipients and headers
flush
Swift_RecipientList::flush() in RecipientList.php
Empty the entire list
flushAttachments
Clear out all attachments
flushBcc
Swift_RecipientList::flushBcc() in RecipientList.php
Empty all Bcc: addresses
flushBcc
EasySwift::flushBcc() in EasySwift.php
Clear out all Bcc: recipients
flushCc
Swift_RecipientList::flushCc() in RecipientList.php
Empty all Cc: addresses
flushCc
EasySwift::flushCc() in EasySwift.php
Clear out all Cc: recipients
flushErrors
EasySwift::flushErrors() in EasySwift.php
Clear the current list of errors
flushHeaders
EasySwift::flushHeaders() in EasySwift.php
Clear out all message headers
flushParts
EasySwift::flushParts() in EasySwift.php
Clear out all message parts
flushTo
EasySwift::flushTo() in EasySwift.php
Clear out all To: recipients
flushTo
Swift_RecipientList::flushTo() in RecipientList.php
Empty all To: addresses
forceEncoding
Turn on or off forced header encoding
File.php
File.php in File.php
FileException.php
FileException.php in FileException.php
FileNameMaker.php
FileNameMaker.php in FileNameMaker.php
g
top
Generate
Compute a unique boundary
Generate
Swift_FileNameMaker::Generate() in FileNameMaker.php
Get a unique filename (just a sequence)
generateCRAMMD5Hash
Generate a CRAM-MD5 hash from a challenge
get
Get the value at a given header
getActive
Get the ID of the active connection
getAddress
Get the address portion
getAttribute
Get the value for a given attribute on a given header
getAttributes
Call the current connection's getAttributes() method
getAttributes
Call the current connection's getAttributes() method
getAttributes
Get the list of attributes supported by the given extension
getAttributes
getAttributes() in Connection.php
Get the list of attributes for the extension $name
getAuthExtensionName
Return the name of the AUTH extension this is for
getAuthExtensionName
Return the name of the AUTH extension this is for
getAuthExtensionName
Return the name of the AUTH extension this is for
getAuthExtensionName
getAuthExtensionName() in Authenticator.php
Return the name of the AUTH extension this is for
getAuthExtensionName
Return the name of the AUTH extension this is for
getBcc
Swift_RecipientList::getBcc() in RecipientList.php
Get an array of addresses in the Bcc: field
getBcc
Return the list of recipients in the Bcc: header
getBccAddresses
Get an array of Bcc addresses
getBody
Alias for getData()
getBody
Alias for getData()
getByte
Get a single byte from the file
getCache
Swift_CacheFactory::getCache() in CacheFactory.php
Return a new instance of the cache object
getCc
Swift_RecipientList::getCc() in RecipientList.php
Get an array of addresses in the Cc: field
getCc
Swift_Message::getCc() in Message.php
Return the list of recipients in the Cc: header
getCcAddresses
Get an array of Cc addresses
getCharset
Get the current charset used
getCharset
Get the charset used in the document
getCharset
Get the charset used in the document
getCharset
EasySwift::getCharset() in EasySwift.php
Get the charset of the charset to use in the message
getChild
Get a child document, identified by $id
getCode
Get the expected response code
getCode
Get the response code
getCommand
Get the sendmail command (path + flags)
getConnection
Get the connection object
getConnection
Get the connection object
getContentId
Get the content-id of this file
getContentType
Get the content type which has been set
getData
Return the string which makes up the body of this MIME document
getDate
Get the date as it looks in the headers
getDescription
Return the description in the headers
getDisposition
Get the disposition used in the attachment (usually inline or attachment)
getEncoded
Get the header in it's compliant, encoded form
getEncoding
Get the encoding format used in this document
getEncoding
Get the encoding format used in this document
getEncryption
Get the current encryption level set (corresponds to ENC_SSL or ENC_OFF)
getEncryption
Get the current encryption level used
getErrors
EasySwift::getErrors() in EasySwift.php
Get the full list of errors
getFailedRecipients
Get the list of failed recipients
getFailedRecipients
Get the list of failed recipients
getFailedRecipients
Get a list of any addresses which have failed since instantiation
getFileName
Get the filename of this attachment
getFileName
Get the name of the file without it's full path
getFlags
Get the operating flags for the MTA
getFrom
Get the address used in the From: header
getHcf
getLanguage
Get the language used in the headers to $lang (e.g. en-us, en-gb, sv etc)
getLastError
EasySwift::getLastError() in EasySwift.php
Get the last error that occured
getLE
Get the line ending sequence
getLE
Get the line ending sequence
getLevel
Get the level at which this mime part would appear in a document
getList
Just fetch the array containing the headers
getMap
Get the mapped names (Class => Method(s))
getMaxSize
getMaxSize() in Log.php
Get the current maximum allowed log size
getMaxSize
Get the current maximum allowed log size
getMessage
Get the message being sent
getMimeWarning
Get the MIME warning which is displayed to old clients
getMimeWarning
Get the currently set MIME warning (seen by old clients)
getName
Get personal name portion
getNotifyMethod
Get the name of the method which needs running based upon the listener name
getNumSent
Get the total number of addresses to which the email sent successfully
getOptions
Swift::getOptions() in Swift.php
Get the current options set (as bits)
getOS
Get the operating system string
getOutputStream
A factory method to return an output stream object for the relevant location in the cache
getPassword
Get the password for authentication
getPath
Get the path to the binary
getPath
Get the path to the file
getPlugin
Swift::getPlugin() in Swift.php
Get an attached plugin if it exists
getPlugin
EasySwift::getPlugin() in EasySwift.php
Get a reference to the plugin identified by $name
getPort
Get the remote port number
getPort
Get the remote port number currently used to connect
getPriority
Get the current message priority
getRecipients
Get the list of recipients
getReplyTo
EasySwift::getReplyTo() in EasySwift.php
Get the reply-to address(es) as an array of strings
getReplyTo
Return the list of recipients in the Reply-To: header
getReturnPath
Get the return-path address as a string
getReturnPath
Return the address used in the Return-Path: header
getSender
Get the sender's address
getServer
Get the remote server name
getServer
Get the server name
getString
Get the command being sent
getString
Get the received response
getSubject
Get the current subject used in the headers
getSwift
Get the current instance of swift
getThreshold
Get the number of emails which need to be sent for reconnection to occur
getThreshold
Get the number of emails which must be sent before a rotation occurs
getTimeout
Get the timeout currently set for connecting
getTimeout
Get the timeout on the process
getTo
Swift_RecipientList::getTo() in RecipientList.php
Get an array of addresses in the To: field
getTo
Swift_Message::getTo() in Message.php
Return the list of recipients in the To: header
getToAddresses
Get an array of To addresses
getTransactions
Dump the log contents
getUsername
Get the username for authentication
getWait
Get the number of seconds the plugin should wait for before re-connecting
h
top
CHEAP_ADDRESS_RE
A regular expression which matches valid e-mail addresses (including some unlikely ones)
handshake
EasySwift::handshake() in EasySwift.php
Perform the SMTP greeting process (don't do this unless you understand why you're doing it)
handshake
Swift::handshake() in Swift.php
Have a polite greeting with the server and work out what it's capable of
has
Check if a header has been set or not
has
Check if data is cached for $key
has
Check if data is cached for $key
has
Swift_Cache::has() in Cache.php
Check if there is something in the cache for $key
hasAttribute
Check if a header has a given attribute applied to it
hasChild
Check if a child exists identified by $id
hasExtension
Call the current connection's hasExtension() method
hasExtension
Check if a given extension has been set as available
hasExtension
hasExtension() in Connection.php
Check if an extension exists by the name $name
hasExtension
Call the current connection's hasExtension() method
hasFailed
EasySwift::hasFailed() in EasySwift.php
Check if Swift has failed or not
hasOption
Swift::hasOption() in Swift.php
Check if an option flag has been set
header7BitEncode
Keeps lines longer than 76 characters trimmed down to size
Headers.php
Headers.php in Headers.php
i
top
$instance
A singleton of this class
$instance
Swift_FileNameMaker::$instance in FileNameMaker.php
A singleton instance
initializeEventListenerContainer
Populate the listeners array with the defined listeners ready for plugins
instance
Retreive an instance of the encoder as a singleton.
instance
Swift_FileNameMaker::instance() in FileNameMaker.php
Singleton Factory
is7BitAscii
If the characters fall exclusively in the 7bit ascii range, return true
is7BitPrintable
This function checks for 7bit *printable* characters
isAlive
Check if the current connection is alive
isAlive
Check if the process is still alive
isAlive
Check if the process is still alive
isAlive
Check if the SMTP connection is alive
isAlive
isAlive() in Connection.php
Check if the connection is up or not
isAlive
Check if the current connection is alive
isAuthenticated
isAuthenticated() in Authenticator.php
Try to authenticate using the username and password
isAuthenticated
Try to authenticate using the username and password
isAuthenticated
Try to authenticate using the username and password
isAuthenticated
Try to authenticate using the username and password
isAuthenticated
Try to authenticate using the username and password
isConnected
EasySwift::isConnected() in EasySwift.php
Check if the current connection is open or not
isEnabled
Check if logging is enabled
isEnabled
isEnabled() in Log.php
Check if logging is enabled
isFlowed
Check if the message format is set as flowed
isUTF8
Detect if a string contains multi-byte non-ascii chars that fall in the UTF-8 ranges
isWindows
Check if this is windows or not
MISC
Constant for miscellaneous mime type
Image.php
Image.php in Image.php
j
top
JointOutputStream.php
JointOutputStream.php in JointOutputStream.php
l
top
$located
Swift_ClassLoader::$located in ClassLoader.php
A list of files already located
length
Get the size of the file in bytes
listChildren
List the IDs of all children in this document
load
Swift_ClassLoader::load() in ClassLoader.php
Load a new class into memory
loadAuthenticator
Load in a new authentication mechanism for SMTP
loadPlugin
EasySwift::loadPlugin() in EasySwift.php
Add a new plugin to respond to events
PLAIN
Constant for plain-text emails
LOGIN.php
LOGIN.php in LOGIN.php
Listener.php
Listener.php in Listener.php
ListenerMapper.php
ListenerMapper.php in ListenerMapper.php
Log.php
Log.php in Log.php
m
top
moveBranchIn
Move a branch of the tree, containing all it's MIME parts onto another branch
moveBranchOut
Move a branch further toward the top of the tree
Memory.php
Memory.php in Memory.php
Multi.php
Multi.php in Multi.php
Mime.php
Mime.php in Mime.php
MimeException.php
MimeException.php in MimeException.php
Message.php
Message.php in Message.php
MailSend.php
MailSend.php in MailSend.php
n
top
ENABLE_LOGGING
Constant to ask Swift to start logging
ENC_OFF
Constant for no encyption
ENC_OFF
Constant for unencrypted connections
ENC_SSL
Constant for SSL connections
ENC_SSL
Constant for SSL encryption
ENC_TLS
Constant for TLS connections
newMessage
EasySwift::newMessage() in EasySwift.php
Reset the current message and start a fresh one
newRecipientList
Reset the current list of recipients and start a new one
nextConnection
Rotate to the next working connection
notifyListeners
Send a new type of event to all objects which are listening for it
numChildren
Get the total number of children present in this document
NativeMail.php
NativeMail.php in NativeMail.php
o
top
COMMAND
A command type entry
NORMAL
A standard entry
NO_HANDSHAKE
Swift::NO_HANDSHAKE in Swift.php
Constant to tell Swift not to perform the standard SMTP handshake upon connect
NO_POST_CONNECT
Constant to prevent postConnect() being run in the connection
NO_START
Swift::NO_START in Swift.php
Constant to flag Swift not to try and connect upon instantiation
PORT_DEFAULT
Constant for the default SMTP port
PORT_SECURE
Constant for the default secure SMTP port
OutputStream.php
OutputStream.php in OutputStream.php
p
top
pipeIn
Write a command to the open pipe
pipeOut
Read data from the open pipe
postAttachFixStructure
Analyzes the mixing of MIME types in a mulitpart message an re-arranges if needed
postConnect
Call the current connection's postConnect() method
postConnect
Authenticate if required to do so
postConnect
Call the current connection's postConnect() method
postConnect
Sets the MailSend plugin in Swift once Swift has connected
postConnect
postConnect() in Connection.php
Execute logic needed after SMTP greetings
postConnect
Execute any needed logic after connecting and handshaking
postDetachFixStructure
Analyzes the mixing of MIME types in a mulitpart message an re-arranges if needed
preBuild
Execute needed logic prior to compilation
preBuild
Pre-compilation logic
preBuild
Execute needed logic prior to building
preBuild
Execute any logic needed prior to building
PLAIN.php
PLAIN.php in PLAIN.php
Pop3Connection.php
Pop3Connection.php in Pop3Connection.php
Part.php
Part.php in Part.php
q
top
QPEncode
Return the quoted printable version of the input string
QPEncodeFile
Return a file as a quoted printable encoded string
r
top
ERROR
An error type entry
PRIORITY_HIGH
Constant from a high priority message (pretty meaningless)
PRIORITY_LOW
Constant for a low priority message
PRIORITY_NORMAL
Constant for a normal priority message
rawBase64Encode
Return the base64 encoded version of a string with no breaks
rawQPEncode
Return the QP encoded version of a string with no breaks
read
Return the unread buffer contents
read
Swift_Cache_JointOutputStream::read() in JointOutputStream.php
Read data from all streams as if they are one stream
read
Read bytes from the cache and seek through the buffer
read
Swift_File::read() in File.php
Read a given number of bytes from the file
read
Read a full response from the buffer
read
Read a full response from the buffer (this is spoofed if running in -t mode)
read
Read data from the cache for $key
read
Read data from the cache for $key
read
Swift_Cache::read() in Cache.php
Read bytes from the cached buffer and seek forward in the buffer
read
Read a full response from the buffer (this is spoofed if running in -t mode)
read
Read a full response from the buffer
read
Read a full response from the buffer
read
read() in Connection.php
Return the contents of the buffer
readFull
Get the entire file contents as a string
readFull
Read the entire cached data as one string
readln
Read one full line from the file including the line ending
remove
Remove a header from the list
removeAttribute
Remove an attribute from a header
removeBcc
Remove a Bcc: recipient from the list
removeCc
Swift_RecipientList::removeCc() in RecipientList.php
Remove a Cc: recipient from the list
removeChild
Remove a part from the document
removePlugin
Remove a plugin attached under the ID of $id
removePlugin
EasySwift::removePlugin() in EasySwift.php
Remove the plugin identified by $name
removeTo
Swift_RecipientList::removeTo() in RecipientList.php
Remove a To: recipient from the list
requestReadReceipt
Request for a read recipient to be sent to the reply-to address
requestReadReceipt
Request that the client send back a read-receipt (don't rely on this!)
reset
Reset the file pointer back to zero
reset
Swift::reset() in Swift.php
Reset a conversation which has gone badly
responseReceived
responseReceived() in ResponseListener.php
Executes when Swift receives a response
responseReceived
Response listener method
rfc2047Encode
Encode a string for RFC 2047 compatability (url-encode)
runAuthenticators
Run each authenticator in turn an try for a successful login
Rotator.php
Rotator.php in Rotator.php
ResponseEvent.php
ResponseEvent.php in ResponseEvent.php
ResponseListener.php
ResponseListener.php in ResponseListener.php
RecipientList.php
RecipientList.php in RecipientList.php
s
top
$save_path
The save path on disk
send
EasySwift::send() in EasySwift.php
Send an email to a number of recipients
send
Swift::send() in Swift.php
Send a message to any number of recipients
sendPerformed
Swift's SendEvent listener.
sendPerformed
sendPerformed() in SendListener.php
Executes when Swift sends a message
sendPerformed
Swift's SendEvent listener.
sendPerformed
Swift's SendEvent listener.
set
Add a header or change an existing header value
setAddress
Set the email address
setAttribute
Set an attribute in a major header
setBcc
Set the list of recipients in the Bcc: header
setBody
Alias for setData()
setBody
Alias for setData()
setCc
Swift_Message::setCc() in Message.php
Set the list of recipients in the Cc: header
setCharset
EasySwift::setCharset() in EasySwift.php
Set the charset of the charset to use in the message
setCharset
Set the charset of the document
setCharset
Set the charset used in the headers
setCharset
Set the charset of the document
setClassName
Set the name of the class which is supposed to be used
setCode
Set response code which is expected
setCode
Set response code
setCommand
Set the sendmail command (path + flags)
setConnectionExtensions
Set the extensions which the service reports in the connection object
setContentId
Set the Content-Id to use
setContentType
Set the content type of this MIME document
setData
Specify the string which makes up the body of this message HINT: You can always nest another MIME document here if you call it's build() method.
setData
Set data for the image
setData
Overrides setData() in MIME so that a filename can be set
setDate
Set the date in the headers in RFC 2822 format
setDescription
Set the Content-Description header
setDisposition
Set the disposition of the attachment (usually inline or attachment)
setDomain
Swift::setDomain() in Swift.php
Set the FQDN of this server as it will identify itself
setEncoding
Set the encoding format to be used on the body of the document
setEncoding
Specify the encoding to use for the headers if characters outside the 7-bit-printable ascii range are found This encoding will never be used if only 7-bit-printable characters are found in the headers.
setEncryption
Set the level of enryption to use (see ENC_OFF or ENC_SSL)
setEncryption
Set the encryption level to use on the connection
setError
EasySwift::setError() in EasySwift.php
Set an error message
setExtension
setExtension() in Connection.php
Add an extension which is available on this connection
setExtension
Call the current connection's setExtension() method
setExtension
Call the current connection's setExtension() method
setExtension
Set an extension which the connection reports to support
setFileName
Set the name (and description) used to identify the file
setFlags
Set the operating flags for the MTA
setFlowed
Set the "format" attribute to flowed
setFlowed
Set the "format" attribute to flowed
setFrom
Set the address in the From: header
setHeader
EasySwift::setHeader() in EasySwift.php
Set a header in the message
setHeaderAttribute
Set an attribute in the message headers
setHeaderEncoding
Set the encoding used in the message header
setHeaders
Replace the current headers with new ones
setLanguage
Set the language used in the headers to $lang (e.g. en-us, en-gb, sv etc)
setLE
Set the line ending character to use
setLE
Set the line ending character to use
setLevel
Set the level at which this document would appear in a nested email
setLineWrap
Set the size at which lines wrap around (includes the CRLF)
setLogger
Swift::setLogger() in Swift.php
Set the logger to use
setMaxLogSize
Set the maximum size of the log
setMaxSize
setMaxSize() in Log.php
Set the maximum size of this log (zero is no limit)
setMaxSize
Set the maximum size of this log (zero is no limit)
setMimeWarning
Set the MIME warning message which is displayed to old clients
setMimeWarning
Set the multipart MIME warning message (only seen by old clients)
setName
Set the personal name
setNumSent
Set the number of recipients to how many were sent
setOptions
Swift::setOptions() in Swift.php
Adjust the options flags
setOS
Set the operating system string (changes behaviour with LE)
setPassword
Set the password for SMTP authentication
setPath
Set the path to the binary
setPath
Set the path to the file
setPort
Set the remote port number to connect to
setPort
Set the port number for the POP3 server
setPriority
Set the message prioirty in the mail client (don't rely on this)
setPriority
EasySwift::setPriority() in EasySwift.php
Set the message priority
setReplyTo
Set the list of recipients in the Reply-To: header
setReplyTo
EasySwift::setReplyTo() in EasySwift.php
Set the reply-to header
setResponse
Set the response this stub will return
setReturnPath
Set the return path address (where bounces go to)
setReturnPath
Set the address in the Return-Path: header
setSavePath
Set the save path of the disk - this is a global setting and called statically!
setServer
Set the server name
setServer
Set the remote server to connect to as a FQDN
setString
Set the command being sent (without CRLF)
setString
Set the response received
setSubject
Set the subject in the headers
setSwift
Provide a reference to te currently running Swift this event was generated from
setThreshold
Set the number of emails which must be sent for a reconnection to occur
setThreshold
Set the number of emails to send before a connection rotation is tried
setTimeout
Set the timeout on the process
setTimeout
Set the timeout to connect in seconds
setTo
Swift_Message::setTo() in Message.php
Set the list of recipients in the To: header
setUsername
Provide a username for authentication
setWait
Set the number of seconds the plugin should wait for before reconnecting
start
start() in Connection.php
Try to start the connection
start
Try to start the connection
start
Try to start the connection
start
Try to start the connection
start
Try to start the connection
start
Try to open the connection
start
Try to start the connection
stop
Try to close the connection
stop
Try to close the connection
stop
Try to close the connection
stop
stop() in Connection.php
Try to stop the connection
stop
Try to close the connection
stop
Try to close the connection
stop
Try to close the connection
stringToAddress
Turn a string representation of an email address into a Swift_Address object
Swift
Swift in Swift.php
Swift is the central component in the Swift library.
Sendmail.php
Sendmail.php in Sendmail.php
SMTP.php
SMTP.php in SMTP.php
SendEvent.php
SendEvent.php in SendEvent.php
SendListener.php
SendListener.php in SendListener.php
Swift.php
Swift.php in Swift.php
SWIFT_ABS_PATH
SWIFT_ABS_PATH in ClassLoader.php
Swift_Address
Swift_Address in Address.php
Swift_Address is just a lone e-mail address reprsented as an object
Swift_AddressContainer
Swift_AddressContainer in AddressContainer.php
This is purely here for identify reasons on some subclasses
Swift_Authenticator_CRAMMD5
Swift CRAM-MD5 Authenticator
Swift_Authenticator_LOGIN
Swift LOGIN Authenticator
Swift_Authenticator_PLAIN
Swift PLAIN Authenticator
Swift_Authenticator_PopB4Smtp
Swift PopB4Smtp Authenticator
Swift_Authenticator_PopB4Smtp_Pop3Connection
Swift PopB4Smtp Authenticator Connection Component for the POP3 server
Swift_BadResponseException
Swift_BadResponseException in BadResponseException.php
Swift Bad Response Exception
Swift_Cache
Swift_Cache in Cache.php
The interface for any cache mechanisms to follow
Swift_CacheFactory
Swift_CacheFactory in CacheFactory.php
Makes instances of the cache the user has defined
Swift_Cache_Disk
Swift_Cache_Disk in Disk.php
Caches data in files on disk - this is the best approach if possible
Swift_Cache_JointOutputStream
Swift_Cache_JointOutputStream in JointOutputStream.php
Makes multiple output streams act as one super sream
Swift_Cache_Memory
Swift_Cache_Memory in Memory.php
Caches data in variables - uses memory!
Swift_Cache_OutputStream
Swift_Cache_OutputStream in OutputStream.php
The wraps the streaming functionality of the cache
Swift_ClassLoader
Swift_ClassLoader in ClassLoader.php
Locates and includes class files
Swift_ConnectionBase
Swift_ConnectionBase in ConnectionBase.php
Swift Connection Base Class
Swift_Connection_Exception
Swift Connection Exception
Swift_Connection_Multi
Swift Multi Connection
Swift_Connection_NativeMail
Swift_Connection_NativeMail in NativeMail.php
Swift mail() Connection NOTE: This class is nothing more than a stub. The MailSend plugin does the actual sending.
Swift_Connection_Rotator
Swift Rotator Connection
Swift_Connection_Sendmail
Swift Sendmail Connection
Swift_Connection_SMTP
Swift SMTP Connection
SWIFT_DEFAULT_PORT
SWIFT_DEFAULT_PORT in EasySwift.php
Swift_Events
Swift_Events in Events.php
Provides core functionality for Swift generated events for plugins
Swift_Events_CommandEvent
Swift_Events_CommandEvent in CommandEvent.php
Generated when Swift is sending a command
Swift_Events_ConnectEvent
Swift_Events_ConnectEvent in ConnectEvent.php
Generated every time Swift connects with a MTA
Swift_Events_DisconnectEvent
Swift_Events_DisconnectEvent in DisconnectEvent.php
Generated every time Swift disconnects from a MTA
Swift_Events_ListenerMapper
Swift_Events_ListenerMapper in ListenerMapper.php
Maps event listener names to the methods they implement
Swift_Events_ResponseEvent
Swift_Events_ResponseEvent in ResponseEvent.php
Generated when Swift receives a server response
Swift_Events_SendEvent
Swift_Events_SendEvent in SendEvent.php
Generated every time a message is sent with Swift
Swift_File
Swift_File in File.php
Swift File stream abstraction layer
Swift_FileException
Swift_FileException in FileException.php
Swift File Exception
Swift_FileNameMaker
Swift_FileNameMaker in FileNameMaker.php
File name maker (makes filenames in sequence)
Swift_Log_Base
Swift_Log_Base in Base.php
The Base Logger class
Swift_Log_DefaultLog
Swift_Log_DefaultLog in DefaultLog.php
The Default Logger class
Swift_Message
Swift_Message in Message.php
Swift Message class
Swift_Message_Attachment
Swift_Message_Attachment in Attachment.php
Attachment component for Swift Mailer
Swift_Message_Boundary
Swift_Message_Boundary in Boundary.php
Class for generating unique MIME boundaries
Swift_Message_EmbeddedFile
Swift_Message_EmbeddedFile in EmbeddedFile.php
Embedded File component for Swift Mailer
Swift_Message_Encoder
Swift_Message_Encoder in Encoder.php
Encodes strings in a variety of formats and detects some encoding formats
Swift_Message_Headers
Swift_Message_Headers in Headers.php
Contains and constructs the headers for a MIME document
Swift_Message_Image
Swift_Message_Image in Image.php
Embedded Image component for Swift Mailer
Swift_Message_Mime
Swift_Message_Mime in Mime.php
Mime is the underbelly for Messages, Attachments, Parts, Embedded Images, Forwarded Mail, etc
Swift_Message_MimeException
Swift_Message_MimeException in MimeException.php
Swift MIME Exception
Swift_Message_Part
Swift_Message_Part in Part.php
MIME Part body component for Swift Mailer
SWIFT_OPEN
SWIFT_OPEN in EasySwift.php
Swift_Plugin_AntiFlood
Swift_Plugin_AntiFlood in AntiFlood.php
Swift AntiFlood controller.
Swift_Plugin_ConnectionRotator
Swift_Plugin_ConnectionRotator in ConnectionRotator.php
Swift Rotating Connection Controller
Swift_Plugin_EasySwiftResponseTracker
Swift_Plugin_EasySwiftResponseTracker in EasySwiftResponseTracker.php
EasySwift, Swift Response Tracker.
Swift_Plugin_MailSend
Swift_Plugin_MailSend in MailSend.php
Swift mail() send plugin Sends the message using mail() when a SendEvent is fired. Using the NativeMail connection provides stub responses to allow this to happen cleanly.
Swift_RecipientList
Swift_RecipientList in RecipientList.php
Swift's Recipient List container. Contains To, Cc, Bcc
SWIFT_SECURE_PORT
SWIFT_SECURE_PORT in EasySwift.php
SWIFT_SSL
SWIFT_SSL in EasySwift.php
SWIFT_TLS
SWIFT_TLS in EasySwift.php
t
top
HTML
Constant for HTML emails
u
top
$used
Boundaries which have laready been computed for use elsewhere
AUTO_DETECT
Constant for auto-detection of paths
AUTO_DETECT
Constant for auto-detection of paramters
uncacheAll
Reset the entire cache state from this branch of the tree and traversing down through the children
uncacheAll
Reset the cache state in these headers
useAutoLineResizing
Enable line resizing (on 1000 by default)
useExactCopy
EasySwift::useExactCopy() in EasySwift.php
This method should be called if you do not wish to send messages in batch mode (i.e. if all recipients should see each others' addresses)
useLogging
EasySwift::useLogging() in EasySwift.php
Turn logging on or off (saves memory)
w
top
wait
Sleep for a given number of seconds
wantsReadReceipt
Check if a read receipt has been requested for this message
write
Write a command to the remote socket
write
Write a command to the server (leave off trailing CRLF)
write
Write a command to the process (leave off trailing CRLF)
write
Write a command to the server (leave off trailing CRLF)
write
Write a command to the process (leave off trailing CRLF)
write
Write a command to the server (leave off trailing CRLF)
write
Write data to the cache
write
Write data to the cache
write
Append bytes to the cache buffer identified by $key
write
write() in Connection.php
Write a command to the buffer
_
top
__construct
List of references for all related parts
__construct
Constructor
__construct
Constructor
__construct
Ctor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Ctor.
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
EasySwift::__construct() in EasySwift.php
Constructor
__construct
Constructor
__construct
Constructor
__construct
Ctor
__construct
Constructor
__construct
Constructor
__destruct
Destructor
__destruct
Dtor.
__toString
PHP's casting conversion
$ a b c d e f g h i j l m n o p q r s t u w _