join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
mailmessage.hpp File Reference
#include <join/version.hpp>
#include <join/error.hpp>
#include <iostream>
#include <vector>
Include dependency graph for mailmessage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::MailSender
 mail sender. More...
 
class  join::MailRecipient
 mail recipient. More...
 
class  join::MailMessage
 mail message. More...
 

Namespaces

namespace  join
 

Typedefs

using join::MailRecipients = std::vector <MailRecipient>
 mail recipient list.
 

Functions

std::ostream & join::operator<< (std::ostream &out, const MailSender &sender)
 insert mail sender into stream.