mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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();
|
$sEndTag = $sEndTag ?: $this->getCurrentTag();
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
$oResponse = $this->partialParseResponse($oResponse);
|
$oResponse = $this->partialParseResponse();
|
||||||
$oResult->append($oResponse);
|
$oResult->append($oResponse);
|
||||||
|
|
||||||
// RFC 5530
|
// RFC 5530
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue