mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Small fixes
This commit is contained in:
parent
7d7c05737f
commit
d1a7dd9491
5 changed files with 33 additions and 33 deletions
|
|
@ -589,7 +589,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
'STATUS' === $oImapResponse->StatusOrIndex &&
|
||||
isset($oImapResponse->ResponseList[2]) &&
|
||||
isset($oImapResponse->ResponseList[3]) &&
|
||||
is_array($oImapResponse->ResponseList[3]))
|
||||
\is_array($oImapResponse->ResponseList[3]))
|
||||
{
|
||||
$sFolderNameRaw = $oImapResponse->ResponseList[2];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue