method getMsgBody documentation in bbn\Appui\Mailbox

Fetches the body of the message. (Test: ok)

function($msgno, $part) { if ($this->_is_connected()) { if (empty($part)) { return imap_body($this->stream, $msgno); } return imap_fetchbody($this->stream, $msgno, $part); } return false; }

Fetches the body of the message. (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.