go-mail
[ class tree: go-mail ] [ index: go-mail ] [ all elements ]

Element index for package go-mail

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

$_body
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_body
    The body part of the input
$_decode_bodies
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_decode_bodies
    Flag to determine whether to decode bodies
$_decode_headers
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_decode_headers
    Flag to determine whether to decode headers
$_error
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_error
    If an error occurs, this is used to store the message
$_header
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_header
    The header part of the input
$_include_bodies
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_include_bodies
    Flag to determine whether to include bodies in the returned object.
$_input
in file mimeDecode.class.inc, variable Mail_mimeDecode::$_input
    The raw email to decode
__construct
in file TemplateDecorator.class.inc.php, method Swift_Plugin_Template_Decorator::__construct()
__construct
in file smtp_restrict.class.inc.php, method smtp_restrict::__construct()
__construct
in file GoSwift.class.inc.php, method GoSwiftImport::__construct()
__construct
in file Go2Mime.class.inc.php, method Go2Mime::__construct()
__construct
in file GOXML.class.inc.php, method GOXML::__construct()
__construct
in file GoSwift.class.inc.php, method GoSwift::__construct()
    Constructor. This will create a Swift instance and a Swift message public property.
top

a

$account
in file GoSwift.class.inc.php, variable GoSwift::$account
    The account record as an array. see table em_accounts
$attachments
in file Go2Mime.class.inc.php, variable Go2Mime::$attachments
addArray
in file GOXML.class.inc.php, method GOXML::addArray()
add_counter
in file smtp_restrict.class.inc.php, method smtp_restrict::add_counter()
    Add a Counter
append_message
in file imap.class.inc, method imap::append_message()
    Append a message to a maibox
top

b

$body
in file Go2Mime.class.inc.php, variable Go2Mime::$body
$body
in file GoSwift.class.inc.php, variable GoSwiftImport::$body
build_mime
in file Go2Mime.class.inc.php, method Go2Mime::build_mime()
build_search_query
in file imap.class.inc, method imap::build_search_query()
top

c

check_mbroot
in file imap.class.inc, method imap::check_mbroot()
    Check if the given mailbox root is valid and return it with the correct delimiter
clear_errors
in file imap.class.inc, method imap::clear_errors()
close
in file imap.class.inc, method imap::close()
    Close the connection to the mailserver
create_folder
in file imap.class.inc, method imap::create_folder()
    Create a mailbox
top

d

$dom
in file GOXML.class.inc.php, variable GOXML::$dom
decode
in file mimeDecode.class.inc, method Mail_mimeDecode::decode()
    Begins the decoding process. If called statically it will create an object and call the decode() method of it.
decode_imap_path
in file imap.class.inc, method imap::decode_imap_path()
delete
in file imap.class.inc, method imap::delete()
    Delete messages from the IMAP server
delete_counter
in file smtp_restrict.class.inc.php, method smtp_restrict::delete_counter()
    Delete a Counter
delete_folder
in file imap.class.inc, method imap::delete_folder()
    Delete a mailbox
top

e

encode_imap_path
in file imap.class.inc, method imap::encode_imap_path()
enc_utf8
in file imap.class.inc, method imap::enc_utf8()
explode_address_list
in file RFC822.class.inc, method RFC822::explode_address_list()
    Explodes an RFC822 formatted string (eg. "Merijn Schering" <mschering@intermesh.nl>) into an array.
top

f

f
in file imap.class.inc, method imap::f()
top

g

Go2Mime.class.inc.php
procedural page Go2Mime.class.inc.php
GoSwift.class.inc.php
procedural page GoSwift.class.inc.php
GOXML.class.inc.php
procedural page GOXML.class.inc.php
getMimeNumbers
in file mimeDecode.class.inc, 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.class.inc, 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.class.inc, 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:
get_counter
in file smtp_restrict.class.inc.php, method smtp_restrict::get_counter()
    Gets a Counter record
get_data
in file GoSwift.class.inc.php, method GoSwift::get_data()
get_header_values
in file imap.class.inc, method imap::get_header_values()
    Get's all mime header values in an associative array
get_hosts
in file smtp_restrict.class.inc.php, method smtp_restrict::get_hosts()
get_mailboxes
in file imap.class.inc, method imap::get_mailboxes()
    Return all mailboxes in an array with name, delimiter and attributes
get_mailbox_delimiter
in file imap.class.inc, method imap::get_mailbox_delimiter()
    Get the delimiter that is used to delimit Mailbox names
get_message
in file imap.class.inc, method imap::get_message()
    Get one message with the structure
get_messages
in file imap.class.inc, method imap::get_messages()
    Fetches the sorted messages and puts them into $this->messages
get_mime
in file GoSwift.class.inc.php, method GoSwift::get_mime()
get_source
in file imap.class.inc, method imap::get_source()
get_subscribed
in file imap.class.inc, method imap::get_subscribed()
    Return all subscribed mailboxes in an array with name, delimiter and attributes
get_unseen
in file imap.class.inc, method imap::get_unseen()
    Count total and new messages on server
Go2Mime
in file Go2Mime.class.inc.php, class Go2Mime
    This class is used to convert mime objects to an array and vice versa
GoSwift
in file GoSwift.class.inc.php, class GoSwift
    This class can be used to send an e-mail. It extends the 3rd party Swift class.
GoSwiftImport
in file GoSwift.class.inc.php, class GoSwiftImport
    This class can be used to send an e-mail. It extends the 3rd party Swift class.
GOXML
in file GOXML.class.inc.php, class GOXML
    Some useful functions to eaily read and create XML documents
top

h

$hosts
in file smtp_restrict.class.inc.php, variable smtp_restrict::$hosts
top

i

$inline_attachments
in file Go2Mime.class.inc.php, variable Go2Mime::$inline_attachments
imap.class.inc
procedural page imap.class.inc
imap
in file imap.class.inc, method imap::imap()
    Constructor. Initialises RFC822 class
imap
in file imap.class.inc, class imap
    This class can be used to connect to IMAP or POP-3 servers
is_allowed
in file smtp_restrict.class.inc.php, method smtp_restrict::is_allowed()
is_attachment
in file imap.class.inc, method imap::is_attachment()
is_imap
in file imap.class.inc, method imap::is_imap()
    Check if this is an IMAP server
is_subscribed
in file imap.class.inc, method imap::is_subscribed()
    Check if a mailbox is subscribed
top

l

last_error
in file imap.class.inc, method imap::last_error()
    Return last error
link_to
in file GoSwift.class.inc.php, method GoSwift::link_to()
    Links the message to items in Group-Office. Must be called after send()
top

m

$message
in file GoSwift.class.inc.php, variable GoSwift::$message
    The Swift message to send
mimeDecode.class.inc
procedural page mimeDecode.class.inc
mailbox_info
in file imap.class.inc, method imap::mailbox_info()
    Get mailbox message info and put it in $this->mailbox_info.
Mail_mimeDecode
in file mimeDecode.class.inc, class Mail_mimeDecode
    +----------------------------- IMPORTANT ------------------------------+
Mail_mimeDecode
in file mimeDecode.class.inc, method Mail_mimeDecode::Mail_mimeDecode()
    Constructor.
mime2GO
in file Go2Mime.class.inc.php, method Go2Mime::mime2GO()
move
in file imap.class.inc, method imap::move()
    Move messages to another mailbox
top

n

$notification
in file Go2Mime.class.inc.php, variable Go2Mime::$notification
next_message
in file imap.class.inc, method imap::next_message()
    Loop trough all messages after calling get_messages()
top

o

open
in file imap.class.inc, method imap::open()
    Opens a connection to server
top

p

parse_address_list
in file RFC822.class.inc, method RFC822::parse_address_list()
    Parses an RFC822 formatted string (eg. "Merijn Schering" <mschering@intermesh.nl>)
top

r

$recipients
in file GoSwift.class.inc.php, variable GoSwift::$recipients
    The Swift recipients list
RFC822.class.inc
procedural page RFC822.class.inc
reformat_address_list
in file RFC822.class.inc, method RFC822::reformat_address_list()
    Tidy an address string (eg. "Merijn Schering" <mschering@intermesh.nl>).
rename_folder
in file imap.class.inc, method imap::rename_folder()
    Rename a mailbox
reopen
in file imap.class.inc, method imap::reopen()
    Re-open a mailbox
replace
in file TemplateDecorator.class.inc.php, method Swift_Plugin_Template_Decorator::replace()
    Perform a str_replace() over the given value.
RFC822
in file RFC822.class.inc, class RFC822
    This class is used to parse and write RFC822 compliant recipient lists
top

s

smtp_restrict.class.inc.php
procedural page smtp_restrict.class.inc.php
sendmail
in file GoSwift.class.inc.php, method GoSwift::sendmail()
    Sends the email.
set_attachments
in file Go2Mime.class.inc.php, method Go2Mime::set_attachments()
set_body
in file Go2Mime.class.inc.php, method Go2Mime::set_body()
set_body
in file GoSwift.class.inc.php, method GoSwift::set_body()
    Sets the message body
set_inline_attachments
in file Go2Mime.class.inc.php, method Go2Mime::set_inline_attachments()
set_message_flag
in file imap.class.inc, method imap::set_message_flag()
    Set message flags
set_notification
in file Go2Mime.class.inc.php, method Go2Mime::set_notification()
set_recipients
in file GoSwift.class.inc.php, method GoSwift::set_recipients()
set_reply_to
in file GoSwift.class.inc.php, method GoSwift::set_reply_to()
    If this message is a reply to another message then you must supply the UID and the mailbox of the original message. The account id must be passed to the constructor for this to work.
set_to
in file GoSwift.class.inc.php, method GoSwift::set_to()
smtp_restrict
in file smtp_restrict.class.inc.php, class smtp_restrict
    This class restricts the number of outgoing messages to a SMTP host
sort
in file imap.class.inc, method imap::sort()
    Sort message UID's into $this->sort (see imap_sort() PHP docs)
status
in file imap.class.inc, method imap::status()
    Count total and new messages on server
subscribe
in file imap.class.inc, method imap::subscribe()
    Subscribe a mailbox
Swift_Plugin_Template_Decorator
in file TemplateDecorator.class.inc.php, class Swift_Plugin_Template_Decorator
    This class can be used to replace fields in a batch mail operation.
top

t

TemplateDecorator.class.inc.php
procedural page TemplateDecorator.class.inc.php
toArray
in file GOXML.class.inc.php, method GOXML::toArray()
top

u

unsubscribe
in file imap.class.inc, method imap::unsubscribe()
    Unsubscribe a mailbox
update_counter
in file smtp_restrict.class.inc.php, method smtp_restrict::update_counter()
    Update a Counter
utf7_imap_decode
in file imap.class.inc, method imap::utf7_imap_decode()
utf7_imap_encode
in file imap.class.inc, method imap::utf7_imap_encode()
uudecode
in file mimeDecode.class.inc, method Mail_mimeDecode::uudecode()
    Checks the input for uuencoded files and returns an array of them. Can be called statically, eg:
top

v

view_part
in file imap.class.inc, method imap::view_part()
    Return a message part
top

w

write_address
in file RFC822.class.inc, method RFC822::write_address()
    Produces an RFC822 formatted string (eg. "Merijn Schering" <mschering@intermesh.nl>).
top

Documentation generated on Thu, 30 Oct 2008 14:13:21 +0100 by phpDocumentor 1.4.0