
abc def - 2014-08-30 07:55:25 -
In reply to message 3 from abc def
Okay, one UTF8 encoding was in my output shipping code. However, this does not change the issue that the two subject lines (both with umlauts, but encoded differently) would not fit into the same display code. Isn't DecodedHeaders meant to decode all headers to the same normalized encoding?
I now ignore DecodedHeaders and use PHP's imap_utf8 on Header, which works as expected.