Updated my e-mail address to reflect my new employment
[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 HelixCode (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/data-wrapper-repository.h>
38 #include <camel/data-wrapper-repository.h>
39 #include <camel/camel-log.h>    
40 #include <camel/camel-data-wrapper.h>
41 #include <camel-simple-data-wrapper.h>
42 #include <camel-folder.h>
43 #include <camel-folder-pt-proxy.h>
44 #include <camel-marshal-utils.h>
45 #include <camel-mime-body-part.h>
46 #include <camel-mime-message.h>
47 #include <camel-mime-part.h>
48 #include <camel-multipart.h>
49 #include <camel-op-queue.h>
50 #include <camel-provider.h>
51 #include <camel-service.h>
52 #include <camel-session.h>
53 #include <camel-store.h>
54 #include <camel-stream.h>
55 #include <camel-stream-fs.h>
56 #include <camel-stream-mem.h>
57 #include <camel-thread-proxy.h>
58 #include <data-wrapper-repository.h>
59 #include <gmime-content-field.h>
60 #include <gmime-utils.h>
61 #include <gstring-util.h>
62 #include <string-utils.h>
63 #include <url-util.h>
64
65 gint camel_init ();
66
67 #ifdef __cplusplus
68 }
69 #endif /* __cplusplus */
70
71 #endif /* CAMEL_H */