Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
rfc822/body.h
1 /***************************************************************************
2  copyright : (C) 2002-2008 by Stefano Barbato
3  email : stefano@codesink.org
4 
5  $Id: body.h,v 1.9 2008-10-07 11:06:26 tat Exp $
6  ***************************************************************************/
7 #ifndef _MIMETIC_RFC822_BODY_H_
8 #define _MIMETIC_RFC822_BODY_H_
9 #include <string>
10 namespace mimetic
11 {
12 
13 /// RFC822 body type
14 typedef std::string Rfc822Body;
15 
16 }
17 #endif
std::string Rfc822Body
RFC822 body type.
Definition: rfc822/body.h:14