2021-03-15 14:03:45 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-12-03 21:23:59 +00:00
|
|
|
#include <vector>
|
|
|
|
#include <string>
|
|
|
|
|
2021-03-15 14:03:45 +00:00
|
|
|
namespace Email {
|
2021-12-03 21:23:59 +00:00
|
|
|
extern std::vector<std::string> dump;
|
|
|
|
|
|
|
|
void init();
|
2021-03-15 14:03:45 +00:00
|
|
|
}
|