summaryrefslogtreecommitdiff
path: root/src/managment/builder/mail.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/managment/builder/mail.hpp')
-rw-r--r--src/managment/builder/mail.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/managment/builder/mail.hpp b/src/managment/builder/mail.hpp
deleted file mode 100644
index ae53202..0000000
--- a/src/managment/builder/mail.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include "managment/mail.hpp"
-
-namespace smtp::manage::builder
-{
- class Mail
- {
- public:
- Mail() = default;
- ~Mail() = default;
-
- smtp::manage::Mail Build() const;
- };
-
-}