Giter VIP home page Giter VIP logo

Comments (2)

jackbearheart avatar jackbearheart commented on June 16, 2024

Hi! To my understanding, the RFC rules don't allow this format as-is. (Getting technical, the fundamental reason is that the atext production in the spec doesn't include the [ or ] characters, so a non-quoted display name cannot include those. A quoted display name would, however.)

It would be valid if it were quoted, for example:

> addrs.parseAddressList('JOHN DOE <[email protected]>') !== null;
true
> addrs.parseAddressList('JOHN DOE[XXX] <[email protected]>') !== null;
false
> addrs.parseAddressList('"JOHN DOE[XXX]" <[email protected]>') !== null;
true

So from the perspective of this library, which was created to parse email addresses according to this specification, this is expected.

Now, that doesn't solve your problem. In curiosity, I wonder, what is your use case, what outside system is sending you emails in this format, and under what circumstances or as part of what protocol? That will help us figure out if there's anything this library can help with in a sane way. If there is a relevant spec or this is a common format then we could provide an option to allow it.

from email-addresses.

Chrisjow avatar Chrisjow commented on June 16, 2024

Hi, sorry for the delay.

I received an email with this format from a big corporate employee. So my use case is not really original. However, it's the only company that sends us this kind of format.

Hope it helps.

from email-addresses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.