method setMsgFlag documentation in bbn\Appui\Mailbox

Sets or removes flag/s on message/s. (Test: ok)

The flags which you can set are \Seen, \Answered, \Flagged, \Deleted, and \Draft. (Test: ok)

function($seq, $flg, $remove = false) { if ($this->_is_connected()) { return $remove ? imap_clearflag_full($this->stream, $seq, $flg) : imap_setflag_full($this->stream, $seq, $flg); } return false; }

Sets or removes flag/s on message/s. (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.