mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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]->setStatusFromResponse($oResponse);
|
||||||
$oFolderCollection[$sFullName]->generateETag($this);
|
$oFolderCollection[$sFullName]->generateETag($this);
|
||||||
}
|
}
|
||||||
else if ($sCmd === $oResponse->StatusOrIndex && 5 === \count($oResponse->ResponseList)) {
|
else if ($sCmd === $oResponse->StatusOrIndex && 5 <= \count($oResponse->ResponseList)) {
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$sFullName = $this->toUTF8($oResponse->ResponseList[4]);
|
$sFullName = $this->toUTF8($oResponse->ResponseList[4]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue