Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build an email address string from email and name components #21

Open
campriceaustin opened this issue Sep 15, 2016 · 3 comments
Open

Comments

@campriceaustin
Copy link

It would be great if we could use email-addresses to construct an email string, from an email and an optional name component, escaping any relevant characters.

@campriceaustin
Copy link
Author

@baudehlo
Copy link
Contributor

address-rfc2822 does this.

@jackbearheart
Copy link
Owner

Basically out of scope for this code right now. It really is just a parser. It doesn't have knowledge about how to construct anything.

But, presumably such a function could be very small and if someone wants to submit a PR adding this functionality and tests, I would merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants