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

[BUG] Wrong umlauts in fromAddress #730

Open
vielhuber opened this issue Dec 16, 2024 · 0 comments
Open

[BUG] Wrong umlauts in fromAddress #730

vielhuber opened this issue Dec 16, 2024 · 0 comments
Labels
needs investigation This will be tested / debugged or checked out.

Comments

@vielhuber
Copy link

vielhuber commented Dec 16, 2024

Environment:

  • PHP IMAP version: 4.x
  • PHP Version: 7.x
  • Type of execution: Web server

Bug description:

On my server, the field fromAddress has wrong umlauts in it:

Wrong: "E-Mail f�r mich"
Correct: "E-Mail für mich"

This is simply due to:

$out[] = \strtolower($t[0]->mailbox.'@'.(string) $out[0]);

Can you update please all functions from e.g. strtolower to mb_strtolower?

@vielhuber vielhuber added the needs investigation This will be tested / debugged or checked out. label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation This will be tested / debugged or checked out.
Projects
None yet
Development

No branches or pull requests

1 participant