mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
MailSo fixes
This commit is contained in:
parent
860bf3be74
commit
eb11eaa096
4 changed files with 83 additions and 6 deletions
|
|
@ -909,7 +909,17 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
{
|
||||
if (FetchResponse::IsValidFetchImapResponse($oImapResponse))
|
||||
{
|
||||
$aReturn[] = FetchResponse::NewInstance($oImapResponse);
|
||||
if (FetchResponse::IsNotEmptyFetchImapResponse($oImapResponse))
|
||||
{
|
||||
$aReturn[] = FetchResponse::NewInstance($oImapResponse);
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($this->oLogger)
|
||||
{
|
||||
$this->oLogger->Write('Skipped Imap Response! ['.$oImapResponse->ToLine().']', \MailSo\Log\Enumerations\Type::NOTICE);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue