Modify License to LGPL
[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 Lesser 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 Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser 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-data-wrapper.h>
36 #include <camel/camel-exception.h>
37 #include <camel/camel-medium.h>
38 #include <camel/camel-mime-filter.h>
39 #include <camel/camel-mime-filter-basic.h>
40 #include <camel/camel-mime-filter-bestenc.h>
41 #include <camel/camel-mime-filter-canon.h>
42 #include <camel/camel-mime-filter-charset.h>
43 #include <camel/camel-mime-filter-crlf.h>
44 #include <camel/camel-mime-filter-enriched.h>
45 #include <camel/camel-mime-filter-from.h>
46 #include <camel/camel-mime-filter-gzip.h>
47 #include <camel/camel-mime-filter-html.h>
48 #include <camel/camel-mime-filter-index.h>
49 #include <camel/camel-mime-filter-linewrap.h>
50 #include <camel/camel-mime-filter-save.h>
51 #include <camel/camel-mime-filter-tohtml.h>
52 #include <camel/camel-mime-filter-yenc.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-multipart.h>
59 #include <camel/camel-multipart-encrypted.h>
60 #include <camel/camel-multipart-signed.h>
61 #include <camel/camel-seekable-stream.h>
62 #include <camel/camel-seekable-substream.h>
63 #include <camel/camel-stream-buffer.h>
64 #include <camel/camel-stream-filter.h>
65 #include <camel/camel-stream-fs.h>
66 #include <camel/camel-stream-mem.h>
67 #include <camel/camel-stream.h>
68 #include <camel/camel-transport.h>
69 #include <camel/camel-url.h>
70 #include <camel/camel-string-utils.h>
71
72 #include <glib.h>
73
74 int camel_init (const char *certdb_dir, gboolean nss_init);
75
76 #ifdef __cplusplus
77 }
78 #endif /* __cplusplus */
79
80 #endif /* CAMEL_H */