• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Horde: "Click HERE to view HTML content in a separate window"

O

open4biz

Guest
When I check my email in Horde, a couple pieces of mail never show the full email (HTML) message and I have to "Click HERE to view HTML content in a separate window."

Is there a way to always show all the HTML content?

I'm getting tired of clicking the link after 6 months...

Some might say I'm patient. :O)

Thank you in advance for your help!
 
Open HTML in a HTML-Site might break the layout (CSS). That's why they open up a seperate window for it.

But i think there's an option for that in

/etc/psa-horde/horde/mime_drivers.php

Look in it for the section:
PHP:
/**
 * Enriched text driver settings
 */
$mime_drivers['horde']['html']['inline'] = false;
$mime_drivers['horde']['html']['handles'] = array(
    'text/html');
$mime_drivers['horde']['html']['icons'] = array(
    'default' => 'html.png');

Maybe setting $mime_drivers['horde']['html']['inline'] to "true" does it.
 
Back
Top