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

Names with periods in them don't resolve #9

Closed
bradvogel opened this issue Oct 23, 2014 · 1 comment
Closed

Names with periods in them don't resolve #9

bradvogel opened this issue Oct 23, 2014 · 1 comment

Comments

@bradvogel
Copy link

Repro:

$ npm install email-addresses
npm http GET https://registry.npmjs.org/email-addresses
npm http 304 https://registry.npmjs.org/email-addresses
email-addresses@2.0.0 node_modules/email-addresses
$ node
> var email = require('email-addresses')
undefined
>  email.parseAddressList('H.B. Lewis <test@earthlink.net>')
null
>  email.parseAddressList('Cedarville Store Info. <test@cedarvillestore.com>')
null
>  email.parseAddressList('stardust.com <test@stardust.com>')
null
@jackbearheart
Copy link
Owner

Thanks! I just fixed this in 2144d88, and released 2.0.1.

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

2 participants