Mail_IMAP::getMailboxInfo()

void|array getMailboxInfo([ bool $rtn = TRUE])

This method is automatically called by the Mail_IMAP::connect method. Gathers mailbox information by calling on the imap_mailboxmsginfo function, the information returned by this function is merged into the $mailboxInfo property.

If the optional $rtn argument is TRUE (TRUE by default), returns the contents of the $mailboxInfo property.

Method summary:

param bool $rtn (optional) see above.
return void|array
access public
see imap_mailboxmsginfo
Execution time: 0.09 seconds