Move specification of UTF-8 charset to avoid breaking multipart messages (#630).
[dcpomatic.git] / src / lib / quickmail.cc
index 8d62e02c9c074fb6cd41284ec7ed4b00634ec9b5..39e724c6800cb81c68b8fcc975c4dc6b836c5ffb 100644 (file)
@@ -40,7 +40,7 @@
 #define MAILPART_END        5
 #define MAILPART_DONE       6
 
-static const char* default_mime_type = "text/plain";
+static const char* default_mime_type = "text/plain; charset=UTF-8";
 
 ////////////////////////////////////////////////////////////////////////