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

Support for Mailbox and Group addresses #72

Open
akshaymankar opened this issue Oct 22, 2024 · 0 comments
Open

Support for Mailbox and Group addresses #72

akshaymankar opened this issue Oct 22, 2024 · 0 comments

Comments

@akshaymankar
Copy link

The section 3.4 of the RFC 5322 specifies how to parse a full mailbox or group address. For example things like: "Joe Q. Public" <[email protected]> or A Group:Ed Jones <[email protected]>,[email protected],John <[email protected]>;. There can also be comments like:

A Group(Some people)
        :Chris Jones <c@(Chris's host.)public.example>,
            [email protected],
     John <[email protected]> (my dear friend); (the end of the group)

I believe most of the parsers for these lexical elements are already present in the code. It would be nice to either expose them and/or write more parsers to parse the mailbox and group.

I would be happy to contribute code/tests for this.

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

1 participant