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

Element index for package Net_IMAP

Package indexes

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

_

_

_getSearchListFromArray
in file IMAP.php, method Net_IMAP::_getSearchListFromArray()
_parseStructureApplicationArray
in file IMAP.php, method Net_IMAP::_parseStructureApplicationArray()
_parseStructureArray
in file IMAP.php, method Net_IMAP::_parseStructureArray()
_parseStructureCommonFields
in file IMAP.php, method Net_IMAP::_parseStructureCommonFields()
_parseStructureImageArray
in file IMAP.php, method Net_IMAP::_parseStructureImageArray()
_parseStructureMessageArray
in file IMAP.php, method Net_IMAP::_parseStructureMessageArray()
_parseStructureMultipartArray
in file IMAP.php, method Net_IMAP::_parseStructureMultipartArray()
_parseStructureTextArray
in file IMAP.php, method Net_IMAP::_parseStructureTextArray()
a

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
c

c

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
d

d

deleteACL
in file IMAP.php, method Net_IMAP::deleteACL()
    deletes the ACL on a mailbox
deleteAnnotation
in file IMAP.php, method Net_IMAP::deleteAnnotation()
deleteMailbox
in file IMAP.php, method Net_IMAP::deleteMailbox()
    Deletes the mailbox $mailbox
deleteMessages
in file IMAP.php, method Net_IMAP::deleteMessages()
deleteMsg
in file IMAP.php, method Net_IMAP::deleteMsg()
disconnect
in file IMAP.php, method Net_IMAP::disconnect()
e

e

examineMailbox
in file IMAP.php, method Net_IMAP::examineMailbox()
expunge
in file IMAP.php, method Net_IMAP::expunge()
    ****************************************************************
g

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 that a user logged on has on the mailbox this method can be used by any user, not only the administrator
getAnnotation
in file IMAP.php, method Net_IMAP::getAnnotation()
getBody
in file IMAP.php, method Net_IMAP::getBody()
getBodyPart
in file IMAP.php, method Net_IMAP::getBodyPart()
getEnvelope
in file IMAP.php, method Net_IMAP::getEnvelope()
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 "/"
getListing
in file IMAP.php, method Net_IMAP::getListing()
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()
getMessages
in file IMAP.php, method Net_IMAP::getMessages()
getMessagesList
in file IMAP.php, method Net_IMAP::getMessagesList()
getMessagesQuota
in file IMAP.php, method Net_IMAP::getMessagesQuota()
    Returns MESSAGES quota details
getMsg
in file IMAP.php, method Net_IMAP::getMsg()
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()
    Appends a mail to a mailbox
getNumberOfMessages
in file IMAP.php, method Net_IMAP::getNumberOfMessages()
getNumberOfRecentMessages
in file IMAP.php, method Net_IMAP::getNumberOfRecentMessages()
getNumberOfUnSeenMessages
in file IMAP.php, method Net_IMAP::getNumberOfUnSeenMessages()
getParsedHeaders
in file IMAP.php, method Net_IMAP::getParsedHeaders()
getRawHeaders
in file IMAP.php, method Net_IMAP::getRawHeaders()
getSize
in file IMAP.php, method Net_IMAP::getSize()
    ***************************************************
getStatus
in file IMAP.php, method Net_IMAP::getStatus()
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()
getSummary
in file IMAP.php, method Net_IMAP::getSummary()
h

h

hasFlag
in file IMAP.php, method Net_IMAP::hasFlag()
i

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
l

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.
m

m

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

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
numMsg
in file IMAP.php, method Net_IMAP::numMsg()
r

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
s

s

search
in file IMAP.php, method Net_IMAP::search()
selectMailbox
in file IMAP.php, method Net_IMAP::selectMailbox()
setACL
in file IMAP.php, method Net_IMAP::setACL()
    Set ACL on a mailbox
setAnnotation
in file IMAP.php, method Net_IMAP::setAnnotation()
    ****************************************************************
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 details
setStorageQuota
in file IMAP.php, method Net_IMAP::setStorageQuota()
    sets STORAGE quota details
subscribeMailbox
in file IMAP.php, method Net_IMAP::subscribeMailbox()
    Subscribes to the selected mailbox
u

u

unsubscribeMailbox
in file IMAP.php, method Net_IMAP::unsubscribeMailbox()
    Removes the subscription to a mailbox

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