To get inline images to work in imp
pico -w /home/httpd/html/horde/imp/config/mime_drivers.php
/**
* Image driver settings
*/
$mime_drivers['imp']['images'] = array(
'inline' => true,
'handles' => array(
'image/*'
),
'icons' => array(
'default' => 'image.png'
),
/* Display thumbnails for all images, not just large images? */
'allthumbs' => true
);
This file is not templated and will be overwritten on new imp version installs. I've been thinking about untemplating horde's mime_drivers and templating imp's as imp's settings override horde's. There is a bug open for that, don't remember what number. As I got more free time, I'll look into that.
You might also need to login to webmail, options, message viewing, and uncheck, Block images in HTML messages unless they are specifically requested?
If I missed something, let me know.
HTH,
John Bennett