为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Incoming messages put inline images as attachments, even when I have the "display attachment inline" selected

  • 4 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 shirins

more options

I get a daily newsletter that includes 15+ png images and within Thunderbird these appear as attachments at the bottom and not inline. How can I get them to show up within the message body?

I get a daily newsletter that includes 15+ png images and within Thunderbird these appear as attachments at the bottom and not inline. How can I get them to show up within the message body?

所有回复 (4)

more options

Are you viewing in original html, simple html or plain text? Try: 'Menu icon' > 'View' > 'Message body as ' > 'Original html'

more options

I am viewing it as original HTML and unfortunately it still not showing inline images. Very frustrating!

more options

http://kb.mozillazine.org/Images_in_messages_do_not_appear

Do you know if the email was contructed by someone using a Word/Outlook combination ? Notorious for not encoding properly. You would need to view the source. select email so it shows in Message Pane click on 'More' and select 'View source'

Do you see something like this:

  • Content-Type: image/jpeg;
  • name="IMAGE_1.jpg"
  • Content-Transfer-Encoding: base64
  • Content-Disposition: inline;
  • filename="IMAGE_1.jpg"

or maybe

  • Content-Type: application/octet-stream;
  • name="IMAGE_2.jpg"
  • Content-Transfer-Encoding: base64
  • Content-Disposition: attachment;
  • filename="IMAGE_2.jpg"

Post what you see in source. It will look similar to the above examples.

more options

Thank you for your help on this, it does look like the disposition here is "attachment" for all images. No way to change that unless the sender changes it?

Content-Type: image/png; name=01a37000000MvXmAAK.png Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=01a37000000MvXmAAK.png Content-ID: <01a37000000MvXmAAK>