Element index for package php-smtp

a b c d e f h i l m n o p q r s t w top

a

accept
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::accept()
    Block and accept an incoming connection
AUTH
in file SMTP_Server_Session.php, method SMTP_Server_Session::AUTH()
AUTH_CRAM_MD5
in file SMTP_Server_Session.php, method SMTP_Server_Session::AUTH_CRAM_MD5()
AUTH_LOGIN
in file SMTP_Server_Session.php, method SMTP_Server_Session::AUTH_LOGIN()
AUTH_PLAIN
in file SMTP_Server_Session.php, method SMTP_Server_Session::AUTH_PLAIN()
top

b

$buffer
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$buffer
bind
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::bind()
    Binds the socket to a host and port
bootstrap.php
procedural page bootstrap.php
top

c

$complete
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$complete
close
in file SMTP_Server_Log.php, method SMTP_Server_Log::close()
close
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::close()
    Closes the socket
connect
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::connect()
    Connects to the the specified $host on $port
top

d

$date
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$date
$domains
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$domains
DATA
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::DATA()
DATA
in file SMTP_Server_Session.php, method SMTP_Server_Session::DATA()
dispatch
in file SMTP_Server_Session.php, method SMTP_Server_Session::dispatch()
top

e

EHLO
in file SMTP_Server_Session.php, method SMTP_Server_Session::EHLO()
extract_address
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::extract_address()
top

f

$file_name
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$file_name
$from
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$from
$from
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$from
top

h

$handle
in file SMTP_Server_Log.php, variable SMTP_Server_Log::$handle
$headers
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$headers
$host
in file SMTP_Server.php, variable SMTP_Server::$host
$host
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$host
HELO
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::HELO()
HELO
in file SMTP_Server_Session.php, method SMTP_Server_Session::HELO()
HELP
in file SMTP_Server_Session.php, method SMTP_Server_Session::HELP()
top

i

$is_authenticated
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$is_authenticated
$is_local_account
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$is_local_account
top

l

$log
in file SMTP_Server_Socket.php, variable SMTP_Server_Socket::$log
$log
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$log
$log
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$log
listen
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::listen()
    Cause the socket to listen for incoming connections
top

m

MAIL
in file SMTP_Server_Session.php, method SMTP_Server_Session::MAIL()
MAIL
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::MAIL()
msg
in file SMTP_Server_Log.php, method SMTP_Server_Log::msg()
    Log a message to the logfile specified in the constant SMTP_LOG
top

n

NOT_IMPLEMENTED
in file SMTP_Server_Session.php, method SMTP_Server_Session::NOT_IMPLEMENTED()
top

o

open
in file SMTP_Server_Log.php, method SMTP_Server_Log::open()
top

p

$port
in file SMTP_Server.php, variable SMTP_Server::$port
php-smtp-relay.php
procedural page php-smtp-relay.php
php-smtp.php
procedural page php-smtp.php
top

q

QUIT
in file SMTP_Server_Session.php, method SMTP_Server_Session::QUIT()
QUIT
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::QUIT()
top

r

$remote
in file SMTP_Server.php, variable SMTP_Server::$remote
$remote_address
in file SMTP_Server_Socket.php, variable SMTP_Server_Socket::$remote_address
RCPT
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::RCPT()
RCPT
in file SMTP_Server_Session.php, method SMTP_Server_Session::RCPT()
read
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::read()
    Reads and returns a default length of bytes from the socket
relay
in file SMTP_Server_Relay.php, method SMTP_Server_Relay::relay()
remote_address
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::remote_address()
    Returns the address of the remote client or server
remove
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::remove()
resolve
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::resolve()
RSET
in file SMTP_Server_Session.php, method SMTP_Server_Session::RSET()
run
in file SMTP_Server.php, method SMTP_Server::run()
    Enters an infinite loop and listens for new connections from remote hosts.
run
in file SMTP_Server_Relay.php, method SMTP_Server_Relay::run()
run
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::run()
run
in file SMTP_Server_Session.php, method SMTP_Server_Session::run()
    Enters a loop to read and process incoming commands, exits when $this->complete is true
top

s

$socket
in file SMTP_Server.php, variable SMTP_Server::$socket
$socket
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$socket
$socket
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$socket
$socket
in file SMTP_Server_Socket.php, variable SMTP_Server_Socket::$socket
scan_headers
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::scan_headers()
scan_outgoing
in file SMTP_Server_Relay.php, method SMTP_Server_Relay::scan_outgoing()
send
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::send()
SMTP.php
procedural page SMTP.php
SMTP_211
in file SMTP.php, constant SMTP_211
    SMTP response codes
SMTP_214
in file SMTP.php, constant SMTP_214
SMTP_220
in file SMTP.php, constant SMTP_220
SMTP_221
in file SMTP.php, constant SMTP_221
SMTP_235
in file SMTP.php, constant SMTP_235
SMTP_250
in file SMTP.php, constant SMTP_250
SMTP_251
in file SMTP.php, constant SMTP_251
SMTP_354
in file SMTP.php, constant SMTP_354
SMTP_421
in file SMTP.php, constant SMTP_421
SMTP_450
in file SMTP.php, constant SMTP_450
SMTP_451
in file SMTP.php, constant SMTP_451
SMTP_452
in file SMTP.php, constant SMTP_452
SMTP_500
in file SMTP.php, constant SMTP_500
SMTP_501
in file SMTP.php, constant SMTP_501
SMTP_502
in file SMTP.php, constant SMTP_502
SMTP_503
in file SMTP.php, constant SMTP_503
SMTP_504
in file SMTP.php, constant SMTP_504
SMTP_535
in file SMTP.php, constant SMTP_535
SMTP_550
in file SMTP.php, constant SMTP_550
SMTP_551
in file SMTP.php, constant SMTP_551
SMTP_552
in file SMTP.php, constant SMTP_552
SMTP_553
in file SMTP.php, constant SMTP_553
SMTP_554
in file SMTP.php, constant SMTP_554
SMTP_CHUNK_SIZE
in file SMTP.php, constant SMTP_CHUNK_SIZE
SMTP_CRITICAL
in file SMTP.php, constant SMTP_CRITICAL
SMTP_DEBUG
in file SMTP.php, constant SMTP_DEBUG
SMTP_ERROR
in file SMTP.php, constant SMTP_ERROR
SMTP_INBOUND
in file SMTP.php, constant SMTP_INBOUND
    Messages and storage
SMTP_LOG
in file SMTP.php, constant SMTP_LOG
    Logging
SMTP_LOG_LEVEL
in file SMTP.php, constant SMTP_LOG_LEVEL
SMTP_MAX_SIZE
in file SMTP.php, constant SMTP_MAX_SIZE
SMTP_NOTICE
in file SMTP.php, constant SMTP_NOTICE
SMTP_OUTBOUND
in file SMTP.php, constant SMTP_OUTBOUND
SMTP_Server
in file SMTP_Server.php, class SMTP_Server
    SMTP_Server
SMTP_Server
in file SMTP_Server.php, method SMTP_Server::SMTP_Server()
    Constructor, no required parameters if binding to the localhost interface.
SMTP_Server.php
procedural page SMTP_Server.php
SMTP_Server_Log
in file SMTP_Server_Log.php, class SMTP_Server_Log
    SMTP_Server_Log
SMTP_Server_Log.php
procedural page SMTP_Server_Log.php
SMTP_Server_Relay
in file SMTP_Server_Relay.php, class SMTP_Server_Relay
    SMTP_Server_Relay
SMTP_Server_Relay.php
procedural page SMTP_Server_Relay.php
SMTP_Server_Relay_Session
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::SMTP_Server_Relay_Session()
SMTP_Server_Relay_Session
in file SMTP_Server_Relay_Session.php, class SMTP_Server_Relay_Session
    SMTP_Server_Relay_Session
SMTP_Server_Relay_Session.php
procedural page SMTP_Server_Relay_Session.php
SMTP_Server_Session
in file SMTP_Server_Session.php, class SMTP_Server_Session
    SMTP_Server_Session
SMTP_Server_Session
in file SMTP_Server_Session.php, method SMTP_Server_Session::SMTP_Server_Session()
SMTP_Server_Session.php
procedural page SMTP_Server_Session.php
SMTP_Server_Socket
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::SMTP_Server_Socket()
    Constructor with an optional argument of a socket resource
SMTP_Server_Socket
in file SMTP_Server_Socket.php, class SMTP_Server_Socket
    SMTP_Server_Socket
SMTP_Server_Socket.php
procedural page SMTP_Server_Socket.php
SMTP_WARNING
in file SMTP.php, constant SMTP_WARNING
split_address
in file SMTP_Server_Relay_Session.php, method SMTP_Server_Relay_Session::split_address()
top

t

$to
in file SMTP_Server_Session.php, variable SMTP_Server_Session::$to
$to
in file SMTP_Server_Relay_Session.php, variable SMTP_Server_Relay_Session::$to
top

w

write
in file SMTP_Server_Log.php, method SMTP_Server_Log::write()
write
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::write()
    Writes the supplied buffer to the socket
write_file
in file SMTP_Server_Socket.php, method SMTP_Server_Socket::write_file()
    Writes an entire file to the socket

Documentation generated on Thu, 10 Apr 2008 02:41:55 -0500 by phpDocumentor 1.4.2