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

Element index for package apidoc

[ c ] [ d ] [ g ] [ l ] [ n ] [ s ]

c

connect
in file POP3.php, method Net_POP3::connect()
    Connects to the given host on the given port.
top

d

deleteMsg
in file POP3.php, method Net_POP3::deleteMsg()
    Marks a message for deletion. Only will be deleted if the disconnect() method is called.
disconnect
in file POP3.php, method Net_POP3::disconnect()
    Disconnect function. Sends the QUIT command and closes the socket.
top

g

getBody
in file POP3.php, method Net_POP3::getBody()
    Returns the body of the message with given message number.
getListing
in file POP3.php, method Net_POP3::getListing()
    Combination of LIST/UIDL commands, returns an array of data
getMsg
in file POP3.php, method Net_POP3::getMsg()
    Returns the entire message with given message number.
getParsedHeaders
in file POP3.php, method Net_POP3::getParsedHeaders()
    Returns the headers of the specified message in an
getRawHeaders
in file POP3.php, method Net_POP3::getRawHeaders()
    Returns the raw headers of the specified message.
getSize
in file POP3.php, method Net_POP3::getSize()
    Returns the size of the maildrop
top

l

login
in file POP3.php, method Net_POP3::login()
    Performs the login procedure. If there is a timestamp stored, APOP will be tried first, then basic USER/PASS.
top

n

Net_POP3
in file POP3.php, class Net_POP3
Net_POP3
in file POP3.php, method Net_POP3::Net_POP3()
    Constructor. Sets up the object variables, and instantiates the socket object.
numMsg
in file POP3.php, method Net_POP3::numMsg()
    Returns number of messages in this maildrop
top

s

$supportedAuthMethods
in file POP3.php, variable Net_POP3::$supportedAuthMethods
    The auth methods this class support
$supportedSASLAuthMethods
in file POP3.php, variable Net_POP3::$supportedSASLAuthMethods
    The auth methods this class support
setDebug
in file POP3.php, method Net_POP3::setDebug()
    Sets the bebug state
top

Documentation generated on Mon, 11 Mar 2019 15:41:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.