mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03: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…
Add table
Add a link
Reference in a new issue