So far...I've been able to set the incoming ticket information via the Mailfetch process on imap to display as htmlchars.... But osTicket is not rendering the html....
Not sure if i'm on the right track here or not...but if it helps:
Search for " Function getbody($mid) " in class.mailfetch.php
Comment out -
$body=format:($body);
Then Add
$body=format:($body);
You can Change how osTicket Formats the Ticket Thread via - Ticket.view.inc.php
Line 343 Controls the View Format:
<?php echo Format:($entry);?>
Anyone got any more ideas?? ( Screenshot Attached as .zip )
[html_ticket_info.zip](https://forum.osticket.com/assets/files/migrated/1/065a51c2717ebe9a5408bfd50389e87.zip)