mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Bugfix: undefined $oResponse
This commit is contained in:
parent
0ba7d3979a
commit
a0f96103a3
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
$sEndTag = $sEndTag ?: $this->getCurrentTag();
|
||||
|
||||
while (true) {
|
||||
$oResponse = $this->partialParseResponse($oResponse);
|
||||
$oResponse = $this->partialParseResponse();
|
||||
$oResult->append($oResponse);
|
||||
|
||||
// RFC 5530
|
||||
|
|
Loading…
Reference in a new issue