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

Index of all elements

[ a ] [ e ] [ g ] [ h ] [ m ] [ ] [ 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

e

encode
in file mimePart.php, method Mail_mimePart::encode()
    encode()
encodeRecipients
in file mime.php, method Mail_mime::encodeRecipients()
    Since the PHP send function requires you to specifiy recipients (To: header) separately from the other headers, the To: header is not properly encoded.
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.
getMessage
in file mime.php, method Mail_mime::getMessage()
    Returns the complete e-mail, ready to send using an alternative
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
    The Mail_Mime class provides an OO interface to create MIME enabled email messages. This way you can create emails that contain plain-text bodies, HTML bodies, attachments, inline images and specific headers.
Mail_mime
in file mime.php, method Mail_mime::Mail_mime()
    Constructor function.
mime.php
procedural page mime.php
mimePart.php
procedural page mimePart.php
Mail_mimePart
in file mimePart.php, method Mail_mimePart::Mail_mimePart()
    Constructor.
Mail_mimePart
in file mimePart.php, class Mail_mimePart
    The Mail_mimePart class is used to create MIME E-mail messages
top

p

phail.php
procedural page phail.php
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

usage
in file phail.php, function usage()
top

Documentation generated on Thu, 21 Jun 2007 15:30:03 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.