From 75604ffe8c2ef1f2d76a44dc30e8a257b695daf5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Aug 2017 01:12:26 +0300 Subject: Add ability to send new mail by /sendmail chat command. --- src/net/mail2handler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/mail2handler.h') diff --git a/src/net/mail2handler.h b/src/net/mail2handler.h index 3b04fb464..2fd0f594c 100644 --- a/src/net/mail2handler.h +++ b/src/net/mail2handler.h @@ -56,6 +56,11 @@ class Mail2Handler notfinal const std::string &body, const int64_t &money) const = 0; + virtual bool queueSendMail(const std::string &to, + const std::string &title, + const std::string &body, + const int64_t &money) const = 0; + virtual void nextPage(const MailOpenTypeT openType, const int64_t mailId) const = 0; -- cgit v1.2.3-60-g2f50