Skip to content
Commit 61386be0 authored by Andras Mantia's avatar Andras Mantia
Browse files

First set the charset, then set the body, so the body is encoded correctly into the charset.

Use 8bit for the transfer encoding.
This fixes a double unicode encoding problem on reply, as without the above the body might be encoded into unicode and later another toUnicode is performed on it when the reply charset is applied.
BUG: 287581
parent bbaea9e9
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