method getImap documentation in bbn\Appui\Mailbox2

function() { $this->imap = imap_check($this->stream); if ($this->imap->Nmsgs > 0) { $this->last_uid = $this->msguid($this->imap->Nmsgs); $this->num_msg = $this->imap->Nmsgs; } else { $this->last_uid = 0; $this->num_msg = 0; } }

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.