#18967: django.core.mail.EmailMessage._create_mime_attachment incorrectly 
encodes
message/rfc822 attachments in base64, breaks in Evolution and Thunderbird
-----------------------------+--------------------------------------
     Reporter:  micolous     |                    Owner:  nobody
         Type:  Bug          |                   Status:  new
    Component:  Core (Mail)  |                  Version:  1.4
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Unreviewed
    Has patch:  1            |      Needs documentation:  1
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  1            |                    UI/UX:  0
-----------------------------+--------------------------------------
Changes (by micolous):

 * needs_tests:  1 => 0


Comment:

 I've added regression tests for the bug, and fixed an issue where it was
 applying the transforms to all message/* mimetypes, and not just
 message/rfc822.  I've also allowed the EmailMessage.attach method to take
 in Django's EmailMessage object as an argument for message/rfc822 objects.

 I've updated my pull request (above) with these changes.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18967#comment:2>
Django <https://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 https://groups.google.com/groups/opt_out.


Reply via email to