-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted
Milestone
Description
When parsing this address:
mail.ParseAddress("Foo (middle) Bar <[email protected]>")
you get the following error:
mail: no angle-addr
That's confusing because an angle-addr is present in the input.
The email address should be formatted with quotes as:
mail.ParseAddress(`"Foo (middle) Bar" <[email protected]>`)
But we could probably be clearer about the error there.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.help wanted