How to enable the html display for horde webmail?
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 /* HTML driver settings */ 'html' => array( /* NOTE: Inline HTML display is turned OFF by default. */ 'inline' => false, <==== true 'handles' => array( 'text/html' ), Save the changes and restart the cPanel # service cpanel restart or # /etc/init.d/cpanel restart As well as restart the Imap server, # /scripts/restartsrv courier Now, check your emails in Horde. :)