Base structure for emails. More...
#include <memory>
#include <nawa/internal/macros.h>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | nawa::mail::Email |
Namespaces | |
namespace | nawa |
namespace | nawa::mail |
Typedefs | |
using | nawa::mail::ReplacementRules = std::unordered_map< std::string, std::string > |
Base structure for emails.
Definition in file Email.h.