This commit is contained in:
djmaze 2022-01-05 11:22:02 +01:00
parent 64858d285d
commit 1d96160a38

View file

@ -832,7 +832,7 @@ class ImapClient extends \MailSo\Net\NetClient
$this->oCurrentFolderInfo = null;
} else {
try {
$this->SendRequestGetResponse('SELECT', '""');
$this->SendRequestGetResponse('SELECT', ['""']);
// * OK [CLOSED] Previous mailbox closed.
// 3 NO [CANNOT] Invalid mailbox name: Name is empty
} catch (Exceptions\NegativeResponseException $e) {