diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Folders.php b/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Folders.php index 9cd2198b8..9fc6bb219 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Folders.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Imap/Commands/Folders.php @@ -520,7 +520,7 @@ trait Folders $oFolderCollection[$sFullName]->setStatusFromResponse($oResponse); $oFolderCollection[$sFullName]->generateETag($this); } - else if ($sCmd === $oResponse->StatusOrIndex && 5 === \count($oResponse->ResponseList)) { + else if ($sCmd === $oResponse->StatusOrIndex && 5 <= \count($oResponse->ResponseList)) { try { $sFullName = $this->toUTF8($oResponse->ResponseList[4]);