X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Femailer.h;h=ef41b032063b863d5230bad876c431806438500e;hp=4ceedb9beade87a0426dbf61e9d0deb6ea0d4eeb;hb=182b9d2e2feb6545592868606aaf0f0146095481;hpb=e075012124424b77044b5d61885ed2646d3781cd diff --git a/src/lib/emailer.h b/src/lib/emailer.h index 4ceedb9be..ef41b0320 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,9 +18,11 @@ */ + #include #include + 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 _to;