Main Page Class Hierarchy Alphabetical List Compound List Examples |
00001 /*************************************************************************** 00002 copyright : (C) 2002-2005 by Stefano Barbato 00003 email : stefano@codesink.org 00004 00005 $Id: rfc822.h,v 1.6 2005/02/23 10:26:15 tat Exp $ 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 #ifndef _MIMETIC_RFC822_RFC822_H_ 00017 #define _MIMETIC_RFC822_RFC822_H_ 00018 #include <mimetic/rfc822/address.h> 00019 #include <mimetic/rfc822/addresslist.h> 00020 #include <mimetic/rfc822/body.h> 00021 #include <mimetic/rfc822/datetime.h> 00022 #include <mimetic/rfc822/messageid.h> 00023 #include <mimetic/rfc822/field.h> 00024 #include <mimetic/rfc822/group.h> 00025 #include <mimetic/rfc822/header.h> 00026 #include <mimetic/rfc822/mailbox.h> 00027 #include <mimetic/rfc822/message.h> 00028 00029 #endif