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

Element index for package Net_IMAP

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

_createQuotedString
in file IMAPProtocol.php, method Net_IMAPProtocol::_createQuotedString()
    Create a quoted string
top

a

addAnswered
in file IMAP.php, method Net_IMAP::addAnswered()
    adds the Answered flag (\Answered) to the selected messages
addDeleted
in file IMAP.php, method Net_IMAP::addDeleted()
    adds the Deleted flag (\Deleted) to the selected messages
addDraft
in file IMAP.php, method Net_IMAP::addDraft()
    adds the Draft flag (\Draft) to the selected messages
addFlagged
in file IMAP.php, method Net_IMAP::addFlagged()
    adds the Flagged flag (\Flagged) to the selected messages
addFlags
in file IMAP.php, method Net_IMAP::addFlags()
    adds flags to the selected messages
addSeen
in file IMAP.php, method Net_IMAP::addSeen()
    adds the Seen flag (\Seen) to the selected messages
appendMessage
in file IMAP.php, method Net_IMAP::appendMessage()
    Appends a mail to a mailbox
top

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()
    Send the DELETEACL command.
cmdDeleteAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdDeleteAnnotation()
    Send the DELETEANNOTATION command.
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()
    Send the GETACL command.
cmdGetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdGetAnnotation()
    Send the GETANNOTATION command.
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()
    Send the LISTRIGHTS command.
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()
    Send the MYRIGHTS command.
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()
    Send the SETACL command.
cmdSetAnnotation
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSetAnnotation()
    Send the SETANNOTATION command.
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.
cmdSort
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdSort()
    Send the SORT 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()
    The UID COPY command
cmdUidFetch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidFetch()
    The UID FETH command
cmdUidSearch
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidSearch()
    Send the SEARCH command.
cmdUidSort
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdUidSort()
    Send the UID SORT 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 UNSUBSCRIBE Mailbox Command
cmdX
in file IMAPProtocol.php, method Net_IMAPProtocol::cmdX()
    Send the X command.
connect
in file IMAP.php, method Net_IMAP::connect()
    Attempt to connect to the IMAP server located at $host $port
copyMessages
in file IMAP.php, method Net_IMAP::copyMessages()
    Copies mail from one folder to another
createMailbox
in file IMAP.php, method Net_IMAP::createMailbox()
    Creates the mailbox $mailbox
top

d

$dbgDialog
in file IMAPProtocol.php, variable Net_IMAPProtocol::$dbgDialog
deleteACL
in file IMAP.php, method Net_IMAP::deleteACL()
    deletes the ACL on a mailbox
deleteAnnotation
in file IMAP.php, method Net_IMAP::deleteAnnotation()
    delete annotation
deleteMailbox
in file IMAP.php, method Net_IMAP::deleteMailbox()
    Deletes the mailbox $mailbox
deleteMessages
in file IMAP.php, method Net_IMAP::deleteMessages()
    Marks a message for deletion. Only will be deleted if the disconnect() method is called with auto-expunge on true or expunge() method is called.
deleteMsg
in file IMAP.php, method Net_IMAP::deleteMsg()
    same as deleteMessages($msg_id) Net_POP3 Compatibility function
disconnect
in file IMAP.php, method Net_IMAP::disconnect()
    Disconnect function. Sends the QUIT command and closes the socket.
top

e

escape
in file IMAPProtocol.php, method Net_IMAPProtocol::escape()
    Escapes a string when it contains special characters (RFC3501)
examineMailbox
in file IMAP.php, method Net_IMAP::examineMailbox()
    Checks the mailbox $mailbox
expunge
in file IMAP.php, method Net_IMAP::expunge()
    expunge function. Sends the EXPUNGE command
top

g

getACL
in file IMAP.php, method Net_IMAP::getACL()
    get the Access Control List details
getACLRights
in file IMAP.php, method Net_IMAP::getACLRights()
    returns an array containing the rights for given user on the mailbox this method can be used by any user, not only the administrator
getAnnotation
in file IMAP.php, method Net_IMAP::getAnnotation()
    get annotation
getBody
in file IMAP.php, method Net_IMAP::getBody()
    Returns the body of the message with given message number.
getBodyPart
in file IMAP.php, method Net_IMAP::getBodyPart()
    Returns the body of the message with given message number.
getCurrentMailbox
in file IMAPProtocol.php, method Net_IMAPProtocol::getCurrentMailbox()
    get current mailbox name
getDebugDialog
in file IMAPProtocol.php, method Net_IMAPProtocol::getDebugDialog()
    get the debug dialog
getEnvelope
in file IMAP.php, method Net_IMAP::getEnvelope()
    Returns an array containing the message envelope
getFlags
in file IMAP.php, method Net_IMAP::getFlags()
    Lists the flags of the selected messages
getHierarchyDelimiter
in file IMAP.php, method Net_IMAP::getHierarchyDelimiter()
    Gets the HierachyDelimiter character used to create subfolders cyrus users "." and wu-imapd uses "/"
getLastCmdId
in file IMAPProtocol.php, method Net_IMAPProtocol::getLastCmdId()
    get the last cmd ID
getListing
in file IMAP.php, method Net_IMAP::getListing()
    same as getMessagesList($msg_id) Net_POP3 Compatibility function
getMailboxes
in file IMAP.php, method Net_IMAP::getMailboxes()
    Returns an array containing the names of the selected mailboxes
getMailboxSize
in file IMAP.php, method Net_IMAP::getMailboxSize()
    Returns the sum of all the sizes of messages in $mailbox
getMessages
in file IMAP.php, method Net_IMAP::getMessages()
    Returns the entire message with given message number.
getMessagesList
in file IMAP.php, method Net_IMAP::getMessagesList()
    Returns an array containing the message ID, the size and the UID of each message selected.
getMessagesQuota
in file IMAP.php, method Net_IMAP::getMessagesQuota()
    Returns MESSAGES quota details
getMsg
in file IMAP.php, method Net_IMAP::getMsg()
    Returns the entire message with given message number.
getMyRights
in file IMAP.php, method Net_IMAP::getMyRights()
    returns the rights that the user logged on has on the mailbox this method can be used by any user, not only the administrator
getNamespace
in file IMAP.php, method Net_IMAP::getNamespace()
    Returns the namespace
getNumberOfMessages
in file IMAP.php, method Net_IMAP::getNumberOfMessages()
    Returns number of messages in this mailbox
getNumberOfRecentMessages
in file IMAP.php, method Net_IMAP::getNumberOfRecentMessages()
    Returns number of UnSeen messages in this mailbox
getNumberOfUnSeenMessages
in file IMAP.php, method Net_IMAP::getNumberOfUnSeenMessages()
    Returns number of UnSeen messages in this mailbox
getParsedHeaders
in file IMAP.php, method Net_IMAP::getParsedHeaders()
    Returns the headers of the specified message in an
getRawHeaders
in file IMAP.php, method Net_IMAP::getRawHeaders()
    Returns the raw headers of the specified message.
getServerAuthMethods
in file IMAPProtocol.php, method Net_IMAPProtocol::getServerAuthMethods()
    tell if the server has capability $capability
getSize
in file IMAP.php, method Net_IMAP::getSize()
    same as getMailboxSize() Net_POP3 Compatibility function
getStatus
in file IMAP.php, method Net_IMAP::getStatus()
    Returns number of UnSeen messages in this mailbox
getStorageQuota
in file IMAP.php, method Net_IMAP::getStorageQuota()
    Returns STORAGE quota details
getStorageQuotaRoot
in file IMAP.php, method Net_IMAP::getStorageQuotaRoot()
    Returns STORAGE quota details
getStructure
in file IMAP.php, method Net_IMAP::getStructure()
    Returns the body of the message with given message number.
getSummary
in file IMAP.php, method Net_IMAP::getSummary()
    Message summary
getUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::getUnparsedResponse()
    get the "returning of the unparsed response" feature status
top

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
hasFlag
in file IMAP.php, method Net_IMAP::hasFlag()
    checks if a flag is set
hasQuotaSupport
in file IMAPProtocol.php, method Net_IMAPProtocol::hasQuotaSupport()
    tell if the server has Quota support
top

i

isAnswered
in file IMAP.php, method Net_IMAP::isAnswered()
    check the Answered flag
isDeleted
in file IMAP.php, method Net_IMAP::isDeleted()
    check the Deleted flag
isDraft
in file IMAP.php, method Net_IMAP::isDraft()
    check the Draft flag
isFlagged
in file IMAP.php, method Net_IMAP::isFlagged()
    check the flagged flag
isSeen
in file IMAP.php, method Net_IMAP::isSeen()
    check the Seen flag
IMAP.php
procedural page IMAP.php
IMAPProtocol.php
procedural page IMAPProtocol.php
top

l

listsubscribedMailboxes
in file IMAP.php, method Net_IMAP::listsubscribedMailboxes()
    Lists the subscription to mailboxes
login
in file IMAP.php, method Net_IMAP::login()
    Attempt to authenticate to the IMAP server.
top

m

mailboxExist
in file IMAP.php, method Net_IMAP::mailboxExist()
    Check if the mailbox name exists
top

n

Net_IMAP
in file IMAP.php, class Net_IMAP
    Provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
Net_IMAP
in file IMAP.php, method Net_IMAP::Net_IMAP()
    Constructor
Net_IMAPProtocol
in file IMAPProtocol.php, class Net_IMAPProtocol
    Provides an implementation of the IMAP protocol using PEAR's Net_Socket:: class.
Net_IMAPProtocol
in file IMAPProtocol.php, method Net_IMAPProtocol::Net_IMAPProtocol()
    Constructor
numMsg
in file IMAP.php, method Net_IMAP::numMsg()
    same as getNumberOfMessages($mailbox) Net_POP3 Compatibility function
top

p

prettyMailboxList
in file test_IMAP.php, function prettyMailboxList()
    *******************
top

r

removeAnswered
in file IMAP.php, method Net_IMAP::removeAnswered()
    remove the Answered flag (\Answered) from the selected messages
removeDeleted
in file IMAP.php, method Net_IMAP::removeDeleted()
    remove the Deleted flag (\Deleted) from the selected messages
removeDraft
in file IMAP.php, method Net_IMAP::removeDraft()
    remove the Draft flag (\Draft) from the selected messages
removeFlagged
in file IMAP.php, method Net_IMAP::removeFlagged()
    remove the Flagged flag (\Flagged) from the selected messages
removeFlags
in file IMAP.php, method Net_IMAP::removeFlags()
    remove flags from the selected messages
removeSeen
in file IMAP.php, method Net_IMAP::removeSeen()
    remove the Seen flag (\Seen) from the selected messages
renameMailbox
in file IMAP.php, method Net_IMAP::renameMailbox()
    Renames the mailbox $mailbox
top

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
search
in file IMAP.php, method Net_IMAP::search()
    Search function. Sends the SEARCH command
selectMailbox
in file IMAP.php, method Net_IMAP::selectMailbox()
    Changes the default/current mailbox to $mailbox
setACL
in file IMAP.php, method Net_IMAP::setACL()
    Set ACL on a mailbox
setAnnotation
in file IMAP.php, method Net_IMAP::setAnnotation()
    set annotation
setDebug
in file IMAPProtocol.php, method Net_IMAPProtocol::setDebug()
    Sets the debuging information on or off
setFlags
in file IMAP.php, method Net_IMAP::setFlags()
    Sets the flags of the selected messages
setMessagesQuota
in file IMAP.php, method Net_IMAP::setMessagesQuota()
    sets MESSAGES quota
setPrintErrors
in file IMAPProtocol.php, method Net_IMAPProtocol::setPrintErrors()
    Sets printed output of errors on or of
setStorageQuota
in file IMAP.php, method Net_IMAP::setStorageQuota()
    sets STORAGE quota
setStreamContextOptions
in file IMAPProtocol.php, method Net_IMAPProtocol::setStreamContextOptions()
    set the options for a SSL/TLS connection (see documentation for stream_context_create)
setTimeout
in file IMAPProtocol.php, method Net_IMAPProtocol::setTimeout()
    set the the timeout for the connection to the IMAP server.
setUnparsedResponse
in file IMAPProtocol.php, method Net_IMAPProtocol::setUnparsedResponse()
    set the "returning of the unparsed response" feature on or off
sort
in file IMAP.php, method Net_IMAP::sort()
    sort function. Sends the SORT command
subscribeMailbox
in file IMAP.php, method Net_IMAP::subscribeMailbox()
    Subscribes to the selected mailbox
top

t

test_IMAP.php
procedural page test_IMAP.php
test_IMAPProtocol.php
procedural page test_IMAPProtocol.php
top

u

unsubscribeMailbox
in file IMAP.php, method Net_IMAP::unsubscribeMailbox()
    Removes the subscription to a mailbox
utf7Decode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf7Decode()
    Decode string from UTF7
utf7Encode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf7Encode()
    Encode string to UTF7
utf_7_decode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_decode()
    Decode string from UTF7
utf_7_encode
in file IMAPProtocol.php, method Net_IMAPProtocol::utf_7_encode()
    Encode string to UTF7
top

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