搜索 | 用户支持

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

详细了解

Thunderbird is not displaying the html version of certain emails

  • 6 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 jetkins

more options

For the most part, Thunderbird is displaying the HTML version of my received emails, as I have asked it to (View --> Message Body As --> Original HTML), but for one particular daily report I receive, it only displays the text/plain version and appears to completely ignore the text/html version.

I have examined the message source and can see no obvious problems; I've run the HTML through an online parser with only a couple of minor warnings detected; I can forward the emails to my work account where my Lotus Notes happily displays the HTML-formatted version, but Thunderbird steadfastly refuses to show me anything but the plain text.

Before I go to VMware and tell them their software is generating problematic emails, is there some form of debugging that I can turn on that might give some idea why this is happening?

Thanks!

For the most part, Thunderbird is displaying the HTML version of my received emails, as I have asked it to (View --> Message Body As --> Original HTML), but for one particular daily report I receive, it only displays the text/plain version and appears to completely ignore the text/html version. I have examined the message source and can see no obvious problems; I've run the HTML through an online parser with only a couple of minor warnings detected; I can forward the emails to my work account where my Lotus Notes happily displays the HTML-formatted version, but Thunderbird steadfastly refuses to show me anything but the plain text. Before I go to VMware and tell them their software is generating problematic emails, is there some form of debugging that I can turn on that might give some idea why this is happening? Thanks!

被采纳的解决方案

For the sake of completeness, I researched the relevant RFC based on jcrammer's comment. It's RFC2046, which states in part,

As with "multipart/mixed", the order of body parts is significant. In this case, the alternatives appear in an order of increasing faithfulness to the original content. In general, the best choice is the LAST part of a type supported by the recipient system's local environment.

Now to go file a bug report with VMware. Thanks, Matt!

定位到答案原位置 👍 0

所有回复 (6)

more options

open the error console on the tools menu. Clear it. Open the relevant mail Check the error console for new errors and warnings.

Like your online parser, there is a lot of noise, so you have to be selective. Look also in the source for a contenteditable... that will trip Thunderbird almost every time.

more options

Hi, Matt.

Thanks for responding. Unfortunately, opening the troublesome mail doesn't generate any errors or warning, no any sign of anything that looks even remotely like an error in the regular messages that are produced. And no sign of contenteditable in the source, either. :/

more options

Do you have a simple you could zip and email me?

more options

Matt said

Do you have a simple you could zip and email me?

On its way. Thanks!

more options

Updating here on behalf of Matt:

It is a bug, but according to jcrammer (something on a MIME GURU in the Thunderbird world) it is not in Thunderbird. Apparently if you have a multipart/alternative mime email the plain text part must be before the HTML. This email it is HTML first.

more options

选择的解决方案

For the sake of completeness, I researched the relevant RFC based on jcrammer's comment. It's RFC2046, which states in part,

As with "multipart/mixed", the order of body parts is significant. In this case, the alternatives appear in an order of increasing faithfulness to the original content. In general, the best choice is the LAST part of a type supported by the recipient system's local environment.

Now to go file a bug report with VMware. Thanks, Matt!