mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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;
|
$this->oCurrentFolderInfo = null;
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
$this->SendRequestGetResponse('SELECT', '""');
|
$this->SendRequestGetResponse('SELECT', ['""']);
|
||||||
// * OK [CLOSED] Previous mailbox closed.
|
// * OK [CLOSED] Previous mailbox closed.
|
||||||
// 3 NO [CANNOT] Invalid mailbox name: Name is empty
|
// 3 NO [CANNOT] Invalid mailbox name: Name is empty
|
||||||
} catch (Exceptions\NegativeResponseException $e) {
|
} catch (Exceptions\NegativeResponseException $e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue