Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
body.h
00001 /***************************************************************************
00002     copyright            : (C) 2002-2008 by Stefano Barbato
00003     email                : stefano@codesink.org
00004 
00005     $Id: body.h,v 1.9 2008-10-07 11:06:26 tat Exp $
00006  ***************************************************************************/
00007 #ifndef _MIMETIC_RFC822_BODY_H_
00008 #define _MIMETIC_RFC822_BODY_H_
00009 #include <string>
00010 namespace mimetic 
00011 {
00012 
00013 /// RFC822 body type
00014 typedef std::string Rfc822Body;
00015 
00016 }
00017 #endif