#include camel-mime-filter-tohtml.h
[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 Ximian, Inc. (www.ximian.com)
9  *
10  * This program is free software; you can redistribute it and/or 
11  * modify it under the terms of version 2 of the GNU General Public 
12  * License as published by the Free Software Foundation.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22  * USA
23  */
24
25
26 #ifndef CAMEL_H
27 #define CAMEL_H 1
28
29
30 #ifdef __cplusplus
31 extern "C" {
32 #pragma }
33 #endif /* __cplusplus }*/
34
35 #include <camel/camel-cipher-context.h>
36 #include <camel/camel-cms-context.h>
37 #include <camel/camel-data-wrapper.h>
38 #include <camel/camel-exception.h>
39 #include <camel/camel-folder.h>
40 #include <camel/camel-digest-folder.h>
41 #include <camel/camel-disco-diary.h>
42 #include <camel/camel-disco-folder.h>
43 #include <camel/camel-disco-store.h>
44 #include <camel/camel-vee-folder.h>
45 #include <camel/camel-medium.h>
46 #include <camel/camel-mime-filter-basic.h>
47 #include <camel/camel-mime-filter-charset.h>
48 #include <camel/camel-mime-filter-index.h>
49 #include <camel/camel-mime-filter-save.h>
50 #include <camel/camel-mime-filter-crlf.h>
51 #include <camel/camel-mime-filter-tohtml.h>
52 #include <camel/camel-mime-filter.h>
53 #include <camel/camel-mime-message.h>
54 #include <camel/camel-mime-parser.h>
55 #include <camel/camel-mime-part-utils.h>
56 #include <camel/camel-mime-part.h>
57 #include <camel/camel-mime-utils.h>
58 #include <camel/camel-movemail.h>
59 #include <camel/camel-multipart.h>
60 #include <camel/camel-pgp-context.h>
61 #include <camel/camel-pgp-mime.h>
62 #include <camel/camel-provider.h>
63 #include <camel/camel-seekable-stream.h>
64 #include <camel/camel-seekable-substream.h>
65 #include <camel/camel-service.h>
66 #include <camel/camel-session.h>
67 #include <camel/camel-smime-context.h>
68 #include <camel/camel-smime-utils.h>
69 #include <camel/camel-store.h>
70 #include <camel/camel-stream-buffer.h>
71 #include <camel/camel-stream-filter.h>
72 #include <camel/camel-stream-fs.h>
73 #include <camel/camel-stream-mem.h>
74 #include <camel/camel-stream.h>
75 #include <camel/camel-tcp-stream-raw.h>
76 #include <camel/camel-tcp-stream-ssl.h>
77 #include <camel/camel-tcp-stream.h>
78 #include <camel/camel-transport.h>
79 #include <camel/camel-uid-cache.h>
80 #include <camel/camel-url.h>
81 #include <camel/gstring-util.h>
82 #include <camel/hash-table-utils.h>
83 #include <camel/string-utils.h>
84
85 gint camel_init (const char *certdb_dir, gboolean nss_init);
86
87 #ifdef __cplusplus
88 }
89 #endif /* __cplusplus */
90
91 #endif /* CAMEL_H */