#34782: Explicit support for In-Reply-To / References in EmailMessage
----------------------------------------------+------------------------
               Reporter:  dgilmanAIDENTIFIED  |          Owner:  nobody
                   Type:  New feature         |         Status:  new
              Component:  Core (Mail)         |        Version:  dev
               Severity:  Normal              |       Keywords:
           Triage Stage:  Unreviewed          |      Has patch:  0
    Needs documentation:  0                   |    Needs tests:  0
Patch needs improvement:  0                   |  Easy pickings:  0
                  UI/UX:  0                   |
----------------------------------------------+------------------------
 If you want email clients to thread a response you need to set the In-
 Reply-To and References headers in the email with the Message-ID of the
 email you're responding to.

 Right now, with the EmailMessage class, you can set both directly via the
 headers= kwarg. However, maybe it is worth an explicit kwarg, like it
 already has with cc, bcc and reply-to, to save the user the hassle of
 looking up the relevant RFCs and figuring out what needs to be done. It is
 a little bit of a weird case in that you have to set two different headers
 to what is usually the same value.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34782>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018a047044f5-211eea74-83c0-4688-92c8-87debe999e45-000000%40eu-central-1.amazonses.com.

Reply via email to