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

The from field has been parsed as string when there's ; in the the email name #503

Open
gitstashgithub opened this issue Jul 16, 2024 · 0 comments

Comments

@gitstashgithub
Copy link

gitstashgithub commented Jul 16, 2024

This issue is similar to #35
When the email name contains ;(don't ask me why, people just weird), the Header::extractHeaderExtensions() will convert it to a string
for example for John; Doe<[email protected]>, the from attribute is

Webklex\PHPIMAP\Attribute^ {#4561
  #name: "from"
  #values: array:1 [
    0 => "John"
  ]
}

Can someone please help? Thanks.

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