diff --git a/plugins/mailbox-detect/index.php b/plugins/mailbox-detect/index.php index 387991413..e59d90c86 100644 --- a/plugins/mailbox-detect/index.php +++ b/plugins/mailbox-detect/index.php @@ -9,8 +9,8 @@ class MailboxDetectPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'MailboxDetect', AUTHOR = 'SnappyMail', URL = 'https://snappymail.eu/', - VERSION = '2.3', - RELEASE = '2023-02-07', + VERSION = '2.4', + RELEASE = '2023-02-08', REQUIRED = '2.25.0', CATEGORY = 'General', LICENSE = 'MIT', @@ -30,6 +30,11 @@ class MailboxDetectPlugin extends \RainLoop\Plugins\AbstractPlugin ); } + protected function Logger() : \MailSo\Log\Logger + { + return $this->Manager()->Actions()->Logger(); + } + public function AfterFolders(array &$aResponse) { if (!empty($aResponse['Result']['@Collection'])) {