The maximum length of any line in an email message is 998 bytes (SMTP protocol). If the message lines you received are bigger than this, the receiving email application will cut off anything longer. Secondly, individual lines must be ended with a Carriage Return (CR) Line Feed (LF) sequence.
The sender must use something like either Quoted-Printable or Mime formatting of the message stream.
Martin
<p>The maximum length of any line in an email message is 998 bytes (SMTP protocol).&nbsp; If the message lines you received are bigger than this, the receiving email application will cut off anything longer. Secondly, individual lines must be ended with a Carriage Return (CR) Line Feed (LF) sequence.</p><p>The sender must use something like either Quoted-Printable or Mime formatting of the message stream.</p><p>Martin
</p><p>&nbsp;</p><p>&nbsp;</p>