* imap fetch
[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);
13 int imap_is_message_set(char *);
14
15
16 /*
17  * Flags that may be returned by imap_roomname()
18  * (the lower eight bits will be the floor number)
19  */
20 #define IR_MAILBOX      0x0100          /* Mailbox                       */
21 #define IR_EXISTS       0x0200          /* Room exists (not implemented) */
22 #define IR_BABOON       0x0000          /* Just had to put this here :)  */