Bugfix: undefined $oResponse

This commit is contained in:
djmaze 2021-10-28 11:17:43 +02:00
parent 0ba7d3979a
commit a0f96103a3

View file

@ -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