
visible only part of the incoming email text
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.
All Replies (1)
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.