[imp] No Inline Images.
Bill Tihen -- Information Technology
bill@mail.tasis.ch
Wed, 08 Nov 2000 14:55:31 +0100 (CET)
Fundamentally, I like inline images, but I worry about those invisible
image-redirects that have been described by CERT at the beginning of the year.
If there is a way to do this and avoid this problem that would be the best.
Bill Tihen
Quoting Scott Martin <martin@math.ohiou.edu>:
> The developers are taking a pole right now to see who supports inline
> images
> for IMP so the code can be added to the development version (2.3).
> Everybody
> who does or doesn't want inline images should give their opinion.
> Thanks!
>
> ----- Original Message -----
> From: "Alan Pater" <alan@celasmaya.edu.gt>
> To: "IMP mailing list" <imp@lists.horde.org>
> Sent: Tuesday, November 07, 2000 5:15 PM
> Subject: [imp] No Inline Images.
>
>
> > Ok. I've read the FAQ, tried a lot of different combinations to
> > these settings, but inline images still will not work for me. I can
> > view the image in a new window, but not inline. I've been testing
> > with a gif that's only 0.28KB.
> >
> > << In imp/config/defaults.php3 >>
> >
> > $default->text_parts_inline = true;
> > $default->inline_in_parts_list = false;
> > $default->view_message_source = false;
> >
> > << In imp/config/mime.php3 >>
> >
> > $mime_actions['image/'] =
> > array(
> > 'action' => 'default',
> > 'function' => 'mime_action_images',
> > 'view' => true,
> > 'inline' => true,
> > 'download' => false,
> > 'icon' => 'mime_image.gif'
> > );
> >
> > One thing that has me confused is the << 'action' => 'default', >>
> > line. Shouldn't that be << 'action' => 'function', >> ? But that
> > just breaks the whole system.
> >
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
> >
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>