~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to mimetic/rfc822/rfc822.h

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
    copyright            : (C) 2002-2005 by Stefano Barbato
 
3
    email                : stefano@codesink.org
 
4
 
 
5
    $Id: rfc822.h,v 1.6 2005/02/23 10:26:15 tat Exp $
 
6
 ***************************************************************************/
 
7
 
 
8
/***************************************************************************
 
9
 *                                                                         *
 
10
 *   This program is free software; you can redistribute it and/or modify  *
 
11
 *   it under the terms of the GNU General Public License as published by  *
 
12
 *   the Free Software Foundation; either version 2 of the License, or     *
 
13
 *   (at your option) any later version.                                   *
 
14
 *                                                                         *
 
15
 ***************************************************************************/
 
16
#ifndef _MIMETIC_RFC822_RFC822_H_
 
17
#define _MIMETIC_RFC822_RFC822_H_
 
18
#include <mimetic/rfc822/address.h>
 
19
#include <mimetic/rfc822/addresslist.h>
 
20
#include <mimetic/rfc822/body.h>
 
21
#include <mimetic/rfc822/datetime.h>
 
22
#include <mimetic/rfc822/messageid.h>
 
23
#include <mimetic/rfc822/field.h>
 
24
#include <mimetic/rfc822/group.h>
 
25
#include <mimetic/rfc822/header.h>
 
26
#include <mimetic/rfc822/mailbox.h>
 
27
#include <mimetic/rfc822/message.h>
 
28
 
 
29
#endif