summaryrefslogtreecommitdiff
path: root/src/lib/email.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-06 20:00:51 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-06 20:00:51 +0100
commitf15d2872c717e97112f5b0becb4645b91d378cc6 (patch)
treed06fc0fa4bec080ca59b061797d746a4fe0283db /src/lib/email.h
parent2ef21914513ea6d4d62682cc4ec74b4c3809fc01 (diff)
Split Email::send() up.
Diffstat (limited to 'src/lib/email.h')
-rw-r--r--src/lib/email.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/email.h b/src/lib/email.h
index ac4703453..878c5b131 100644
--- a/src/lib/email.h
+++ b/src/lib/email.h
@@ -54,6 +54,7 @@ private:
std::string fix (std::string s) const;
static std::string encode_rfc1342 (std::string subject);
+ void create();
std::string _from;
std::vector<std::string> _to;