#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):

 Yes, sure those tests fail. They test for:

     Content-Transfer-Encoding: quoted-printable

 at multiple places, which after the proposed change will not pass.
 If the input is pure ascii, that header will become:

     Content-Transfer-Encoding: 7bit

 If the input contains some accentuated character - e.g. 'áéí', there will
 be 8bit instead.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11212#comment:5>
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to