#22561: EmailMessage should respect RFC2822 on max line length
-------------------------------+--------------------------------------
     Reporter:  notsqrt        |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  new
    Component:  Core (Mail)    |                  Version:  1.6
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by phr):

 Quoted-printable should only be used to downconvert emails to 7bit-only,
 not to workaround their RFC incompliance regarding line lengths.

 Please note that QP works decently just for languages based on ASCII with
 only a few accentuated characters, but performs miserably for all others.

 Thus reintroducing any form of 7bit downconversion is not the proper
 solution to this problem.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22561#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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.d3c6928f5a2e5f38247d1d9f4001f61d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to