[Swift_Plugin] element index

Package indexes

All elements
a b c d e f g i l m o p r s t u v w _
_
top
__construct
Constructor
__construct
Constructor
__construct
Ctor.
__construct
Ctor.
__construct
Ctor.
a
top
addBytesIn
Add some bytes to the running totals for incoming bandwidth
addBytesOut
Add some bytes to the running totals for outgoing bandwidth
addProtocol
Add a new protocol which can be used to download files.
addType
Add a new MIME type defintion (or overwrite an existing one).
AntiFlood.php
AntiFlood.php in AntiFlood.php
addPermittedType
Add a mime type to the list of permitted type to replace values in the body.
addReplacements
Add a list of replacements for a given address.
AbstractView.php
AbstractView.php in AbstractView.php
b
top
$bpm
The rate in byte-per-minute
beforeSendPerformed
Swift's BeforeSendListener required method.
BandwidthMonitor.php
BandwidthMonitor.php in BandwidthMonitor.php
beforeSendPerformed
Called just before Swift sends a message.
c
top
$called
Internal check to see if this plugin has yet been invoked
$count
The total number of emails sent on this connection
$count
Number of emails sent so far
clearCache
Empty out the cache of registered files.
commandSent
Part of the interface which is notified after a command is sent.
commandSent
Part of the interface which is notified after a command is sent.
ConnectionRotator.php
ConnectionRotator.php in ConnectionRotator.php
$count
Number of recipients painted
d
top
$definitions
(X)HTML tag defintions listing allowed attributes and extensions.
disconnectPerformed
Disconnect all the other connections
Decorator.php
Decorator.php in Decorator.php
DefaultView.php
DefaultView.php in DefaultView.php
e
top
$embedLocalFiles
True if local files will be embedded.
$embedRemoteFiles
True if remote files will be embedded.
$epm
The rate as emails-per-minute
embedLocalFile
Callback method for preg_replace().
embedRemoteFile
Callback method for preg_replace().
f
top
FileEmbedder.php
FileEmbedder.php in FileEmbedder.php
g
top
getBytesIn
Get the total number of bytes received
getBytesOut
Get the total number of bytes sent
getBytesPerMinute
Get the number of bytes allowed per minute.
getEmailsPerMinute
Get the rate as number of emails per minute.
getEmbedLocalFiles
Returns true if local files can be embedded, or false if not.
getEmbedRemoteFiles
Returns true if remote files can be embedded, or false if not.
getLocalFilePattern
Get the PCRE pattern for a local file based on the tag name.
getLocalFilePatternFormat
Gets the sprintf() format string for the PCRE pattern to scan for remote files.
getProtocols
Get a list of all registered protocols.
getRemoteFilePattern
Get the PCRE pattern for a remote file based on the tag name.
getRemoteFilePatternFormat
Gets the sprintf() format string for the PCRE pattern to scan for remote files.
getSent
Get the number of emails sent
getTagDefinition
Get a tag definition.
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
getTimeLapse
Get the time taken thus far (full seconds).
getType
Get the MIME type based upon the extension.
getWait
Get the number of seconds the plugin should wait for before re-connecting
getPermittedInHeaders
Check if replacements in headers are allowed.
getPermittedTypes
Get the list of mime types for which the body can be changed.
getReplacements
Get the entire list of replacements as a 2-d array
getReplacements
Get the replacements object.
getReplacementsFor
Get the list of replacements for the address given.
getView
Get the View component.
i
top
$in
Swift_Plugin_BandwidthMonitor::$in in BandwidthMonitor.php
The number of bytes received
isPermittedType
Check if the body can be replaced in the given mime type.
l
top
$localFilePatternFormat
A PCRE regexp which will be passed via sprintf() to produce a complete pattern.
m
top
$mimeTypes
A list of extensions mapping to their usual MIME types.
o
top
$out
Swift_Plugin_BandwidthMonitor::$out in BandwidthMonitor.php
The number of bytes sent
p
top
$protocols
Protocols which may be used to download a remote file.
$permittedInHeaders
True if values in the headers can be replaced
$permittedTypes
A list of allowed mime types to replace bodies for.
paintResult
Paint the result of a send operation
paintResult
Paint the result of a send operation
r
top
$registeredFiles
Child IDs of files already embedded.
$remoteFilePatternFormat
A PCRE regexp which will be passed via sprintf() to produce a complete pattern.
registerFile
Register a file which has been downloaded so it doesn't need to be downloaded twice.
removeProtocol
Remove a protocol from the list of allowed protocols once added.
removeTagDefinition
Remove a tag definition for remote files.
responseReceived
Part of the interface which is notified when a response is received
$replacements
The list of replacements as a 2-d array
$replacements
The replacements object.
recursiveReplace
Replace strings in the message searching through all the allowed sub-parts.
recursiveRestore
Put the original values back in the message after it was modified before sending.
removePermittedType
Remove the ability to replace values in the body of the given mime type
replace
Perform a str_replace() over the given value.
Replacements.php
Replacements.php in Replacements.php
s
top
$sent
The number of emails sent so far
sendPerformed
Part of the interface which is notified when a message has been sent.
sendPerformed
Swift's SendEvent listener.
sendPerformed
Swift's SendEvent listener.
setBytesIn
Set the total number of bytes received.
setBytesOut
Set the total number of bytes sent.
setBytesPerMinute
Set the throttling rate as bytes per minute
setEmailsPerMinute
Set the rate as emails-per-minute.
setEmbedLocalFiles
Turn on or off local file embedding.
setEmbedRemoteFiles
Turn on or off remote file embedding.
setLocalFilePatternFormat
Set the PCRE pattern which finds -full- HTML tags and copies the path for a local file into a backreference.
setRemoteFilePatternFormat
Set the PCRE pattern which finds -full- HTML tags and copies the URL for the remote file into a backreference.
setSent
Set the number of emails sent
setTagDefinition
Add, or modify a tag definition.
setThreshold
Set the number of emails to send before a connection rotation is tried
setThreshold
Set the number of emails which must be sent for a reconnection to occur
setTime
Set the time if it's not already set
setWait
Set the number of seconds the plugin should wait for before reconnecting
Swift_Plugin_AntiFlood
Swift_Plugin_AntiFlood in AntiFlood.php
Swift AntiFlood controller.
Swift_Plugin_BandwidthMonitor
Swift_Plugin_BandwidthMonitor in BandwidthMonitor.php
Swift Bandwidth Monitor.
Swift_Plugin_ConnectionRotator
Swift_Plugin_ConnectionRotator in ConnectionRotator.php
Swift Rotating Connection Controller
Swift_Plugin_FileEmbedder
Swift_Plugin_FileEmbedder in FileEmbedder.php
Swift FileEmbedder Plugin to embed remote files.
Swift_Plugin_Throttler
Swift_Plugin_Throttler in Throttler.php
Throttler plugin for Swift Mailer.
$store
Temporary storage so we can restore changes we make.
setPermittedInHeaders
Enable of disable the ability to replace values in the headers
setReplacements
Set the complete list of replacements as a 2-d array.
setReplacements
Set the replacements as a 2-d array or an instance of Swift_Plugin_Decorator_Replacements.
Swift_Plugin_Decorator
Swift_Plugin_Decorator in Decorator.php
Swift Decorator Plugin.
Swift_Plugin_Decorator_Replacements
Swift Decorator Plugin Replacements.
sendPerformed
Part of the interface which is notified when a message has been sent.
setView
Set the View component to display results.
Swift_Plugin_VerboseSending
Swift_Plugin_VerboseSending in VerboseSending.php
Verbose Sending plugin for Swift Mailer.
Swift_Plugin_VerboseSending_AbstractView
The View layer for the Verbose Sending Plugin
Swift_Plugin_VerboseSending_DefaultView
The Default View for the Verbose Sending Plugin
t
top
$threshold
The number of emails to send between connections
$threshold
The number of emails which must be sent before the connection is rotated
$time
The time at the start of overall execution
Throttler.php
Throttler.php in Throttler.php
u
top
$used
Swift_Plugin_ConnectionRotator::$used in ConnectionRotator.php
The connections we have used thus far
v
top
$view
The view layer which displays the results.
VerboseSending.php
VerboseSending.php in VerboseSending.php
w
top
$waitFor
The number of seconds to pause for between connections
wait
Wait for $seconds before continuing
wait
Sleep for a given number of seconds
a b c d e f g i l m o p r s t u v w _