To enable the html display for horde webmail you need to modify /usr/local/cpanel/base/horde/imp/config/mime_drivers.php file
Open the /usr/local/cpanel/base/horde/imp/config/mime_drivers.php file in your favorite editor and change the following line from false to true
Quote:
$mime_drivers['imp']['html']['inline'] = false;
To
$mime_drivers['imp']['html']['inline'] = true;
|
Save the changes and restart the cPanel
Quote:
service cpanel restart
or
/etc/init.d/cpanel restart
|
As well as restart the Imap server
Quote:
|
/scripts/restartsrv courier
|