Skip to content

Avoid reading .mbox files as Latin-1

Fabian Vogt requested to merge work/fvogt/viewerencoding into release/22.08

Currently the content of .mbox files is passed through QString::fromLatin1, even though it could be any encoding. Avoid converting it to QString altogether, KMime wants a QByteArray anyway.

This fixes opening mails with non-Latin-1 characters.

Merge request reports