mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix indentation
This commit is contained in:
parent
79d58ee45b
commit
ff8e1ebd80
5 changed files with 25 additions and 18 deletions
|
|
@ -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]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue