source: trunk/third/evolution/mail/mail-send-recv.h @ 17188

Revision 17188, 1.3 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17187, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/*
3 *  Authors: Michael Zucchi <NotZed@ximian.com>
4 *
5 *  Copyright 2001 Ximian, Inc. (www.ximian.com)
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 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 GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
20 *
21 */
22
23#ifndef MAIL_SEND_RECV_H
24#define MAIL_SEND_RECV_H
25
26#ifdef __cplusplus
27extern "C" {
28#pragma }
29#endif /* __cplusplus }*/
30
31#include "mail-config.h"
32
33/* send/receive all uri's */
34void mail_send_receive(CamelFolder *current_folder);
35/* receive a single uri */
36void mail_receive_uri(const char *uri, int keep);
37/* setup auto receive stuff */
38void mail_autoreceive_setup(void);
39
40#ifdef __cplusplus
41}
42#endif /* __cplusplus */
43
44#endif /* ! MAIL_SEND_RECV_H */
Note: See TracBrowser for help on using the repository browser.