#35581: Upgrade django.core.mail to use Python's modern email API
-------------------------------------+-------------------------------------
     Reporter:  Mike Edmunds         |                    Owner:  Mike
         Type:                       |  Edmunds
  Cleanup/optimization               |                   Status:  assigned
    Component:  Core (Mail)          |                  Version:  dev
     Severity:  Normal               |               Resolution:
     Keywords:  email, compat32      |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mike Edmunds):

 * has_patch:  0 => 1

Comment:

 I've opened two sequential PRs, as suggested in the django-developers
 discussion. Both are ready for review:

 - https://github.com/django/django/pull/18502 improves the test suite for
 django.core.mail while staying on the existing (legacy) API.
 - https://github.com/medmunds/django/pull/2 implements the changeover to
 the modern email API.

 (The second PR is in my own Django fork so that it can be based on the
 first PR without overlap. I'll reopen it upstream once the first PR is
 closed. But reviews are welcome now if you don't mind working in my fork;
 just note any discussion history there won't transfer to the eventual
 upstream PR.)

 Some additional notes are in the PR comments.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35581#comment:4>
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/01070191726ccfbf-82f50926-c5f3-4990-8d1f-6b35f71fa1ef-000000%40eu-central-1.amazonses.com.

Reply via email to