method getInfoFolder documentation in bbn\Appui\Mailbox

Returns an object containing the current mailbox info. (Test: ok)

function(string $dir = NULL) { if ($this->_is_connected()) { if (!$dir || $this->selectFolder($dir)) { return imap_mailboxmsginfo($this->stream); } } return false; }

Returns an object containing the current mailbox info. (Test: ok) BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.