為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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>