mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-14 17:14:30 +08:00
Resolve #170
This commit is contained in:
parent
64858d285d
commit
1d96160a38
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue