#29830: EmailMessage may ignore quote printable encoding
-------------------------------------+-------------------------------------
     Reporter:  jannschu             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Mail)          |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  email, mail,         |             Triage Stage:
  encoding                           |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * type:  New feature => Bug
 * has_patch:  1 => 0
 * component:  Uncategorized => Core (Mail)


Comment:

 Looks like the bug is in
 
[https://github.com/django/django/blob/f3d3338e06d571a529bb2046428eeac8e56bcbf6/django/core/mail/message.py#L173-L180
 SafeMIMEText.set_payload()]. The quoted-printable encodeding is dropped if
 the message doesn't have any "long lines."

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29830#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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.5a11620897308a694d1308407b9d2bd1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to