#6918: Cannot set encoding of mail headers, only of message body
-----------------------------------------------------------+----------------
Reporter: Grzegorz Lukasik <[EMAIL PROTECTED]> | Owner:
serialx
Status: assigned | Milestone:
Component: django.core.mail | Version:
SVN
Resolution: | Keywords:
encoding mail headers
Stage: Design decision needed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------------------------+----------------
Changes (by mtredinnick):
* stage: Ready for checkin => Design decision needed
Comment:
It's not immediately clear this is a good idea. If you're passing text to
Django it should be UTF-8 or Unicode as a rule. We allow different
encodings in mail bodies because that allows slightly reduced data volume
for East Asian languages. There's not really such a saving for mail
headers.
Moving to "design decision needed", because this needs some thought (also
patches requiring review are not "ready for checkin").
--
Ticket URL: <http://code.djangoproject.com/ticket/6918#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---