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

What is the meaning of groupName within mailbox? #74

Open
Jimmy89 opened this issue Oct 24, 2024 · 0 comments
Open

What is the meaning of groupName within mailbox? #74

Jimmy89 opened this issue Oct 24, 2024 · 0 comments

Comments

@Jimmy89
Copy link

Jimmy89 commented Oct 24, 2024

Example input: "Composers:\"Bach, Sebastian\" <[email protected]>, [email protected] (Mozzie);"

This returns the trimmed output:

[
  {
    type: 'group',
    name: 'Composers',
    addresses: [
      {
        type: 'mailbox',
        name: 'Bach, Sebastian',
        address: '[email protected]',
        groupName: null
      },
      {
        type: 'mailbox',
        name: null,
        address: '[email protected]',
        groupName: null
      }
    ]
  }
]

The variable groupName is not documented within the readme and it also seems to stay null. Looking at the source code I would expect it to repeat the Composers group there, but otherwise I have no clue. Could anyone inform me what this variable implies?

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