Changes between Initial Version and Version 1 of Ticket #25986, comment 3


Ignore:
Timestamp:
Apr 13, 2016, 10:00:25 AM (8 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25986, comment 3

    initial v1  
    11The upstream ticket has been closed, with the following comment:
    22
    3 > formataddr is part of the legacy interface and has no knowledge of the current policy.  So it doesn't support RFC 6532.  For > that you need to use the new API: just assign your address to the appropriate field, or create a headerregistry.Address object.
    4 >
    5 > I'm in the process of rewriting the docs to make all of this clear, but, well, I'm slow...
     3> `formataddr` is part of the legacy interface and has no knowledge of the current policy.  So it doesn't support RFC 6532.  For that you need to use the new API: just assign your address to the appropriate field, or create a `headerregistry.Address` object.
    64
    75Looks like this will have to be solved on Django's end after all. I'm not too familiar with the e-mail library yet, but I could look into it when I get some more spare time.
Back to Top