The IMP_Mailbox:: class contains all code related to handling mailbox access.
Copyright 2002-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
Located in /lib/Mailbox.php (line 25)
The location in the sorted array we are at.
Has _buildMailbox() been called?
If the cache has expired, make note so we know when to update vs.
overwrite.
The location of the last message we were at.
The mailbox to work with.
Is this a search malbox?
The array of sorted indices.
The array of information about the sorted indices list.
Entries: 'm' = Mailbox (if not exist, then use current mailbox)
Constructor.
Using the preferences and the current mailbox, determines the messages to view on the current page.
Returns the array index of the given message UID.
Returns a unique identifier for the current mailbox status.
Returns IMAP mbox/UID information on a message.
Build the array of message information.
The mailbox this object works with.
Returns the current message count of the mailbox.
Returns the current message array index. If the array index has run off the end of the message array, will return the last index.
Returns a raw sorted list of the mailbox.
Checks to see if the current index is valid.
This function is only useful if an index was passed to the constructor.
Get the list of new messages in the mailbox (IMAP RECENT flag, with UNDELETED if we're hiding deleted messages).
Updates the message array index.
Attempts to return a reference to a concrete IMP_Mailbox instance.
It will only create a new instance if no IMP_Mailbox instance with the same parameters currently exists.
This method must be invoked as: $var = &IMP_Mailbox::singleton($mailbox[, $index]);
Get the list of unseen messages in the mailbox (IMAP UNSEEN flag, with UNDELETED if we're hiding deleted messages).
Update the current mailbox if an action has been performed on the current message index.
Documentation generated on Sun, 30 Jan 2011 05:28:14 +0000 by phpDocumentor 1.4.3