[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ _ ]

a

add_example.php
procedural page add_example.php
top

b

$body
in file Body.php, variable Mail_Queue_Body::$body
    Email body (in RFC) - could have attachments etc
$buffer_size
in file Container.php, variable Mail_Queue_Container::$buffer_size
base.php
procedural page base.php
Body.php
procedural page Body.php
top

c

$constructor_error
in file creole.php, variable Mail_Queue_Container_creole::$constructor_error
$container
in file Queue.php, variable Mail_Queue::$container
    Mail_Queue_Container
$create_time
in file Body.php, variable Mail_Queue_Body::$create_time
    Create time
countSend
in file mdb.php, method Mail_Queue_Container_mdb::countSend()
    Check how many times mail was sent.
countSend
in file mdb2.php, method Mail_Queue_Container_mdb2::countSend()
    Check how many times mail was sent.
countSend
in file db.php, method Mail_Queue_Container_db::countSend()
    Check how many times mail was sent.
countSend
in file creole.php, method Mail_Queue_Container_creole::countSend()
    Check how many times mail was sent.
countSend
in file Container.php, method Mail_Queue_Container::countSend()
    Check how many times mail was sent.
creole.php
procedural page creole.php
Container.php
procedural page Container.php
top

d

$db
in file mdb2.php, variable Mail_Queue_Container_mdb2::$db
    Reference to the current database connection.
$db
in file mdb.php, variable Mail_Queue_Container_mdb::$db
    Reference to the current database connection.
$db
in file db.php, variable Mail_Queue_Container_db::$db
    Reference to the current database connection.
$db
in file creole.php, variable Mail_Queue_Container_creole::$db
    Reference to the current database connection.
$delete_after_send
in file Body.php, variable Mail_Queue_Body::$delete_after_send
    Delete mail from database after success send
deleteMail
in file mdb2.php, method Mail_Queue_Container_mdb2::deleteMail()
    Remove from queue mail with $id identifier.
deleteMail
in file Container.php, method Mail_Queue_Container::deleteMail()
    Remove from queue mail with $id identifier.
deleteMail
in file mdb.php, method Mail_Queue_Container_mdb::deleteMail()
    Remove from queue mail with $id identifier.
deleteMail
in file db.php, method Mail_Queue_Container_db::deleteMail()
    Remove from queue mail with $id identifier.
deleteMail
in file creole.php, method Mail_Queue_Container_creole::deleteMail()
    Remove from queue mail with $id identifier.
db.php
procedural page db.php
top

e

$errorMsg
in file mdb2.php, variable Mail_Queue_Container_mdb2::$errorMsg
errorMessage
in file Queue.php, method Mail_Queue::errorMessage()
    Return a textual error message for a MDB error code
Error.php
procedural page Error.php
top

f

$force_preload
in file Container.php, variable Mail_Queue_Container::$force_preload
factory
in file Queue.php, method Mail_Queue::factory()
    Factory is used to initialize Mail_Queue, this is necessary to catch possible errors during the initialization.
factorySendMail
in file Queue.php, method Mail_Queue::factorySendMail()
    Provides an interface for generating Mail:: objects of various types see Mail::factory()
top

g

get
in file Queue.php, method Mail_Queue::get()
    Get next mail from queue. The emails are preloaded in a buffer for better performances.
get
in file Container.php, method Mail_Queue_Container::get()
    Get next mail from queue. When exclude first time preload all queue
getBody
in file Body.php, method Mail_Queue_Body::getBody()
    Return mail body (in RFC)
getCreateTime
in file Body.php, method Mail_Queue_Body::getCreateTime()
    Return mail create time.
getErrors
in file Queue.php, method Mail_Queue::getErrors()
    getErrors() returns the errors.
getHeaders
in file Body.php, method Mail_Queue_Body::getHeaders()
    Return mail headers (in RFC)
getId
in file Body.php, method Mail_Queue_Body::getId()
    Mail_Queue_Body::getId()
getIdUser
in file Body.php, method Mail_Queue_Body::getIdUser()
    Return sender id.
getIp
in file Body.php, method Mail_Queue_Body::getIp()
    Return sender ip.
getMailById
in file db.php, method Mail_Queue_Container_db::getMailById()
    Return mail by id $id (bypass mail_queue)
getMailById
in file mdb2.php, method Mail_Queue_Container_mdb2::getMailById()
    Return mail by id $id (bypass mail_queue)
getMailById
in file creole.php, method Mail_Queue_Container_creole::getMailById()
    Return mail by id $id (bypass mail_queue)
getMailById
in file mdb.php, method Mail_Queue_Container_mdb::getMailById()
    Return mail by id $id (bypass mail_queue)
getMailById
in file Container.php, method Mail_Queue_Container::getMailById()
    Return mail by id $id (bypass mail_queue)
getQueueCount
in file mdb2.php, method Mail_Queue_Container_mdb2::getQueueCount()
    Return the number of emails currently in the queue.
getQueueCount
in file Container.php, method Mail_Queue_Container::getQueueCount()
getQueueCount
in file db.php, method Mail_Queue_Container_db::getQueueCount()
    Return the number of emails currently in the queue.
getQueueCount
in file Queue.php, method Mail_Queue::getQueueCount()
    Returns the number of emails currently in the queue.
getRecipient
in file Body.php, method Mail_Queue_Body::getRecipient()
    Return recipient e-mail.
getSender
in file Body.php, method Mail_Queue_Body::getSender()
    Return sender e-mail.
getSentTime
in file Body.php, method Mail_Queue_Body::getSentTime()
    Return mail sent time (if sended) else false.
getTimeToSend
in file Body.php, method Mail_Queue_Body::getTimeToSend()
    Return time to send mail.
getTrySent
in file Body.php, method Mail_Queue_Body::getTrySent()
    Return how many times mail was try to sent.
top

h

$headers
in file Body.php, variable Mail_Queue_Body::$headers
    Email headers (in RFC)
hasErrors
in file Queue.php, method Mail_Queue::hasErrors()
    hasErrors() returns true/false, if self::$_initErrors are populated.
top

i

$id
in file Body.php, variable Mail_Queue_Body::$id
    Ident
$id_user
in file Body.php, variable Mail_Queue_Body::$id_user
    User id - who send mail MAILQUEUE_UNKNOWN - not login user (guest) MAILQUEUE_SYSTEM - mail send by system
$ip
in file Body.php, variable Mail_Queue_Body::$ip
    use IP
isDeleteAfterSend
in file Body.php, method Mail_Queue_Body::isDeleteAfterSend()
    Return true if mail must be delete after send from db.
isError
in file Queue.php, method Mail_Queue::isError()
    Tell whether a result code from a Mail_Queue method is an error
top

l

$limit
in file Container.php, variable Mail_Queue_Container::$limit
    Options
top

m

$mail_options
in file Queue.php, variable Mail_Queue::$mail_options
    Mail options: smtp, mail etc. see Mail::factory
$mail_table
in file creole.php, variable Mail_Queue_Container_creole::$mail_table
    Table for sql database
$mail_table
in file db.php, variable Mail_Queue_Container_db::$mail_table
    Table for sql database
$mail_table
in file mdb.php, variable Mail_Queue_Container_mdb::$mail_table
    Table for sql database
$mail_table
in file mdb2.php, variable Mail_Queue_Container_mdb2::$mail_table
    Table for sql database
MAILQUEUE_ALL
in file Queue.php, constant MAILQUEUE_ALL
    You can specify how many mails will be loaded to queue else object use this constant for load all mails from db.
MAILQUEUE_ERROR
in file Queue.php, constant MAILQUEUE_ERROR
    MAILQUEUE_ERROR constants
MAILQUEUE_ERROR_CANNOT_CONNECT
in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_CONNECT
MAILQUEUE_ERROR_CANNOT_INITIALIZE
in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_INITIALIZE
MAILQUEUE_ERROR_CANNOT_SEND_MAIL
in file Queue.php, constant MAILQUEUE_ERROR_CANNOT_SEND_MAIL
MAILQUEUE_ERROR_NO_CONTAINER
in file Queue.php, constant MAILQUEUE_ERROR_NO_CONTAINER
MAILQUEUE_ERROR_NO_DRIVER
in file Queue.php, constant MAILQUEUE_ERROR_NO_DRIVER
MAILQUEUE_ERROR_NO_OPTIONS
in file Queue.php, constant MAILQUEUE_ERROR_NO_OPTIONS
MAILQUEUE_ERROR_NO_RECIPIENT
in file Queue.php, constant MAILQUEUE_ERROR_NO_RECIPIENT
MAILQUEUE_ERROR_QUERY_FAILED
in file Queue.php, constant MAILQUEUE_ERROR_QUERY_FAILED
MAILQUEUE_ERROR_UNEXPECTED
in file Queue.php, constant MAILQUEUE_ERROR_UNEXPECTED
MAILQUEUE_ERROR_UNKNOWN_CONTAINER
in file Queue.php, constant MAILQUEUE_ERROR_UNKNOWN_CONTAINER
MAILQUEUE_START
in file Queue.php, constant MAILQUEUE_START
    This is special constant define start offset for limit sql queries to get mails.
MAILQUEUE_SYSTEM
in file Queue.php, constant MAILQUEUE_SYSTEM
    When you put new mail to queue you could specify user id who send e-mail.
MAILQUEUE_TRY
in file Queue.php, constant MAILQUEUE_TRY
    This constant tells Mail_Queue how many times should try to send mails again if was any errors before.
MAILQUEUE_UNKNOWN
in file Queue.php, constant MAILQUEUE_UNKNOWN
Mail_Queue
in file Queue.php, class Mail_Queue
    Mail_Queue - base class for mail queue managment.
Mail_Queue
in file Queue.php, method Mail_Queue::Mail_Queue()
    Mail_Queue constructor
mdb.php
procedural page mdb.php
mdb2.php
procedural page mdb2.php
Mail_Queue_Body
in file Body.php, class Mail_Queue_Body
    Mail_Queue_Body contains mail data
Mail_Queue_Body
in file Body.php, method Mail_Queue_Body::Mail_Queue_Body()
    Mail_Queue_Body::Mail_Queue_Body() constructor
Mail_Queue_Container
in file Container.php, class Mail_Queue_Container
    Mail_Queue_Container - base class for MTA queue.
Mail_Queue_Container_creole
in file creole.php, class Mail_Queue_Container_creole
    Mail_Queue_Container_creole
Mail_Queue_Container_creole
in file creole.php, method Mail_Queue_Container_creole::Mail_Queue_Container_creole()
    Constructor
Mail_Queue_Container_db
in file db.php, method Mail_Queue_Container_db::Mail_Queue_Container_db()
    Constructor
Mail_Queue_Container_db
in file db.php, class Mail_Queue_Container_db
    Mail_Queue_Container_db - Storage driver for fetching mail queue data from a PEAR_DB database
Mail_Queue_Container_mdb
in file mdb.php, method Mail_Queue_Container_mdb::Mail_Queue_Container_mdb()
    Contructor
Mail_Queue_Container_mdb
in file mdb.php, class Mail_Queue_Container_mdb
    Mail_Queue_Container_mdb
Mail_Queue_Container_mdb2
in file mdb2.php, method Mail_Queue_Container_mdb2::Mail_Queue_Container_mdb2()
    Constructor
Mail_Queue_Container_mdb2
in file mdb2.php, class Mail_Queue_Container_mdb2
    Mail_Queue_Container_mdb2
Mail_Queue_Error
in file Error.php, class Mail_Queue_Error
    Mail_Queue_Error implements a class for reporting error messages.
Mail_Queue_Error
in file Error.php, method Mail_Queue_Error::Mail_Queue_Error()
    Mail_Queue_Error constructor.
top

o

$offset
in file Container.php, variable Mail_Queue_Container::$offset
top

p

put
in file Queue.php, method Mail_Queue::put()
    Put new mail in queue.
put
in file mdb2.php, method Mail_Queue_Container_mdb2::put()
    Put new mail in queue and save in database.
put
in file mdb.php, method Mail_Queue_Container_mdb::put()
    Put new mail in queue and save in database.
put
in file db.php, method Mail_Queue_Container_db::put()
    Put new mail in queue and save in database.
put
in file creole.php, method Mail_Queue_Container_creole::put()
    Put new mail in queue and save in database.
top

q

$queue_data
in file Container.php, variable Mail_Queue_Container::$queue_data
    Array for mails in queue
Queue.php
procedural page Queue.php
top

r

$recipient
in file Body.php, variable Mail_Queue_Body::$recipient
    Reciepient email
top

s

$sender
in file Body.php, variable Mail_Queue_Body::$sender
    Sender email
$send_mail
in file Queue.php, variable Mail_Queue::$send_mail
    Reference to Pear_Mail object
$sent_time
in file Body.php, variable Mail_Queue_Body::$sent_time
    Time when mail was sent
$sequence
in file mdb2.php, variable Mail_Queue_Container_mdb2::$sequence
$sequence
in file db.php, variable Mail_Queue_Container_db::$sequence
$sequence
in file mdb.php, variable Mail_Queue_Container_mdb::$sequence
$sequence
in file creole.php, variable Mail_Queue_Container_creole::$sequence
send_example.php
procedural page send_example.php
sendMail
in file Queue.php, method Mail_Queue::sendMail()
    Send mail from Mail_Queue_Body object
sendMailById
in file Queue.php, method Mail_Queue::sendMailById()
    Send Mail by $id identifier. (bypass Mail_Queue)
sendMailsInQueue
in file Queue.php, method Mail_Queue::sendMailsInQueue()
    Send mails fom queue.
setAsSent
in file Container.php, method Mail_Queue_Container::setAsSent()
    Set mail as already sent.
setAsSent
in file mdb2.php, method Mail_Queue_Container_mdb2::setAsSent()
    Set mail as already sent.
setAsSent
in file db.php, method Mail_Queue_Container_db::setAsSent()
    Set mail as already sent.
setAsSent
in file creole.php, method Mail_Queue_Container_creole::setAsSent()
    Set mail as already sent.
setAsSent
in file mdb.php, method Mail_Queue_Container_mdb::setAsSent()
    Set mail as already sent.
setBufferSize
in file Queue.php, method Mail_Queue::setBufferSize()
    Keep memory usage under control. You can set the max number of mails that can be in the preload buffer at any given time.
setOption
in file Container.php, method Mail_Queue_Container::setOption()
    Set common option
skip
in file Container.php, method Mail_Queue_Container::skip()
    Remove the current (problematic) mail from the buffer, but don't delete it from the db: it might be a temporary issue.
top

t

$time_to_send
in file Body.php, variable Mail_Queue_Body::$time_to_send
    Time to send mail
$try
in file Container.php, variable Mail_Queue_Container::$try
$try_sent
in file Body.php, variable Mail_Queue_Body::$try_sent
    How many times mail was sent
top

_

_isSerialized
in file Container.php, method Mail_Queue_Container::_isSerialized()
    Check if the string is a regular string or a serialized array
_Mail_Queue
in file Queue.php, method Mail_Queue::_Mail_Queue()
    Mail_Queue desctructor
_try
in file Body.php, method Mail_Queue_Body::_try()
    Increase and return try_sent
__construct
in file Queue.php, method Mail_Queue::__construct()
__construct
in file mdb2.php, method Mail_Queue_Container_mdb2::__construct()
__construct
in file mdb.php, method Mail_Queue_Container_mdb::__construct()
__construct
in file db.php, method Mail_Queue_Container_db::__construct()
__construct
in file creole.php, method Mail_Queue_Container_creole::__construct()
__destruct
in file Queue.php, method Mail_Queue::__destruct()
top

Documentation generated on Mon, 11 Mar 2019 15:44:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.