> Actually, it doesn't. It only has utf-8. The first nine lines of your pasted
output are the actual email headers.

Okay, that makes more sense. That particular experiment I was using a
MIMEObject's to_string() function. Although I had passed in plain text
to the object, clearly it put its own headers on the string output.

Also minor note - my test string usually does *not* have the 'u'
Unicode prefix on it, that was just the last change I had made, I
forgot to remove it. :)

-- 
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