-
$_bodyHtml
-
text/html MIME part
-
$_bodyText
-
text/plain MIME part
-
$_charset
-
Mail character set
-
$_content
-
raw part body
-
$_countParts
-
count of parts of a multipart message
-
$_currentFolder
-
name of current folder
-
$_currentFolder
-
name of current folder
-
$_currentFolder
-
name of current folder
-
$_defaultTransport
-
-
$_delim
-
delim char for subfolders
-
$_fh
-
file handle to mbox file
-
$_filemtime
-
modification date of mbox file for __wakeup
-
$_filename
-
filename of mbox file for __wakeup
-
$_files
-
data of found message files in maildir dir
-
$_flags
-
flags for this message
-
$_folders
-
subfolders of folder array(localName => Zend_Mail_Storage_Folder folder)
-
$_from
-
From: address
-
$_globalName
-
global name (absolute name of folder)
-
$_has
-
class capabilities with default values
-
$_headers
-
headers of part as array
-
$_headers
-
Mail headers
-
$_iterationMax
-
maximum iteration position (= message count)
-
$_iterationPos
-
current position of iterator
-
$_iterationPos
-
current iteration position
-
$_knownFlags
-
imap flags to constants translation
-
$_knownFlags
-
known flag chars in filenames
-
$_localName
-
local name (name of folder in parent folder)
-
$_mail
-
mail handler, if late fetch is active
-
$_messageClass
-
used message class, change it in an extened class to extend the returned message class
-
$_messageNum
-
message number for mail handler
-
$_mimeBoundary
-
MIME boundary string
-
$_parts
-
parts of multipart message
-
$_positions
-
start and end position of messages as array('start' => start, 'seperator' => headersep, 'end' => end)
-
$_protocol
-
protocol handler
-
$_protocol
-
protocol handler
-
$_recipients
-
Array of all recipients
-
$_returnPath
-
Return-Path header
-
$_rootdir
-
rootdir of folder structure
-
$_rootdir
-
rootdir of folder structure
-
$_rootFolder
-
Zend_Mail_Storage_Folder root folder for folder structure
-
$_rootFolder
-
Zend_Mail_Storage_Folder root folder for folder structure
-
$_selectable
-
folder is selectable if folder is able to hold messages, else it's just a parent folder
-
$_socket
-
socket to pop3
-
$_socket
-
socket to imap server
-
$_subject
-
Subject: header
-
$_tagCount
-
counter for request tag
-
$_timestamp
-
greeting timestamp for apop
-
$_to
-
To: addresses
-
$_topLines
-
toplines as fetched with headers
-
$_type
-
Content type of the message
-
_addRecipient
-
Add a recipient
-
_addRecipientAndHeader
-
Helper function for adding a recipient and the corresponding header
-
_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.
-
_buildFolderTree
-
find all subfolders and mbox files for folder structure
-
_buildFolderTree
-
find all subfolders and mbox files for folder structure
-
_cacheContent
-
Cache content and split in parts if multipart
-
_createTmpFile
-
open a temporary maildir file
-
_createUniqueId
-
create a uniqueid for maildir filename
-
_decodeLine
-
split a given line in tokens. a token is literal of any form or a list
-
_encodeHeader
-
Encode header fields
-
_getFileData
-
Get one or all fields from file structure. Also checks if message is valid
-
_getInfoString
-
create an info string for filenames with given flags
-
_getMaildirFiles
-
find all files in opened dir handle and add to maildir files
-
_getPos
-
Get positions for mail message or throw exeption if id is invalid
-
_isMaildir
-
check if a given dir is a valid maildir
-
_isMboxFile
-
check if given file is a mbox file
-
_nextLine
-
get the next line from socket with error checking, but nothing else
-
_nextTaggedLine
-
get next line and split the tag. that's the normal case for a response line
-
_openMaildir
-
open given dir as current maildir
-
_openMboxFile
-
open given file as current mbox file
-
_storeHeader
-
Add a header to the message
-
__construct
-
Public constructor
-
__construct
-
Public constructor
-
__construct
-
Public constructor
-
__construct
-
create instance with parameters
-
__construct
-
Create instance with parameters
-
__construct
-
Create instance with parameters Supported parameters are:
- dirname dirname of mbox file
-
__construct
-
Public constructor
-
__construct
-
create instance with parameters
-
__construct
-
create a new mail folder instance
-
__construct
-
Create instance with parameters Supported parameters are:
- filename filename of mbox file
-
__construct
-
Public constructor
-
__construct
-
Create instance with parameters
-
__construct
-
Create instance with parameters
-
__destruct
-
Public destructor
-
__destruct
-
Destructor calls close() and therefore closes the resource.
-
__destruct
-
Public destructor
-
__get
-
Getter for has-properties. The standard has properties are: hasFolder, hasUniqueid, hasDelete, hasCreate, hasTop
-
__get
-
Getter for mail headers - name is matched in lowercase
-
__get
-
Special handling for hasTop and hasUniqueid. The headers of the first message is retrieved if Top wasn't needed/tried yet.
-
__get
-
get subfolder named $name
-
__set
-
add or replace subfolder named $name
-
__sleep
-
magic method for serialize()
-
__sleep
-
magic method for serialize()
-
__toString
-
magic method for easy output of global name
-
__toString
-
magic method to get content of part
-
__unset
-
remove subfolder named $name
-
__wakeup
-
magic method for unserialize()
-
__wakeup
-
magic method for unserialize()
-
$_auth
-
Indicates an smtp AUTH has been issued and authenticated
-
$_data
-
Indicates that DATA has been issued and sent
-
$_helo
-
Indicates the HELO command has been issues
-
$_host
-
Hostname or IP address of remote server
-
$_mail
-
Indicates a MAIL command has been issued
-
$_password
-
PLAIN password
-
$_password
-
LOGIN password
-
$_port
-
Port number of connection
-
$_rcpt
-
Indicates one or more RCTP commands have been issued
-
$_request
-
Last request sent to server
-
$_response
-
Array of server responses to last request
-
$_secure
-
Indicates that a session is requested to be secure
-
$_sess
-
Indicates an smtp session has been started by the HELO command
-
$_socket
-
Socket connection resource
-
$_template
-
String template for parsing server responses using sscanf (default: 3 digit code and response string)
-
$_transport
-
The transport method for the socket
-
$_username
-
LOGIN username
-
$_username
-
PLAIN username
-
$_validHost
-
Instance of Zend_Validate to check hostnames
-
_connect
-
Connect to the server using the supplied transport and target
-
_disconnect
-
Disconnect from remote host and free resource
-
_ehlo
-
Send EHLO or HELO depending on capabilities of smtp host
-
_expect
-
Parse server response for successful codes
-
_hmacMd5
-
Prepare CRAM-MD5 response to server's ticket
-
_receive
-
Get a line from the stream.
-
_send
-
Send the given request followed by a LINEEND to the server.
-
_startSession
-
Start mail session
-
_stopSession
-
Stop mail session
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__destruct
-
Class destructor to cleanup open resources
-
$_auth
-
Authentication type OPTIONAL
-
$_config
-
Config options for authentication
-
$_connection
-
Instance of Zend_Mail_Protocol_Smtp
-
$_headers
-
Array of message headers
-
$_host
-
Remote smtp hostname or i.p.
-
$_isMultipart
-
Message is a multipart message
-
$_mail
-
Zend_Mail object
-
$_name
-
Local client hostname or i.p.
-
$_parts
-
Array of message parts
-
$_port
-
Port number
-
_buildBody
-
Generate MIME compliant message from the current configuration
-
_formatHeader
-
Prepend header name to header value
-
_getHeaders
-
Return all mail headers as an array
-
_prepareHeaders
-
Format and fix headers
-
_prepareHeaders
-
Prepare header string for use in transport
-
_sendMail
-
Send an email via the SMTP connection protocol
-
_sendMail
-
Send mail using PHP native mail()
-
_sendMail
-
Send an email independent from the used transport
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__destruct
-
Class destructor to ensure all open connections are closed
-
capa
-
Get capabilities from POP3 server
-
capability
-
Get capabilities from IMAP server
-
close
-
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
-
close
-
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
-
close
-
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
-
close
-
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
-
close
-
Close resource for mail lib. If you need to control, when the resource is closed. Otherwise the destructor would call this.
-
connect
-
Open connection to POP3 server
-
connect
-
Open connection to POP3 server
-
copy
-
copy message set from current folder to other folder
-
copyMessage
-
copy an existing message
-
copyMessage
-
copy an existing message
-
copyMessage
-
copy an existing message
-
count
-
Countable::count()
-
countMessages
-
Count messages all messages in current box
-
countMessages
-
Count messages all messages in current box
-
countMessages
-
Count messages all messages in current box
-
countMessages
-
Count messages all messages in current box
-
countMessages
-
Count messages messages in current box/folder
-
countParts
-
Count parts of a multipart part
-
create
-
create a new folder (and parent folders if needed)
-
createAttachment
-
Creates a Zend_Mime_Part attachment
-
createFolder
-
create a new folder
-
createFolder
-
create a new folder
-
createFolder
-
create a new folder
-
current
-
implements Iterator::current()
-
current
-
Iterator::current()
-
current
-
implements Iterator::current()
-
connect
-
Create a connection to the remote host
-
connect
-
Connect to the server with the parameters given in the constructor.
-
Crammd5.php
-
-
getBodyHtml
-
Return Zend_Mime_Part representing body HTML
-
getBodyText
-
Return text body Zend_Mime_Part or string
-
getCapabilities
-
Get a full list of features supported by the specific mail lib and the server
-
getCharset
-
Return charset string
-
getChildren
-
implements RecursiveIterator::getChildren()
-
getChildren
-
implements RecursiveIterator::getChildren()
-
getContent
-
Body of part
-
getCurrentFolder
-
get Zend_Mail_Storage_Folder instance for current folder
-
getCurrentFolder
-
get Zend_Mail_Storage_Folder instance for current folder
-
getCurrentFolder
-
get Zend_Mail_Storage_Folder instance for current folder
-
getCurrentFolder
-
get Zend_Mail_Storage_Folder instance for current folder
-
getFlags
-
get all set flags
-
getFolders
-
get root folder or given folder
-
getFolders
-
get root folder or given folder
-
getFolders
-
get root folder or given folder
-
getFolders
-
get root folder or given folder
-
getFrom
-
Returns the sender of the mail
-
getGlobalName
-
get global name
-
getHeader
-
Get a header in specificed format
-
getHeaders
-
Return mail headers
-
getHeaders
-
Get all headers
-
getList
-
Make LIST call for size of message(s)
-
getLocalName
-
get local name
-
getMessage
-
Fetch a message
-
getMessage
-
Fetch a message
-
getMessage
-
Get a message with headers and body
-
getMessage
-
Fetch a message
-
getMessage
-
Fetch a message
-
getMimeBoundary
-
Return the boundary string used for the message
-
getNumberByUniqueId
-
get a message number from a unique id
-
getNumberByUniqueId
-
get a message number from a unique id
-
getNumberByUniqueId
-
get a message number from a unique id
-
getNumberByUniqueId
-
get a message number from a unique id
-
getNumberByUniqueId
-
get a message number from a unique id
-
getPart
-
Get part of multipart message
-
getPartCount
-
Return a count of message parts
-
getRawContent
-
-
getRawContent
-
-
getRawContent
-
-
getRawContent
-
-
getRawContent
-
Get raw content of message or part
-
getRawHeader
-
-
getRawHeader
-
-
getRawHeader
-
-
getRawHeader
-
-
getRawHeader
-
Get raw header of message or part
-
getRecipients
-
Return list of recipient email addresses
-
getReturnPath
-
Returns the current Return-Path address for the email
-
getSize
-
get a list of messages with number and size
-
getSize
-
Get a list of messages with number and size
-
getSize
-
Get a list of messages with number and size
-
getSize
-
Get a list of messages with number and size
-
getSize
-
get a list of messages with number and size
-
getSubject
-
Returns the encoded subject of the message
-
getTopLines
-
return toplines as found after headers
-
getType
-
Get content type of the message
-
getUniqueId
-
get unique id for one or all messages
-
getUniqueId
-
get unique id for one or all messages
-
getUniqueId
-
get unique id for one or all messages
-
getUniqueId
-
get unique id for one or all messages
-
getUniqueId
-
get unique id for one or all messages
-
getLog
-
Retrieve the transaction log
-
getRequest
-
Retrieve the last client request
-
getResponse
-
Retrieve the last server response
-
getConnection
-
Gets the connection protocol instance