Update mail backend to use modern standard library parsing approach.
django.core.mail.message.sanitize_address
uses email.utils.parseaddr
from the standard lib. On Python 3, email.headerregistry.parser.get_mailbox()
does the same, and is less error-prone.
Summary: |
Update mail backend to use modern standard library parsing approach → Update mail backend to use modern standard library parsing approach.
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In f841a77: