Skip to content

[BUG] Wrong umlauts in fromAddress #730

Open
@vielhuber

Description

@vielhuber

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs investigationThis will be tested / debugged or checked out.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions