In the column TO the system strip the spec. charakters like 谩,媒,茅
-- e.g. orig: Lucia Bodn谩rov谩 --> striped: Lucia Bodnarova
or
add the "" around name if didn't sync/find the system email address

In detailview of email is the name FRO/TO showing right :)

in the column FROM looks like:


Reduced the priority as it doesn't stop functionality - however it is noted that this was also an issue on previous versions.
$ret = $emailHeader['from']; //line 504$ret = html_entity_decode($inboundEmail->handleMimeHeaderDecode($emailHeader['from']));Tested with ver.7.9.9 and works as expected.
@likhobory your code is working 馃
@PedroErnst could you create for it pull request?