Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-types.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* camel-imap-types.h: IMAP types */
3
4 /* 
5  * Copyright (C) 2001 Ximian, Inc.
6  *
7  * This program is free software; you can redistribute it and/or 
8  * modify it under the terms of version 2 of the GNU Lesser General Public 
9  * License as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
19  * USA
20  */
21
22 #ifndef CAMEL_IMAP_TYPES_H
23 #define CAMEL_IMAP_TYPES_H 1
24
25 #include "camel-types.h"
26
27 G_BEGIN_DECLS
28
29 typedef struct _CamelImapFolder       CamelImapFolder;
30 typedef struct _CamelImapMessageCache CamelImapMessageCache;
31 typedef struct _CamelImapResponse     CamelImapResponse;
32 typedef struct _CamelImapSearch       CamelImapSearch;
33 typedef struct _CamelImapStore        CamelImapStore;
34 typedef struct _CamelImapSummary      CamelImapSummary;
35
36 G_END_DECLS
37
38 #endif /* CAMEL_IMAP_TYPES_H */