]> code.citadel.org Git - citadel.git/blob - citadel/imap_tools.h
* more imap. imap sucks. die crispin die.
[citadel.git] / citadel / imap_tools.h
1 /*
2  * $Id$
3  *
4  */
5
6
7
8 void imap_strout(char *buf);
9 int imap_parameterize(char **args, char *buf);
10 void imap_mailboxname(char *buf, int bufsize, struct quickroom *qrbuf);
11 void imap_ial_out(struct internet_address_list *ialist);
12 int imap_roomname(char *buf, int bufsize, char *foldername);