mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Resolve #198
This commit is contained in:
parent
ab95a6ccb3
commit
507a50de78
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ trait Quota
|
||||||
{
|
{
|
||||||
$aReturn = array(0, 0);
|
$aReturn = array(0, 0);
|
||||||
foreach ($oResponseCollection as $oResponse) {
|
foreach ($oResponseCollection as $oResponse) {
|
||||||
if (Enumerations\ResponseType::UNTAGGED === $oResponse->ResponseType
|
if (\MailSo\Imap\Enumerations\ResponseType::UNTAGGED === $oResponse->ResponseType
|
||||||
&& 'QUOTA' === $oResponse->StatusOrIndex
|
&& 'QUOTA' === $oResponse->StatusOrIndex
|
||||||
&& isset($oResponse->ResponseList[3])
|
&& isset($oResponse->ResponseList[3])
|
||||||
&& \is_array($oResponse->ResponseList[3])
|
&& \is_array($oResponse->ResponseList[3])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue