phpDocumentor Net_IMAP-Protocol
[ class tree: Net_IMAP-Protocol ] [ index: Net_IMAP-Protocol ] [ all elements ]

Element index for package Net_IMAP-Protocol

Package indexes

[ c ] [ d ] [ g ] [ h ] [ i ] [ n ] [ s ] [ u ] [ _ ]

_

_

$_cmd_counter
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_cmd_counter
    Command Number
$_connected
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_connected
    _connected: checks if there is a connection made to a imap server or not
$_debug
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_debug
    To allow class debuging
$_lastCmdID
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_lastCmdID
    Command Number for IMAP commands
$_serverAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_serverAuthMethods
    _serverAuthMethods
$_serverSupportedCapabilities
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_serverSupportedCapabilities
    Capabilities
$_socket
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_socket
    The socket resource being used to connect to the IMAP server.
$_unParsedReturn
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_unParsedReturn
    Command Number
$_useUTF_7
in file IMAPProtocol.php, variable Net_IMAPProtocol::$_useUTF_7
    Use UTF-7 funcionallity
_authCRAM_MD5
in file IMAPProtocol.php, method Net_IMAPProtocol::_authCRAM_MD5()
_authDigest_MD5
in file IMAPProtocol.php, method Net_IMAPProtocol::_authDigest_MD5()
_authLOGIN
in file IMAPProtocol.php, method Net_IMAPProtocol::_authLOGIN()
_createQuotedString
in file IMAPProtocol.php, method Net_IMAPProtocol::_createQuotedString()
_genericCommand
in file IMAPProtocol.php, method Net_IMAPProtocol::_genericCommand()
_genericImapResponseParser
in file IMAPProtocol.php, method Net_IMAPProtocol::_genericImapResponseParser()
_getEXTarray
in file IMAPProtocol.php, method Net_IMAPProtocol::_getEXTarray()
_getLineLength
in file IMAPProtocol.php, method Net_IMAPProtocol::_getLineLength()
_getSubstr
in file IMAPProtocol.php, method Net_IMAPProtocol::_getSubstr()
_parseSpace
in file IMAPProtocol.php, method Net_IMAPProtocol::_parseSpace()
_parseString
in file IMAPProtocol.php, method Net_IMAPProtocol::_parseString()
_retrParsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::_retrParsedResponse()
c

c

$currentMailbox
in file IMAPProtocol.php, variable Net_IMAPProtocol::$currentMailbox
    The the current mailbox
cmdAppend
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdAppend()
    Send the APPEND Command
cmdAuthenticate
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdAuthenticate()
    Attempt to authenticate to the iMAP server.
cmdCapability
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCapability()
    Send the CAPABILITY Command
cmdCheck
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCheck()
    Send the CHECK command.
cmdClose
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdClose()
    Send the CLOSE command.
cmdConnect
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdConnect()
    Attempt to connect to the IMAP server.
cmdCopy
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCopy()
    Send the COPY command.
cmdCreate
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdCreate()
    Send the CREATE Mailbox Command
cmdDelete
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDelete()
    Send the DELETE Mailbox Command
cmdDeleteACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDeleteACL()
cmdDeleteAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDeleteAnnotation()
cmdExamine
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdExamine()
    Send the EXAMINE Mailbox Command
cmdExpunge
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdExpunge()
    Send the EXPUNGE command.
cmdFetch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdFetch()
    Send the FETCH Command
cmdGetACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetACL()
cmdGetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetAnnotation()
cmdGetQuota
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetQuota()
    Send the GETQUOTA command.
cmdGetQuotaRoot
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetQuotaRoot()
    Send the GETQUOTAROOT command.
cmdList
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdList()
    Send the LIST Command
cmdListRights
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdListRights()
cmdLogin
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLogin()
    Attempt to login to the iMAP server.
cmdLogout
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLogout()
    Attempt to disconnect from the iMAP server.
cmdLsub
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdLsub()
    Send the LSUB Command
cmdMyRights
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdMyRights()
cmdNamespace
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdNamespace()
    Send the CAPABILITY Command
cmdNoop
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdNoop()
    Send the NOOP command.
cmdRename
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdRename()
    Send the RENAME Mailbox Command
cmdSearch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSearch()
    Send the SEARCH command.
cmdSelect
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSelect()
    Send the Select Mailbox Command
cmdSetACL
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetACL()
    ******************************************************************
cmdSetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetAnnotation()
    *****************************************************************************
cmdSetQuota
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetQuota()
    Send the SETQUOTA command.
cmdSetQuotaRoot
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetQuotaRoot()
    Send the SETQUOTAROOT command.
cmdStartTLS
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStartTLS()
    Return true if the TLS negotiation was successful
cmdStatus
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStatus()
    Send the STATUS Mailbox Command
cmdStore
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdStore()
    Send the STORE command.
cmdSubscribe
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSubscribe()
    Send the SUSCRIBE Mailbox Command
cmdUidCopy
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidCopy()
cmdUidFetch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidFetch()
cmdUidSearch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidSearch()
    Send the SEARCH command.
cmdUidStore
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidStore()
    Send the UID STORE command.
cmdUnsubscribe
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUnsubscribe()
    Send the UNSUSCRIBE Mailbox Command
cmdX
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdX()
    Send the X command.
d

d

$dbgDialog
in file IMAPProtocol.php, variable Net_IMAPProtocol::$dbgDialog
g

g

getCurrentMailbox
in file IMAPProtocol.php, method Net_IMAPProtocol::getCurrentMailbox()
    get current mailbox name
getDebugDialog
in file IMAPProtocol.php, method Net_IMAPProtocol::getDebugDialog()
getLastCmdId
in file IMAPProtocol.php, method Net_IMAPProtocol::getLastCmdId()
    get the last cmd ID
getServerAuthMethods
in file IMAPProtocol.php, method Net_IMAPProtocol::getServerAuthMethods()
    tell if the server has capability $capability
getUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::getUnparsedResponse()
    get the "returning of the unparsed response" feature status
h

h

hasAclSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasAclSupport()
    tell if the server has Quota support
hasAnnotateMoreSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasAnnotateMoreSupport()
    tell if the server has support for the ANNOTATEMORE extension
hasCapability
in file IMAPProtocol.php, method Net_IMAPProtocol::hasCapability()
    tell if the server has capability $capability
hasQuotaSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasQuotaSupport()
    tell if the server has Quota support
i

i

IMAPProtocol.php
procedural page IMAPProtocol.php
n

n

Net_IMAPProtocol
in file IMAPProtocol.php, method Net_IMAPProtocol::Net_IMAPProtocol()
    Constructor
Net_IMAPProtocol
in file IMAPProtocol.php, class Net_IMAPProtocol
    Provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
s

s

$supportedAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$supportedAuthMethods
    The auth methods this class support
$supportedSASLAuthMethods
in file IMAPProtocol.php, variable Net_IMAPProtocol::$supportedSASLAuthMethods
    The auth methods this class support
setDebug
in file IMAPProtocol.php, method Net_IMAPProtocol::setDebug()
    Sets the debuging information on or off
setUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::setUnparsedResponse()
    set the "returning of the unparsed response" feature on or off
u

u

utf_7_decode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_decode()
utf_7_encode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_encode()

Documentation generated on Fri, 26 Dec 2008 21:37:14 -0500 by phpDocumentor 1.4.2