Re: [imp] inline image display problem
Am 25.02.2014 20:56, schrieb Michael M Slusarz: Quoting Anton Köstlbacher : Am 25.02.2014 18:53, schrieb Michael M Slusarz: Quoting Anton Köstlbacher : 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? Most likely the sender is not in your list of allowable image senders. (image_replacement_addrs pref) michael The sender is in my adressbook, but this points in the right direction. I now scanned through the mails and there are indeed mails from other senders, where image preview works perfectly. Then the From address does not exactly match any email address contained in your address book, and it doesn't match any of the explicitly allowed addresses contained in the image_replacement_addrs pref. michael I can't find out, when it works and when not. The From adress matches exactly. Thumbnails don't work neither: /* Display image thumbnails? */ 'thumbnails' => true Different problem, same context: If a message contains plain text as well as html, the plain text is not shown automatically. Is this possible at all? Thanks, Anton! -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] inline image display problem
Quoting Anton Köstlbacher : Different problem, same context: If a message contains plain text as well as html, the plain text is not shown automatically. Is this possible at all? No. That is the whole point of multipart/alternative parts - only ONE representation is shown. michael -- ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] inline image display problem
Am 03.03.2014 19:42, schrieb Michael M Slusarz: Quoting Anton Köstlbacher : Different problem, same context: If a message contains plain text as well as html, the plain text is not shown automatically. Is this possible at all? No. That is the whole point of multipart/alternative parts - only ONE representation is shown. michael I have disabled HTML inline preview, so I would think, that by default the plain text part is shown, but the problem is that no representation is shown at all. I want to show plain text (and attached images) by default. Regards, Anton -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] inline image display problem
Quoting Anton Köstlbacher : Am 03.03.2014 19:42, schrieb Michael M Slusarz: Quoting Anton Köstlbacher : Different problem, same context: If a message contains plain text as well as html, the plain text is not shown automatically. Is this possible at all? No. That is the whole point of multipart/alternative parts - only ONE representation is shown. michael I have disabled HTML inline preview, so I would think, that by default the plain text part is shown, but the problem is that no representation is shown at all. I want to show plain text (and attached images) by default. You can't display linked images within plaintext parts. You can only display linked images within HTML parts (i.e. multipart/related). michael -- ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org