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.
| param | bool | $rtn (optional) see above. |
| return | void|array | |
| access | public | |
| see | imap_mailboxmsginfo | |