Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

visible only part of the incoming email text

  • 1 resposta
  • 1 has this problem
  • 3 views
  • Last reply by Matt

more options

When i receive some emails, i can see only a part of the first line. But at view page source i can see the whole text?? Why is this problem and how can i fix it???

Thank you in advance.

When i receive some emails, i can see only a part of the first line. But at view page source i can see the whole text?? Why is this problem and how can i fix it??? Thank you in advance.
Capturas de pantalla anexas

All Replies (1)

more options

I am guessing because your blanking removed important formatting information.

Try using the view menu to change the View > message body as to plain text. Does all the message appear then? I am guessing that the block above the text looked something like this.

Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

The part that would normally be displayed is HTML, it will start in the body as something looking like

Content-Type: text/html; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

It is only be examining the actual HTML that anything more than a guess could be offered.