method deleteMsg documentation in bbn\Appui\Mailbox

Mark the specified message for deletion from current mailbox. (Text: ok)

function($uid) { if ($this->_is_connected()) { return imap_delete($this->stream, $this->getMsgNo($uid)); } return false; }

Mark the specified message for deletion from current mailbox. (Text: 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.