7#ifndef _MIMETIC_RFC822_MESSAGE_H_
8#define _MIMETIC_RFC822_MESSAGE_H_
11#include <mimetic/rfc822/header.h>
12#include <mimetic/rfc822/body.h>
27 friend std::ostream& operator<<(std::ostream&,
const Message&);
std::string Rfc822Body
RFC822 body type.
Definition rfc822/body.h:14
Simple RFC 822 message type.
Definition rfc822/message.h:19