On 09/03/2013 10:30 AM, Paul J Stevens wrote:
This only confirms my suspicion: Outlook doesn't like the
quoted-printable encoding, probably the CR line-endings are missing.

DBMail really must send CRLF, not just LF line-endings!

I'll look into it.

You are talking about the message format, right?
http://tools.ietf.org/html/rfc5322#page-9

The body of a message is simply lines of US-ASCII characters.  The
only two limitations on the body are as follows:

o  CR and LF MUST only occur together as CRLF; they MUST NOT appear
   independently in the body.

Note MIME message bodies RFC http://tools.ietf.org/html/rfc2045#page-19

(4)   (Line Breaks) A line break in a text body, represented
      as a CRLF sequence in the text canonical form, must be
      represented by a (RFC 822) line break, which is also a
      CRLF sequence, in the Quoted-Printable encoding.

Please also note (same link):

(5)   (Soft Line Breaks) The Quoted-Printable encoding
      REQUIRES that encoded lines be no more than 76
      characters long.  If longer lines are to be encoded
      with the Quoted-Printable encoding, "soft" line breaks
      must be used.  An equal sign as the last character on a
      encoded line indicates such a non-significant ("soft")
      line break in the encoded text.

Thus if the "raw" form of the line is a single unencoded line that
says:

  Now's the time for all folk to come to the aid of their country.

This can be represented, in the Quoted-Printable encoding, as:

  Now's the time =
  for all folk to come=
   to the aid of their country.

Hope this could be helpful.

--
Best regards,
Pavlo Lavrenenko,
PortaOne, Inc., Junior Software Developer
Tel: +1-866-SIP VOIP (+1 866 747 8647) ext. 7624

PortaOne - VoIP Solutions Company
Visit our Website: http://www.portaone.com
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to