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. |