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

Element index for package Mail_Mime

[ d ] [ g ] [ m ] [ u ]

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

g

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

m

Mail_mimeDecode
in file mimeDecode.php, method Mail_mimeDecode::Mail_mimeDecode()
    Constructor.
Mail_mimeDecode
in file mimeDecode.php, class Mail_mimeDecode
    The Mail_mimeDecode class is used to decode mail/mime messages
mimeDecode.php
procedural page mimeDecode.php
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 15:41:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.