#11212: Don't encode emails with base64/qp
---------------------------------------+------------------------------------
          Reporter:  phr               |         Owner:  nobody   
            Status:  new               |     Milestone:           
         Component:  django.core.mail  |       Version:  SVN      
        Resolution:                    |      Keywords:  send_mail
             Stage:  Unreviewed        |     Has_patch:  1        
        Needs_docs:  0                 |   Needs_tests:  1        
Needs_better_patch:  0                 |  
---------------------------------------+------------------------------------
Comment (by phr):

 I'm not quite sure what to test here. Only a single parameter needs to be
 changed
 in file django/core/mail.py at line 23:

 {{{
 -Charset.add_charset('utf-8', Charset.SHORTEST, Charset.QP, 'utf-8')
 +Charset.add_charset('utf-8', Charset.SHORTEST, None, 'utf-8')
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11212#comment:3>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to