[horde] mime_drivers.local.php
    Andreas Mauser 
    andreas at mauser.info
       
    Sat Nov  8 16:43:15 UTC 2014
    
    
  
Hi,
it looks like I dont do the mime_drivers.local.php right, it looks like:
    /* HTML driver settings */
     'html' => array(
         /* NOTE: Inline HTML display is turned OFF by default. */
         'inline' => true,
         'handles' => array(
             'text/html'
         ),
         'icons' => array(
             'default' => 'html.png'
         ),
         'limit_inline_size' => 1048576,
         /* Check for phishing exploits? */
         'phishing_check' => true
),
);
But it does not give the expected result, which should be reading html inline.
How must the file look to work?
Thank you,
Andreas
    
    
More information about the horde
mailing list