When opening an email in SuiteCRM for the first time, the email details initially appears empty. If I refresh the page or re-open the email, the body content loads correctly. This issue occurs consistently with every email I open.
I think i have issue with Date header
Fri Nov 15 15:10:06 2024 [32330][1][FATAL] Exception handling in /var/www/suite/public/legacy/include/MVC/Controller/SugarController.php:397
Fri Nov 15 15:10:06 2024 [32330][1][FATAL] Exception in Controller: Expected header Date to comply with RFC882 or RFC2882, but actual is ββ
In InboundEmail.php
$parsedFullHeader = $this->getImap()->rfc822ParseHeaders($fullHeader);
dd($parsedFullHeader->date);
First time show null
This is after page refresh