[imp] inline image display problem

Anton Köstlbacher horde3 at dingsbums.org
Tue Feb 25 15:53:14 UTC 2014


Am 25.02.2014 16:36, schrieb Oscar del Rio:
> On 02/25/14 10:19 AM, Anton Köstlbacher wrote:
>> I enabled inline image display for imp (6.1.6) as described in
>> http://wiki.horde.org/FAQ/Admin/Config#toc23 but it doesn't work, no
>> attached images are shown in the preview pane.
>
> Try this page:
> http://www.horde.org/apps/imp/docs/INSTALL#configuring-imp

I already created mime_drivers.local.php for horde and imp and changed 
the settings for displaying images accordingly, but did not enable html 
inline display. I just want to get attached images displayed but not 
html messages.

     /* Image display. */
     'images' => array(
         'inline' => true,
         'handles' => array(
             'image/*'
         ),

         /* Display images inline that are less than this size (in 
bytes). */
         'inlinesize' => 3262144,

         /* Display image thumbnails? */
         'thumbnails' => true
     ),

Anything more I need to do?


More information about the imp mailing list