REmove gmime-utils.h from here.
[platform/upstream/evolution-data-server.git] / camel / camel.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
3 /* 
4  *
5  * Author : 
6  *  Bertrand Guiheneuf <bertrand@helixcode.com>
7  *
8  * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com)
9  *
10  * This program is free software; you can redistribute it and/or 
11  * modify it under the terms of the GNU General Public License as 
12  * published by the Free Software Foundation; either version 2 of the
13  * License, or (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23  * USA
24  */
25
26
27 #ifndef CAMEL_H
28 #define CAMEL_H 1
29
30
31 #ifdef __cplusplus
32 extern "C" {
33 #pragma }
34 #endif /* __cplusplus }*/
35
36 #include <gtk/gtk.h>
37 #include <camel/camel-data-wrapper.h>
38 #include <camel/camel-exception.h>
39 #include <camel/camel-folder-pt-proxy.h>
40 #include <camel/camel-folder.h>
41 #include <camel/camel-marshal-utils.h>
42 #include <camel/camel-medium.h>
43 #include <camel/camel-mime-filter-basic.h>
44 #include <camel/camel-mime-filter-charset.h>
45 #include <camel/camel-mime-filter-index.h>
46 #include <camel/camel-mime-filter-save.h>
47 #include <camel/camel-mime-filter.h>
48 #include <camel/camel-mime-message.h>
49 #include <camel/camel-mime-parser.h>
50 #include <camel/camel-mime-part-utils.h>
51 #include <camel/camel-mime-part.h>
52 #include <camel/camel-mime-utils.h>
53 #include <camel/camel-movemail.h>
54 #include <camel/camel-multipart.h>
55 #include <camel/camel-op-queue.h>
56 #include <camel/camel-provider.h>
57 #include <camel/camel-seekable-stream.h>
58 #include <camel/camel-seekable-substream.h>
59 #include <camel/camel-service.h>
60 #include <camel/camel-session.h>
61 #include <camel/camel-store.h>
62 #include <camel/camel-stream-buffer.h>
63 #include <camel/camel-stream-filter.h>
64 #include <camel/camel-stream-fs.h>
65 #include <camel/camel-stream-mem.h>
66 #include <camel/camel-stream.h>
67 #include <camel/camel-thread-proxy.h>
68 #include <camel/camel-transport.h>
69 #include <camel/camel-url.h>
70 #include <camel/gmime-content-field.h>
71 #include <camel/gstring-util.h>
72 #include <camel/hash-table-utils.h>
73 #include <camel/md5-utils.h>
74 #include <camel/string-utils.h>
75
76 gint camel_init (void);
77
78 #ifdef __cplusplus
79 }
80 #endif /* __cplusplus */
81
82 #endif /* CAMEL_H */