Skip to content
Commit eac31c72 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

Avoid reading .mbox files as Latin-1

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.
parent 3d636d33
Pipeline #249438 passed with stage
in 16 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment