This commit is contained in:
Ronald Q
2019-07-04 13:25:42 -04:00
parent 5dd5a25a74
commit 51dfa1c565

View File

@@ -132,6 +132,7 @@ class ResponseReader
foreach ($mailsIds as $key => $mailId) {
/** @var IncomingMail $mail */
$mail = $mailbox->getMail($mailId, false);
if (!empty($mail->textPlain)) {
preg_match("/{(.*)}/", $mail->textPlain, $matches);
if ($matches) {
$dataEmail = G::json_decode(Crypt::decryptString($matches[1]), true);
@@ -177,6 +178,7 @@ class ResponseReader
}
}
}
}
} catch (Exception $e) {
Bootstrap::registerMonolog(
$this->channel,