Changed way to connect to api
This commit is contained in:
@ -118,6 +118,7 @@ class Mailboxes extends Base
|
||||
try {
|
||||
$mailbox = $this->getRepository()->fetchByName($mailbox_name);
|
||||
} catch (BlankResult $e) {
|
||||
$this->getLogger()->error($e);
|
||||
// It's already unregistered
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user