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

Mail Header isValid() fail with accented 'from' address #462

Closed
icyz opened this issue Dec 10, 2024 · 2 comments
Closed

Mail Header isValid() fail with accented 'from' address #462

icyz opened this issue Dec 10, 2024 · 2 comments

Comments

@icyz
Copy link

icyz commented Dec 10, 2024

this is the function:

public static function isValid($value)

and this is the example (email with accented char in "from")
Screenshot 2024-12-10 alle 14 51 00

This will fail because it's not conform rfc-2822.
Any suggestion?

@icyz
Copy link
Author

icyz commented Dec 10, 2024

I think we should use rfc-6532:
#463

@develart-projects
Copy link
Collaborator

Resolved by #463

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