On Fri, May 6, 2011 at 5:33 AM, Jason Culverhouse <ja...@mischievous.org> wrote:
>
>
> The answer is no, it it the underlying python email.MIMEText object that is 
> performing the encoding
> The only encoding that isn;t going to wrap is charset="us-ascii"
>
> http://www.rfc-editor.org/rfc/rfc5322.txt
>
> 2.1.1.  Line Length Limits

2.1.1 doesn't apply here, the email is simply formatted using the
Quoted-Printable transfer encoding.

http://en.wikipedia.org/wiki/Quoted-printable

An email client would read "=\r\n" as a soft line break, and remove it
when displaying the message.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to