-
$_and
-
-
$_app
-
The application that generated this tree.
-
$_cache
-
Pointer to the session cache.
-
$_cachename
-
The name to use when storing the object in the session.
-
$_caps
-
List of server's capabilities, output of CAPABILITY command. Formated
-
$_changed
-
Tree changed flag. Set when something in the tree has been altered.
-
$_charset
-
The charset of the search values.
-
$_childrensupport
-
Does the IMAP server support the children extension?
-
$_currkey
-
Location of current element in the tree.
-
$_currparent
-
Location of current element in the tree.
-
$_currstack
-
Location of current element in the tree.
-
$_delimiter
-
The delimiter character to use.
-
$_delimiter
-
The server string used for the delimiter.
-
$_dotfiles
-
Should dotfiles be shown? THIS SHOULD BE SET IN EVERY SUBCLASS CONSTRUCTOR.
-
$_eltdiff
-
Used to determine the list of element changes.
-
$_error
-
Any PEAR_Error that occured but couldn't be returned directly.
-
$_expanded
-
The cached list of expanded folders.
-
$_extendedSearch
-
-
$_flags
-
-
$_headers
-
The headers cache.
-
$_imap
-
IMAP resource.
-
$_imap
-
IMAP resource.
-
$_imap_sort
-
The IMAP_Sort object.
-
$_initmode
-
Init mode flag.
-
$_internalImap
-
Internal IMAP connection resource.
-
$_lookup
-
Array index to Message index lookup array.
-
$_mode
-
Should we use 'mail' mode or 'news' mode? THIS SHOULD BE SET IN EVERY SUBCLASS CONSTRUCTOR.
-
$_namespace
-
The location of the first level of folders below the INBOX.
-
$_namespaces
-
The list of namespaces to add to the tree.
-
$_nonimapelt
-
Insert an element in the tree that doesn't appear on the IMAP server.
-
$_not
-
-
$_or
-
-
$_params
-
The paramater list.
-
$_params
-
Parameter hash.
-
$_params
-
Hash containing connection parameters.
-
$_parent
-
Parent list.
-
$_poll
-
The cached list of mailboxes to poll.
-
$_prefix
-
Where we start listing folders.
-
$_prefixnodelim
-
The prefix without a trailing delimiter.
-
$_protected
-
Array containing user names that cannot have their access rights changed.
-
$_query
-
-
$_result
-
The results cache.
-
$_rightsList
-
Hash containing the list of possible rights and a human readable description of each
-
$_rightsListTitles
-
Hash containing the list of possible rights and a human readable, short title of each
-
$_searchflag
-
Internal flag used by searchMailbox().
-
$_server
-
The server string for the current server.
-
$_showunsub
-
Show unsubscribed mailboxes?
-
$_size
-
-
$_sizeop
-
-
$_sortinbox
-
Should we sort with 'INBOX' at the front of the list?
-
$_statuscache
-
The cached results of imap_status() calls.
-
$_subscribed
-
Cached list of subscribed mailboxes.
-
$_supported
-
Boolean indicating if the driver is supported by the server
-
$_thread
-
Internal thread data structure.
-
$_tree
-
Associative array containing the mailbox tree.
-
$_unsubscribed
-
Cached list of unsubscribed mailboxes.
-
$_unsubview
-
Have we shown unsubscribed folders previously?
-
_addAliases
-
Adds aliases to a tree element and returns the resulting array.
-
_connect
-
Connects to the IMAP server with the parameters passed to the constructor.
-
_connect
-
-
_imapDate
-
IMAP Date Search.
-
_imapFlags
-
IMAP Search Flags.
-
_internalLogin
-
Login to IMAP server.
-
_matchesQuery
-
-
_modifiers
-
IMAP search modifiers.
-
_needSort
-
Does this element's children need sorting?
-
_recursiveMatch
-
-
imapAnd
-
-
IMAPchildrenSupport
-
Does the IMAP server support the 'CHILDREN' IMAP extension?
-
imapNew
-
-
imapOr
-
-
IMAPTREE_BASE_ELT
-
-
IMAPTREE_ELT_HAS_CHILDREN
-
-
IMAPTREE_ELT_IS_DISCOVERED
-
-
IMAPTREE_ELT_IS_OPEN
-
-
IMAPTREE_ELT_IS_POLLED
-
-
IMAPTREE_ELT_IS_SUBSCRIBED
-
-
IMAPTREE_ELT_NAMESPACE
-
-
IMAPTREE_ELT_NEED_SORT
-
-
IMAPTREE_INIT_FETCHALL
-
-
IMAPTREE_INIT_SUB
-
-
IMAPTREE_INIT_UNSUB
-
-
IMAPTREE_MODE_MAIL
-
-
IMAPTREE_MODE_NEWS
-
-
IMAPTREE_NEXT_SHOWCLOSED
-
-
IMAPTREE_NEXT_SHOWSUB
-
-
IMAPTREE_OPEN_ALL
-
-
IMAPTREE_OPEN_NONE
-
-
IMAPTREE_OPEN_USER
-
-
IMAP_ACL
-
Constructor.
-
IMAP_ACL
-
Contains functions related to managing Access Control Lists.
-
IMAP_ACL_rfc2086
-
Constructor.
-
IMAP_ACL_rfc2086
-
Contains functions related to managing Access Control Lists on an IMAP server using RFC 2086.
-
IMAP_ACL_rfc4314
-
Contains functions related to managing Access Control Lists on an IMAP server using RFC 4314.
-
IMAP_ACL_rfc4314
-
Constructor.
-
IMAP_Admin
-
Constructor.
-
IMAP_Admin
-
The IMAP_Admin:: class allow managing of mailboxes on IMAP servers.
-
IMAP_Cache
-
The IMAP_Cache:: class facilitates in caching output from the PHP imap extension in the current session.
-
IMAP_Cache
-
Constructor
-
IMAP_Search
-
Constructor.
-
IMAP_Search
-
The IMAP_Search:: class performs complex searching of an IMAP mailbox.
-
IMAP_Search_Query
-
The IMAP_Search_Object:: class is used to formulate queries to be used with the IMAP_Search:: class.
-
IMAP_Sort
-
Constructor.
-
IMAP_Sort
-
IMAP_Sort provides functions for sorting lists of IMAP mailboxes/folders.
-
IMAP_Thread
-
Constructor.
-
IMAP_Thread
-
IMAP_Thread provides functions for working with imap_thread() output.
-
IMAP_Tree
-
Constructor.
-
IMAP_Tree
-
The IMAP_Tree class provides a tree view of the folders supported with the PHP imap extension (IMAP/POP3/NNTP repositories). It provides access functions to iterate through this tree and query information about individual mailboxes/folders.
-
init
-
Initalize the list at the top level of the hierarchy.
-
insert
-
Insert a folder/mailbox into the tree.
-
isContainer
-
Is this element a container only, not a mailbox (meaning you can not open it)?
-
isDiscovered
-
Has the tree element been discovered?
-
isNamespace
-
Is the element a namespace container?
-
isOpen
-
Is the tree element open?
-
isPolled
-
Does the user want to poll this mailbox for new/unseen messages?
-
isSubscribed
-
Is the user subscribed to this element?
-
isSupported
-