NAWA 0.9
Web Application Framework for C++
Email.h File Reference

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 >
 

Detailed Description

Base structure for emails.

Definition in file Email.h.