Fix indentation

This commit is contained in:
djmaze 2021-08-27 11:29:39 +02:00
parent 79d58ee45b
commit ff8e1ebd80
5 changed files with 25 additions and 18 deletions

View file

@ -145,6 +145,13 @@ class ResponseCollection extends \MailSo\Base\Collection
$sFullNameRaw = \implode('', $aFullNameRawList); $sFullNameRaw = \implode('', $aFullNameRawList);
/**
* $oResponse->ResponseList[0] = *
* $oResponse->ResponseList[1] = LIST (all) | LSUB (subscribed)
* $oResponse->ResponseList[2] = Flags
* $oResponse->ResponseList[3] = Delimiter
* $oResponse->ResponseList[4] = FullNameRaw
*/
$oFolder = new Folder($sFullNameRaw, $oFolder = new Folder($sFullNameRaw,
$oResponse->ResponseList[3], $oResponse->ResponseList[2]); $oResponse->ResponseList[3], $oResponse->ResponseList[2]);