Fix typo in log message.
[dcpomatic.git] / src / lib / emailer.h
index 4ceedb9beade87a0426dbf61e9d0deb6ea0d4eeb..ef41b032063b863d5230bad876c431806438500e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include <curl/curl.h>
 #include <boost/scoped_array.hpp>
 
+
 class Emailer
 {
 public:
@@ -49,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;