This is an omnibus commit which moves the Citadel Server from crusty old GNU Autotool...
[citadel.git] / citadel / server / modules / imap / imap_fetch.h
1 /*
2  * Copyright (c) 2001-2017 by the citadel.org team
3  *
4  * This program is open source software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 3.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  */
12
13 void imap_pick_range(const char *range, int is_uid);
14 void imap_fetch(int num_parms, ConstStr *Params);
15 void imap_uidfetch(int num_parms, ConstStr *Params);
16 void imap_fetch_flags(int seq);
17 int imap_extract_data_items(citimap_command *Cmd);