The problem actually seems to stem from DOMDocument in php when washing, if I run the html through
$node = new DOMDocument('1.0', "UTF-8"); @$node->loadHTML($html); print $node->saveHTML();
then it displays the same way
On Wed, Feb 16, 2011 at 10:27 AM, James Devine fxmulder@gmail.com wrote:
If I take all out except the text/html part of the multipart message and throw it in a web directory I am able to view it fine with a browser
On Wed, Feb 16, 2011 at 9:47 AM, James Devine fxmulder@gmail.com wrote:
I have a number of people complaining about messages not displaying correctly in roundcube, I can pull up the messages in squirrelmail and they will display correctly but in roundcube they only partially display, any idea how I might fix this?
Thanks, James Devine