mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
Resolve #1008
This commit is contained in:
parent
24dbff999e
commit
930be49775
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue