* IMAP stuff
[citadel.git] / citadel / imap_tools.h
1 /*
2  * $Id$
3  *
4  */
5
6 void imap_strout(char *buf);
7 int imap_parameterize(char **args, char *buf);
8 void imap_mailboxname(char *buf, int bufsize, struct quickroom *qrbuf);
9 void imap_ial_out(struct internet_address_list *ialist);