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>