[Zend_Mail] element index

Package indexes

All elements
a b c d e f g h i k l m n o p q r s t u v z _
_
top
Variable $_bodyHtml
text/html MIME part
Variable $_bodyText
text/plain MIME part
Variable $_charset
Mail character set
Variable $_content
raw part body
Variable $_countParts
count of parts of a multipart message
Variable $_currentFolder
name of current folder
Variable $_currentFolder
name of current folder
Variable $_currentFolder
name of current folder
Variable $_defaultTransport
Variable $_delim
delim char for subfolders
Variable $_fh
file handle to mbox file
Variable $_filemtime
modification date of mbox file for __wakeup
Variable $_filename
filename of mbox file for __wakeup
Variable $_files
data of found message files in maildir dir
Variable $_flags
flags for this message
Variable $_folders
subfolders of folder array(localName => Zend_Mail_Storage_Folder folder)
Variable $_from
Zend_Mail::$_from in Mail.php
From: address
Variable $_globalName
global name (absolute name of folder)
Variable $_has
class capabilities with default values
Variable $_headers
headers of part as array
Variable $_headers
Mail headers
Variable $_iterationMax
maximum iteration position (= message count)
Variable $_iterationPos
current position of iterator
Variable $_iterationPos
current iteration position
Variable $_knownFlags
imap flags to constants translation
Variable $_knownFlags
known flag chars in filenames
Variable $_localName
local name (name of folder in parent folder)
Variable $_mail
mail handler, if late fetch is active
Variable $_messageClass
used message class, change it in an extened class to extend the returned message class
Variable $_messageNum
message number for mail handler
Variable $_mimeBoundary
MIME boundary string
Variable $_parts
parts of multipart message
Variable $_positions
start and end position of messages as array('start' => start, 'seperator' => headersep, 'end' => end)
Variable $_protocol
protocol handler
Variable $_protocol
protocol handler
Variable $_recipients
Array of all recipients
Variable $_returnPath
Return-Path header
Variable $_rootdir
rootdir of folder structure
Variable $_rootdir
rootdir of folder structure
Variable $_rootFolder
Zend_Mail_Storage_Folder root folder for folder structure
Variable $_rootFolder
Zend_Mail_Storage_Folder root folder for folder structure
Variable $_selectable
folder is selectable if folder is able to hold messages, else it's just a parent folder
Variable $_socket
socket to pop3
Variable $_socket
socket to imap server
Variable $_subject
Subject: header
Variable $_tagCount
counter for request tag
Variable $_timestamp
greeting timestamp for apop
Variable $_to
Zend_Mail::$_to in Mail.php
To: addresses
Variable $_topLines
toplines as fetched with headers
Variable $_type
Zend_Mail::$_type in Mail.php
Content type of the message
Method _addRecipient
Add a recipient
Method _addRecipientAndHeader
Helper function for adding a recipient and the corresponding header
Method _assumedNextLine
get next line and assume it starts with $start. some requests give a simple feedback so we can quickly check if we can go on.
Method _buildFolderTree
find all subfolders and mbox files for folder structure
Method _buildFolderTree
find all subfolders and mbox files for folder structure
Method _cacheContent
Cache content and split in parts if multipart
Method _createTmpFile
open a temporary maildir file
Method _createUniqueId
create a uniqueid for maildir filename
Method _decodeLine
split a given line in tokens. a token is literal of any form or a list
Method _encodeHeader
Encode header fields
Method _getFileData
Get one or all fields from file structure. Also checks if message is valid
Method _getInfoString
create an info string for filenames with given flags
Method _getMaildirFiles
find all files in opened dir handle and add to maildir files
Method _getPos
Get positions for mail message or throw exeption if id is invalid
Method _isMaildir
check if a given dir is a valid maildir
Method _isMboxFile
check if given file is a mbox file
Method _nextLine
get the next line from socket with error checking, but nothing else
Method _nextTaggedLine
get next line and split the tag. that's the normal case for a response line
Method _openMaildir
open given dir as current maildir
Method _openMboxFile
open given file as current mbox file
Method _storeHeader
Add a header to the message
Method __construct
Public constructor
Method __construct
Public constructor
Method __construct
Public constructor
Method __construct
create instance with parameters
Method __construct
Create instance with parameters
Method __construct
Create instance with parameters Supported parameters are:
  • dirname dirname of mbox file
Method __construct
Public constructor
Method __construct
create instance with parameters
Method __construct
create a new mail folder instance
Method __construct
Create instance with parameters Supported parameters are:
  • filename filename of mbox file
Method __construct
Public constructor
Method __construct
Create instance with parameters
Method __construct
Create instance with parameters
Method __destruct
Public destructor
Method __destruct
Destructor calls close() and therefore closes the resource.
Method __destruct
Public destructor
Method __get
Getter for has-properties. The standard has properties are: hasFolder, hasUniqueid, hasDelete, hasCreate, hasTop
Method __get
Getter for mail headers - name is matched in lowercase
Method __get
Special handling for hasTop and hasUniqueid. The headers of the first message is retrieved if Top wasn't needed/tried yet.
Method __get
get subfolder named $name
Method __set
add or replace subfolder named $name
Method __sleep
magic method for serialize()
Method __sleep
magic method for serialize()
Method __toString
magic method for easy output of global name
Method __toString
magic method to get content of part
Method __unset
remove subfolder named $name
Method __wakeup
magic method for unserialize()
Method __wakeup
magic method for unserialize()
Variable $_auth
Indicates an smtp AUTH has been issued and authenticated
Variable $_data
Indicates that DATA has been issued and sent
Variable $_helo
Indicates the HELO command has been issues
Variable $_host
Hostname or IP address of remote server
Variable $_mail
Indicates a MAIL command has been issued
Variable $_password
PLAIN password
Variable $_password
LOGIN password
Variable $_port
Port number of connection
Variable $_rcpt
Indicates one or more RCTP commands have been issued
Variable $_request
Last request sent to server
Variable $_response
Array of server responses to last request
Variable $_secure
Indicates that a session is requested to be secure
Variable $_sess
Indicates an smtp session has been started by the HELO command
Variable $_socket
Socket connection resource
Variable $_template
String template for parsing server responses using sscanf (default: 3 digit code and response string)
Variable $_transport
The transport method for the socket
Variable $_username
LOGIN username
Variable $_username
PLAIN username
Variable $_validHost
Instance of Zend_Validate to check hostnames
Method _connect
Connect to the server using the supplied transport and target
Method _disconnect
Disconnect from remote host and free resource
Method _ehlo
Send EHLO or HELO depending on capabilities of smtp host
Method _expect
Parse server response for successful codes
Method _hmacMd5
Prepare CRAM-MD5 response to server's ticket
Method _receive
Get a line from the stream.
Method _send
Send the given request followed by a LINEEND to the server.
Method _startSession
Start mail session
Method _stopSession
Stop mail session
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __destruct
Class destructor to cleanup open resources
Variable $_auth
Authentication type OPTIONAL
Variable $_config
Config options for authentication
Variable $_connection
Instance of Zend_Mail_Protocol_Smtp
Variable $_headers
Array of message headers
Variable $_host
Remote smtp hostname or i.p.
Variable $_isMultipart
Message is a multipart message
Variable $_mail
Zend_Mail object
Variable $_name
Local client hostname or i.p.
Variable $_parts
Array of message parts
Variable $_port
Port number
Method _buildBody
Generate MIME compliant message from the current configuration
Method _formatHeader
Prepend header name to header value
Method _getHeaders
Return all mail headers as an array
Method _prepareHeaders
Format and fix headers
Method _prepareHeaders
Prepare header string for use in transport
Method _sendMail
Send an email via the SMTP connection protocol
Method _sendMail
Send mail using PHP native mail()
Method _sendMail
Send an email independent from the used transport
Method __construct
Constructor.
Method __construct
Constructor.
Method __destruct
Class destructor to ensure all open connections are closed
a
top
Method addAttachment
Adds an existing attachment to the mail message
Method addBcc
Adds Bcc recipient
Method addCc
Zend_Mail::addCc() in Mail.php
Adds Cc-header and recipient
Method addHeader
Add a custom header to the message
Method addTo
Zend_Mail::addTo() in Mail.php
Adds To-header and recipient
Method append
append a new message to given folder
Method appendMessage
append a new message to mail storage
Method appendMessage
append a new message to mail storage
Method appendMessage
append a new message to mail storage
Page Abstract.php
Abstract.php in Abstract.php
Method auth
Default authentication method
Method auth
Perform PLAIN authentication with supplied credentials
Method auth
Perform LOGIN authentication with supplied credentials
Method auth
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
b
top
Variable $body
Mail body
Variable $boundary
MIME boundary
c
top
Method capa
Get capabilities from POP3 server
Method capability
Get capabilities from IMAP server
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method close
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
Method connect
Open connection to POP3 server
Method connect
Open connection to POP3 server
Method copy
copy message set from current folder to other folder
Method copyMessage
copy an existing message
Method copyMessage
copy an existing message
Method copyMessage
copy an existing message
Method count
Countable::count()
Method countMessages
Count messages all messages in current box
Method countMessages
Count messages all messages in current box
Method countMessages
Count messages all messages in current box
Method countMessages
Count messages all messages in current box
Method countMessages
Count messages messages in current box/folder
Method countParts
Count parts of a multipart part
Method create
create a new folder (and parent folders if needed)
Method createAttachment
Creates a Zend_Mime_Part attachment
Method createFolder
create a new folder
Method createFolder
create a new folder
Method createFolder
create a new folder
Method current
implements Iterator::current()
Method current
Iterator::current()
Method current
implements Iterator::current()
Method connect
Create a connection to the remote host
Method connect
Connect to the server with the parameters given in the constructor.
Page Crammd5.php
Crammd5.php in Crammd5.php
d
top
Method delete
Make a DELE count to remove a message
Method delete
remove a folder
Method data
Issues DATA command
Method disconnect
Closes connection
e
top
Method escapeList
escape a list with literals or lists
Method escapeString
escape one or more literals i.e. for sendRequest
Method examine
examine folder
Method examineOrSelect
Examine and select have the same response. The common code for both is in this method
Method expunge
permanently remove messages
Page Exception.php
Exception.php in Exception.php
Class Constant EOL
Mail default EOL string
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Variable $EOL
EOL character string used by transport
Variable $EOL
EOL character string
Page Exception.php
Exception.php in Exception.php
f
top
Method fetch
fetch one or more items of one or more messages
Class Constant FLAG_ANSWERED
Class Constant FLAG_DELETED
Class Constant FLAG_DRAFT
Class Constant FLAG_FLAGGED
Class Constant FLAG_PASSED
Class Constant FLAG_RECENT
Class Constant FLAG_SEEN
Page Folder.php
Folder.php in Folder.php
g
top
Method getBodyHtml
Return Zend_Mime_Part representing body HTML
Method getBodyText
Return text body Zend_Mime_Part or string
Method getCapabilities
Get a full list of features supported by the specific mail lib and the server
Method getCharset
Return charset string
Method getChildren
implements RecursiveIterator::getChildren()
Method getChildren
implements RecursiveIterator::getChildren()
Method getContent
Body of part
Method getCurrentFolder
get Zend_Mail_Storage_Folder instance for current folder
Method getCurrentFolder
get Zend_Mail_Storage_Folder instance for current folder
Method getCurrentFolder
get Zend_Mail_Storage_Folder instance for current folder
Method getCurrentFolder
get Zend_Mail_Storage_Folder instance for current folder
Method getFlags
get all set flags
Method getFolders
get root folder or given folder
Method getFolders
get root folder or given folder
Method getFolders
get root folder or given folder
Method getFolders
get root folder or given folder
Method getFrom
Returns the sender of the mail
Method getGlobalName
get global name
Method getHeader
Get a header in specificed format
Method getHeaders
Return mail headers
Method getHeaders
Get all headers
Method getList
Make LIST call for size of message(s)
Method getLocalName
get local name
Method getMessage
Fetch a message
Method getMessage
Fetch a message
Method getMessage
Get a message with headers and body
Method getMessage
Fetch a message
Method getMessage
Fetch a message
Method getMimeBoundary
Return the boundary string used for the message
Method getNumberByUniqueId
get a message number from a unique id
Method getNumberByUniqueId
get a message number from a unique id
Method getNumberByUniqueId
get a message number from a unique id
Method getNumberByUniqueId
get a message number from a unique id
Method getNumberByUniqueId
get a message number from a unique id
Method getPart
Get part of multipart message
Method getPartCount
Return a count of message parts
Method getRawContent
Method getRawContent
Method getRawContent
Method getRawContent
Method getRawContent
Get raw content of message or part
Method getRawHeader
Method getRawHeader
Method getRawHeader
Method getRawHeader
Method getRawHeader
Get raw header of message or part
Method getRecipients
Return list of recipient email addresses
Method getReturnPath
Returns the current Return-Path address for the email
Method getSize
get a list of messages with number and size
Method getSize
Get a list of messages with number and size
Method getSize
Get a list of messages with number and size
Method getSize
Get a list of messages with number and size
Method getSize
get a list of messages with number and size
Method getSubject
Returns the encoded subject of the message
Method getTopLines
return toplines as found after headers
Method getType
Get content type of the message
Method getUniqueId
get unique id for one or all messages
Method getUniqueId
get unique id for one or all messages
Method getUniqueId
get unique id for one or all messages
Method getUniqueId
get unique id for one or all messages
Method getUniqueId
get unique id for one or all messages
Method getLog
Retrieve the transaction log
Method getRequest
Retrieve the last client request
Method getResponse
Retrieve the last server response
Method getConnection
Gets the connection protocol instance
h
top
Variable $hasAttachments
Flag: whether or not email has attachments
Variable $hasTop
saves if server supports top
Method hasChildren
implements RecursiveIterator::hasChildren()
Method hasChildren
implements RecursiveIterator::hasChildren()
Method hasFlag
check if flag is set
Method helo
Initiate HELO/EHLO sequence and set flag to indicate valid smtp session
Variable $header
Mail header string
i
top
Method isLeaf
check if folder has no subfolder
Method isMultipart
Check if part is a multipart message
Method isSelectable
is this folder selectable?
Page Imap.php
Imap.php in Imap.php
Page Interface.php
Interface.php in Interface.php
Page Imap.php
Imap.php in Imap.php
Page Interface.php
Interface.php in Interface.php
k
top
Method key
implements Iterator::key()
Method key
implements Iterator::key()
Method key
Iterator::key()
l
top
Method listMailbox
get mailbox list
Method login
Login to POP3 server. Can use APOP
Method login
Login to IMAP server.
Method logout
End communication with POP3 server (also closes socket)
Method logout
logout of imap server
Page Login.php
Login.php in Login.php
m
top
Page Message.php
Message.php in Message.php
Page Maildir.php
Maildir.php in Maildir.php
Page Mbox.php
Mbox.php in Mbox.php
Page Maildir.php
Maildir.php in Maildir.php
Page Mbox.php
Mbox.php in Mbox.php
Page Maildir.php
Maildir.php in Maildir.php
Page Mail.php
Mail.php in Mail.php
Method mail
Issues MAIL command
n
top
Method next
implements Iterator::next()
Method next
Iterator::next()
Method next
implements Iterator::next()
Method noop
Make a NOOP call, maybe needed for keeping the server happy
Method noop
Waste some CPU cycles doing nothing.
Method noop
Keep the server busy.
Method noop
send noop
Method noop
Keep the resource alive.
Method noop
Keep the server busy.
Method noop
Waste some CPU cycles doing nothing.
Method noop
Issues the NOOP command end validates answer
o
top
Method offsetExists
ArrayAccess::offsetExists()
Method offsetGet
ArrayAccess::offsetGet()
Method offsetSet
ArrayAccess::offsetSet()
Method offsetUnset
ArrayAccess::offsetUnset()
p
top
Page Part.php
Part.php in Part.php
Page Pop3.php
Pop3.php in Pop3.php
Page Pop3.php
Pop3.php in Pop3.php
Page Plain.php
Plain.php in Plain.php
Variable $parameters
Config options for sendmail parameters
q
top
Method quit
Issues the QUIT command and clears the current session
r
top
Method readLine
read a response "line" (could also be more than one real line if response has {..}<NL>) and do a simple decode
Method readResponse
read all lines of response until given tag is found (last line of response)
Method readResponse
read a response
Method removeFolder
remove a folder
Method removeFolder
remove a folder
Method removeFolder
remove a folder
Method removeMessage
Remove a message from server. If you're doing that from a web enviroment you should be careful and use a uniqueid as parameter if possible to identify the message.
Method removeMessage
delete a message from current box/folder
Method removeMessage
stub for not supported message deletion
Method removeMessage
stub for not supported message deletion
Method removeMessage
stub for not supported message deletion
Method removeMessage
Remove a message from server. If you're doing that from a web enviroment you should be careful and use a uniqueid as parameter if possible to identify the message.
Method rename
rename an existing folder
Method renameFolder
rename and/or move folder
Method renameFolder
rename and/or move folder
Method renameFolder
rename and/or move folder
Method request
Send request and get resposne
Method requestAndResponse
send a request and get response at once
Method retrive
Make a RETR call for retrieving a full message with headers and body
Method rewind
Iterator::rewind()
Method rewind
implements Iterator::rewind()
Method rewind
implements Iterator::rewind()
Method rcpt
Issues RCPT command
Method resetLog
Reset the transaction log
Method rset
Issues the RSET command end validates answer
Variable $recipients
Recipients string
s
top
Page Storage.php
Storage.php in Storage.php
Method seek
SeekableIterator::seek()
Method select
change folder
Method selectFolder
select given folder
Method selectFolder
select given folder
Method selectFolder
select given folder
Method selectFolder
select given folder
Method send
Zend_Mail::send() in Mail.php
Sends this email using the given transport or a previously set DefaultTransport or the internal mail function if no default transport had been set.
Method sendRequest
Send a request
Method sendRequest
send a request
Method setBodyHtml
Sets the HTML body for the message
Method setBodyText
Sets the text body for the message.
Method setDefaultTransport
Sets the default mail transport for all following uses of Zend_Mail::send();
Method setFlags
set flags for message
Method setFlags
set flags for message
Method setFlags
set flags for message
Method setFrom
Sets From-header and sender of the message
Method setMimeBoundary
Set an arbitrary mime boundary for the message
Method setReturnPath
Sets the Return-Path header for an email
Method setSubject
Sets the subject of the message
Method setType
Set content type
Method status
Make STAT call for message count and size sum
Method store
set flags
Page Smtp.php
Smtp.php in Smtp.php
Variable $subject
Subject
Page Sendmail.php
Sendmail.php in Sendmail.php
Page Smtp.php
Smtp.php in Smtp.php
Method send
Send a mail using this transport
Method setConnection
Sets the connection protocol instance
t
top
Method top
Make TOP call for getting headers and maybe some body lines This method also sets hasTop - before it it's not known if top is supported
Class Constant TIMEOUT_CONNECTION
Default timeout in seconds for initiating session
u
top
Method undelete
Make RSET call, which rollbacks delete requests
Method uniqueid
Make UIDL call for getting a uniqueid
v
top
Method valid
implements Iterator::valid()
Method valid
implements Iterator::valid()
Method valid
Iterator::valid()
Method vrfy
Issues the VRFY command end validates answer
z
top
Class Zend_Mail
Zend_Mail in Mail.php
Class for sending an email.
Class Zend_Mail_Exception
Zend_Mail_Exception in Exception.php
Class Zend_Mail_Message
Zend_Mail_Message in Message.php
Class Zend_Mail_Part
Zend_Mail_Part in Part.php
Class Zend_Mail_Protocol_Imap
Class Zend_Mail_Protocol_Pop3
Class Zend_Mail_Storage
Zend_Mail_Storage in Storage.php
Class Zend_Mail_Storage_Abstract
Class Zend_Mail_Storage_Folder
Class Zend_Mail_Storage_Folder_Interface
Class Zend_Mail_Storage_Folder_Maildir
Class Zend_Mail_Storage_Folder_Mbox
Class Zend_Mail_Storage_Imap
Class Zend_Mail_Storage_Maildir
Class Zend_Mail_Storage_Mbox
Class Zend_Mail_Storage_Pop3
Class Zend_Mail_Storage_Writable_Interface
Class Zend_Mail_Storage_Writable_Maildir
Class Zend_Mail_Protocol_Abstract
Zend_Mail_Protocol_Abstract
Class Zend_Mail_Protocol_Exception
Class Zend_Mail_Protocol_Smtp
Smtp implementation of Zend_Mail_Protocol_Abstract
Class Zend_Mail_Protocol_Smtp_Auth_Crammd5
Performs CRAM-MD5 authentication
Class Zend_Mail_Protocol_Smtp_Auth_Login
Performs LOGIN authentication
Class Zend_Mail_Protocol_Smtp_Auth_Plain
Performs PLAIN authentication
Class Zend_Mail_Storage_Exception
Class Zend_Mail_Transport_Abstract
Abstract for sending eMails through different ways of transport
Class Zend_Mail_Transport_Exception
Class Zend_Mail_Transport_Sendmail
Class for sending eMails via the PHP internal mail() function
Class Zend_Mail_Transport_Smtp
SMTP connection object
a b c d e f g h i k l m n o p q r s t u v z _