Element index for namespace Nette-Mail

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ s ] [ _ ]

_

__construct
in file Mail.php, method Mail::__construct()
top

a

addAttachment
in file Mail.php, method Mail::addAttachment()
    Adds attachment.
addBcc
in file Mail.php, method Mail::addBcc()
    Adds blind carbon copy email recipient.
addCc
in file Mail.php, method Mail::addCc()
    Adds carbon copy email recipient.
addEmbeddedFile
in file Mail.php, method Mail::addEmbeddedFile()
    Adds embedded file.
addPart
in file MailMimePart.php, method MailMimePart::addPart()
    Adds or creates new multipart.
addReplyTo
in file Mail.php, method Mail::addReplyTo()
    Adds the reply-to address.
addTo
in file Mail.php, method Mail::addTo()
    Adds email recipient.
top

b

build
in file Mail.php, method Mail::build()
    Builds e-mail.
buildHtml
in file Mail.php, method Mail::buildHtml()
    Builds HTML content.
buildText
in file Mail.php, method Mail::buildText()
    Builds text content.
top

c

clearHeader
in file MailMimePart.php, method MailMimePart::clearHeader()
    Removes a header.
top

d

$defaultHeaders
in file Mail.php, variable Mail::$defaultHeaders
$defaultMailer
in file Mail.php, variable Mail::$defaultMailer
top

e

encodeQuotedPrintable
in file MailMimePart.php, method MailMimePart::encodeQuotedPrintable()
    Converts a 8 bit string to a quoted-printable string.
ENCODING_7BIT
in file MailMimePart.php, class constant MailMimePart::ENCODING_7BIT
    encoding
ENCODING_8BIT
in file MailMimePart.php, class constant MailMimePart::ENCODING_8BIT
    encoding
ENCODING_BASE64
in file MailMimePart.php, class constant MailMimePart::ENCODING_BASE64
    encoding
ENCODING_QUOTED_PRINTABLE
in file MailMimePart.php, class constant MailMimePart::ENCODING_QUOTED_PRINTABLE
    encoding
top

g

generateMessage
in file MailMimePart.php, method MailMimePart::generateMessage()
    Returns encoded message.
getBody
in file MailMimePart.php, method MailMimePart::getBody()
    Gets textual body.
getEncodedHeader
in file MailMimePart.php, method MailMimePart::getEncodedHeader()
    Returns an encoded header.
getEncoding
in file MailMimePart.php, method MailMimePart::getEncoding()
    Returns Content-Transfer-Encoding header.
getFrom
in file Mail.php, method Mail::getFrom()
    Returns the sender of the message.
getHeader
in file MailMimePart.php, method MailMimePart::getHeader()
    Returns a header.
getHeaders
in file MailMimePart.php, method MailMimePart::getHeaders()
    Returns all headers.
getHtmlBody
in file Mail.php, method Mail::getHtmlBody()
    Gets HTML body.
getMailer
in file Mail.php, method Mail::getMailer()
    Returns mailer.
getPriority
in file Mail.php, method Mail::getPriority()
    Returns email priority.
getReturnPath
in file Mail.php, method Mail::getReturnPath()
    Returns the Return-Path header.
getSubject
in file Mail.php, method Mail::getSubject()
    Returns the subject of the message.
top

h

HIGH
in file Mail.php, class constant Mail::HIGH
    Priority
top

i

IMailer
in file IMailer.php, class IMailer
    Mailer interface.
IMailer.php
procedural page IMailer.php
top

l

LOW
in file Mail.php, class constant Mail::LOW
    Priority
top

m

Mail
in file Mail.php, class Mail
    Mail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages.
Mail.php
procedural page Mail.php
MailMimePart.php
procedural page MailMimePart.php
MailMimePart
in file MailMimePart.php, class MailMimePart
    MIME message part.
top

n

NORMAL
in file Mail.php, class constant Mail::NORMAL
    Priority
top

s

SendmailMailer.php
procedural page SendmailMailer.php
send
in file IMailer.php, method IMailer::send()
    Sends e-mail.
send
in file SendmailMailer.php, method SendmailMailer::send()
    Sends e-mail.
send
in file Mail.php, method Mail::send()
    Sends e-mail.
SendmailMailer
in file SendmailMailer.php, class SendmailMailer
    Sends e-mails via the PHP internal mail() function.
setBody
in file MailMimePart.php, method MailMimePart::setBody()
    Sets textual body.
setContentType
in file MailMimePart.php, method MailMimePart::setContentType()
    Sets Content-Type header.
setEncoding
in file MailMimePart.php, method MailMimePart::setEncoding()
    Sets Content-Transfer-Encoding header.
setFrom
in file Mail.php, method Mail::setFrom()
    Sets the sender of the message.
setHeader
in file MailMimePart.php, method MailMimePart::setHeader()
    Sets a header.
setHtmlBody
in file Mail.php, method Mail::setHtmlBody()
    Sets HTML body.
setMailer
in file Mail.php, method Mail::setMailer()
    Sets the mailer.
setPriority
in file Mail.php, method Mail::setPriority()
    Sets email priority.
setReturnPath
in file Mail.php, method Mail::setReturnPath()
    Sets the Return-Path header of the message.
setSubject
in file Mail.php, method Mail::setSubject()
    Sets the subject of the message.
top