diff options
Diffstat (limited to 'src/lib/emailer.h')
| -rw-r--r-- | src/lib/emailer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emailer.h b/src/lib/emailer.h index fa278e535..ef41b0320 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -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; |
