Can IMP show attachments or html inline?
IMP is capable of showing certain attachments inline (i.e., in the message body, rather than appearing in a new window on request), but in some cases it risks exposing the user to a security problem in the browser: by enabling inline HTML, any javascript (ActiveX, Java, etc.) in the attachment will be executed by the browser. Enabling inline HTML attachments is strongly discouraged. Of course, this will only work for elements that could be part of a regular HTML page. In particular, images cannot be part of in a regular HTML page (they have to be a separate file with an tag to include them in an HTML page), and can thus not be inlined. Edit the file horde/imp/config/mime_drivers.php to enable inline support for the mime types you wish to have displayed inline. Simply set the ‘inline’ array element for that mime type to ‘true’ to enable a type. As noted above, not all mime types can be shown inline; if there is no ‘inline’ array element for a mime type than that type can not be vi