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

Index of all elements

[ a ] [ d ] [ e ] [ g ] [ h ] [ ] [ s ] [ t ]

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

e

encode
in file mimePart.php, method Mail_mimePart::encode()
    encode()
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

m

Mail_mime
in file mime.php, class Mail_mime
    Mime mail composer class. Can handle: text and html bodies, embedded html images and attachments.
Mail_mime
in file mime.php, method Mail_mime::Mail_mime()
    Constructor function
mime.php
procedural page mime.php
mimeDecode.php
procedural page mimeDecode.php
mimePart.php
procedural page mimePart.php
Mail_mimeDecode
in file mimeDecode.php, class Mail_mimeDecode
    +----------------------------- IMPORTANT ------------------------------+
Mail_mimeDecode
in file mimeDecode.php, method Mail_mimeDecode::Mail_mimeDecode()
    Constructor.
Mail_mimePart
in file mimePart.php, method Mail_mimePart::Mail_mimePart()
    Constructor.
Mail_mimePart
in file mimePart.php, class Mail_mimePart
    Raw mime encoding class
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:31:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.