Encode UTF-8 subjects and attachment names properly (#2207).
[dcpomatic.git] / src / lib / emailer.h
index fa278e535447eb675d0a7767ecec7112a1765073..ef41b032063b863d5230bad876c431806438500e 100644 (file)
@@ -51,6 +51,7 @@ public:
 private:
 
        std::string fix (std::string s) const;
+       static std::string encode_rfc1342 (std::string subject);
 
        std::string _from;
        std::list<std::string> _to;