Class mailboxes

Description

Mailboxes class

FIXME. This class should be extracted and placed in a separate file that can be included before we start the session. That makes caching of the tree possible. On a refresh mailboxes from left_main.php the only function that should be called is the sqimap_get_status_mbx_tree. In case of subscribe / rename / delete / new we have to create methods for adding/changing the mailbox in the mbx_tree without the need for a refresh.

Some code fragments are present in 1.3.0 - 1.4.4.

  • since: 1.5.0

Located in /functions/imap_mailbox.php (line 34)


	
			
Variable Summary
mixed $is_draft
mixed $is_inbox
mixed $is_noselect
mixed $is_root
mixed $is_sent
mixed $is_special
mixed $is_trash
mixed $mbxs
mixed $recent
mixed $total
mixed $unseen
Method Summary
void addMbx ( $mbx,  $delimiter,  $start,  $specialfirst)
Variables
mixed $is_draft = false (line 37)
mixed $is_inbox = false (line 36)
mixed $is_noinferiors = false (line 35)
mixed $is_noselect = false (line 35)
mixed $is_root = false (line 36)
mixed $is_sent = false (line 36)
mixed $is_special = false (line 36)
mixed $is_trash = false (line 37)
mixed $mailboxname_full = '' (line 35)
mixed $mailboxname_sub = '' (line 35)
mixed $mbxs = array() (line 37)
mixed $recent (line 38)
mixed $total (line 38)
mixed $unseen (line 38)
Methods
addMbx (line 40)
void addMbx ( $mbx,  $delimiter,  $start,  $specialfirst)
  • $mbx
  • $delimiter
  • $start
  • $specialfirst

Documentation generated on Mon, 13 Jan 2020 04:22:48 +0100 by phpDocumentor 1.4.3