mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-14 00:36:17 +08:00
fix previous commit
This commit is contained in:
parent
2db8b0b9fc
commit
a8e6aaada6
1 changed files with 2 additions and 2 deletions
|
@ -531,7 +531,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
$aParameters[] = $aReturnParams;
|
||||
}
|
||||
|
||||
$this->SendRequest($sCommand, $aParams);
|
||||
$this->SendRequest($sCmd, $aParameters);
|
||||
$bPassthru = false;
|
||||
if ($bPassthru) {
|
||||
// TODO: passthru to parse response in JavaScript
|
||||
|
@ -551,7 +551,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
exit;
|
||||
}
|
||||
} else {
|
||||
$aReturn = $this->getResponse($sCmd, $aParameters)->getFoldersResult($sCmd);
|
||||
$aReturn = $this->getResponse()->getFoldersResult($sCmd);
|
||||
}
|
||||
|
||||
// RFC 5464
|
||||
|
|
Loading…
Reference in a new issue