]> code.citadel.org Git - citadel.git/blob - citadel/imap_tools.h
* Slowly and painfully writing IMAP support
[citadel.git] / citadel / imap_tools.h
1 /*
2  * $Id$
3  *
4  */
5
6 int imap_parameterize(char **args, char *buf);
7 void imap_mailboxname(char *buf, int bufsize, struct quickroom *qrbuf);