Element index for package Mail
[ a ]
[ d ]
[ e ]
[ g ]
[ h ]
[ m ]
[ s ]
[ t ]
[ u ]
a
- addAttachment
- in file mime.php, method Mail_mime::addAttachment()
Adds a file to the list of attachments.
- addBcc
- in file mime.php, method Mail_mime::addBcc()
Add an email to the Bcc (blank carbon copy) header (multiple calls to this method are allowed)
- addCc
- in file mime.php, method Mail_mime::addCc()
Add an email to the Cc (carbon copy) header (multiple calls to this method are allowed)
- addHTMLImage
- in file mime.php, method Mail_mime::addHTMLImage()
Adds an image to the list of embedded images.
- addSubPart
- in file mimePart.php, method Mail_mimePart::addSubPart()
&addSubPart()
top
d
- decode
- in file mimeDecode.php, method Mail_mimeDecode::decode()
Begins the decoding process. If called statically it will create an object and call the decode() method of it.
top
top
g
- get
- in file mime.php, method Mail_mime::get()
Builds the multipart message from the list ($this->_parts) and returns the mime content.
- getMimeNumbers
- in file mimeDecode.php, method Mail_mimeDecode::getMimeNumbers()
Given the output of the above function, this will return an array of references to the parts, indexed by mime number.
- getSendArray
- in file mimeDecode.php, method Mail_mimeDecode::getSendArray()
getSendArray() returns the arguments required for Mail::send() used to build the arguments for a mail::send() call
- getXML
- in file mimeDecode.php, method Mail_mimeDecode::getXML()
Returns a xml copy of the output of Mail_mimeDecode::decode. Pass the output in as the argument. This function can be called statically. Eg:
top
h
- headers
- in file mime.php, method Mail_mime::headers()
Returns an array with the headers needed to prepend to the email (MIME-Version and Content-Type). Format of argument is: $array['header-name'] = 'header-value';
top
top
s
- setFrom
- in file mime.php, method Mail_mime::setFrom()
Set an email to the From (the sender) header
- setHTMLBody
- in file mime.php, method Mail_mime::setHTMLBody()
Adds a html part to the mail
- setSubject
- in file mime.php, method Mail_mime::setSubject()
Sets the Subject header
- setTXTBody
- in file mime.php, method Mail_mime::setTXTBody()
Accessor function to set the body text. Body text is used if it's not an html mail being sent or else is used to fill the text/plain part that emails clients who don't support html should show.
top
t
- txtHeaders
- in file mime.php, method Mail_mime::txtHeaders()
Get the text version of the headers (usefull if you want to use the PHP mail() function)
top
u
- uudecode
- in file mimeDecode.php, method Mail_mimeDecode::uudecode()
Checks the input for uuencoded files and returns an array of them. Can be called statically, eg:
top
Documentation generated on Mon, 11 Mar 2019 14:18:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|