<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello, <br><br><br>Thank ! It's working :)<br><br><br><br><br>--Pièce jointe du message transmise--<br>Subject: Re: HTML view with horde<br>Date: Mon, 7 Sep 2009 11:00:13 +0200<br>To: kolab-users@kolab.org<br>From: funke@hiskp.uni-bonn.de<br><br><pre>Hi,<br> <br>you are modifying the wrong file since IMP uses it's own mime_drivers.php <br>which overrides horde's global settings.<br> <br>The correct way would be adding<br> <br>$mime_drivers['imp']['html'] = array(<br>    'inline' => true,<br>    'handles' => array(<br>        'text/html'<br>    ),<br>    'icons' => array(<br>        'default' => 'html.png'<br>    ),<br>    /* If you don't want to display the link to open the HTML content in a<br>     * separate window, set the following to false. */<br>    'external' => false,<br>    /* Run 'tidy' on all HTML output? This requires at least version 2.0 of <br>the<br>     * PECL 'tidy' extension to be installed on your system. */<br>    'tidy' => false,<br>    /* Check for phishing exploits? */<br>    'phishing_check' => true<br>);<br> <br>to /kolab/etc/kolab/templates/webclient-imp_mime_drivers.php.template and <br>running kolabconf afterwards<br> <br>Cheers<br>Christian<br> <br> <br> <br>Am Sonntag, 6. September 2009 00:07:11 schrieb kiser Caesar:<br>> Hello,<br>> <br>> I just finished to upgrade my kolab 2.2.0 to 2.2.2, all seems working exept<br>>  funambol from my BB and the HTML view with Horde.<br>> <br>> I made the change in :<br>> <br>> /kolab/var/kolab/www/client/config/mime_drivers.php.<br>> <br>> $mime_drivers['horde']['html'] = array(<br>>      // NOTE: Inline HTML viewing is DISABLED by default.<br>>      'inline' => true,<br>>      'handles' => array(<br>>          'text/html'<br>>      ),<br>>      'icons' => array(<br>>          'default' => 'html.png'<br>>      ),<br>>      // Check for phishing exploits?<br>>      'phishing_check' => true<br>> <br>> );<br>> <br>> But that's don't work... who have an idea ?<br>> <br>> If you need some logs, please ask ..<br>> <br>> <br>> Best regards,<br>> <br>> <br>> <br>> _________________________________________________________________<br>> Tchattez en direct en en vidéo avec vos amis !<br>> <a href="http://www.windowslive.fr/messenger/">http://www.windowslive.fr/messenger/</a><br>> <br> <br> <br></pre><br /><hr />Gratuit : Hotmail plus rapide avec Internet Explorer 8 !  <a href='http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx' target='_new'>Cliquez ici !</a></body>
</html>