method deleteFolder documentation in bbn\User\Email

function(string $id, string $id_account) { $mb = $this->getMailbox($id_account); $folder = $this->getFolder($id); if ($folder && $mb->deleteMbox($folder['uid'])) { if ($this->deleteFolderDb($id)) { $this->mboxes[$id_account]['folders'] = $this->getFolders($this->mboxes[$id_account]); return true; } } return false; }

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.