Hotfix for typo in variable name

This commit is contained in:
ecoValentin 2021-05-01 18:03:08 +00:00
parent 4ae9252c76
commit 6e1470868a

View file

@ -675,7 +675,7 @@ class ImapClient extends \MailSo\Net\NetClient
* https://github.com/the-djmaze/snappymail/issues/70
* https://github.com/RainLoop/rainloop-webmail/issues/2037
*/
$sFullNameRaw = \array_slice($oResponse->ResponseList, 4);
$sFullNameRaw = \array_slice($oImapResponse->ResponseList, 4);
foreach ($sFullNameRaw as &$name) {
if (\is_array($name)) {
$name = "[{$name[0]}]";