method getMsgHeaderinfo documentation in bbn\Appui\Mailbox

Retrieves the header's message info. (Test: ok)

function(int $msgnum) { if ($msgnum && $this->_is_connected()) { try { $res = imap_headerinfo($this->stream, $msgnum); } catch (\Exception $e) { throw new \Exception($e->getMessage().' '.(string)$msgnum); } } return $res ?? null; }

Retrieves the header's message 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.