From 507a50de781ae369fb58852a6dd655092487c5af Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 16 Feb 2022 12:12:40 +0100 Subject: [PATCH] Resolve #198 --- snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Quota.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Quota.php b/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Quota.php index de5305a07..eb8fa4223 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Quota.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Quota.php @@ -51,7 +51,7 @@ trait Quota { $aReturn = array(0, 0); foreach ($oResponseCollection as $oResponse) { - if (Enumerations\ResponseType::UNTAGGED === $oResponse->ResponseType + if (\MailSo\Imap\Enumerations\ResponseType::UNTAGGED === $oResponse->ResponseType && 'QUOTA' === $oResponse->StatusOrIndex && isset($oResponse->ResponseList[3]) && \is_array($oResponse->ResponseList[3])