Still waiting for the computer. Or rather, for other computers.
[citadel.git] / citadel / server / modules / imap / imap_fetch.h
1 // Copyright (c) 2001-2024 by the citadel.org team
2 //
3 // This program is open source software.  Use, duplication, or disclosure
4 // are subject to the terms of the GNU General Public License version 3.
5
6 void imap_pick_range(const char *range, int is_uid);
7 void imap_fetch(int num_parms, ConstStr *Params);
8 void imap_uidfetch(int num_parms, ConstStr *Params);
9 void imap_fetch_flags(int seq);
10 int imap_extract_data_items(citimap_command *Cmd);