Lines Matching defs:Imap
16 typedef struct Imap Imap; typedef
17 struct Imap { struct
18 char *freep; // free this to free the strings below
20 char *host;
21 char *user;
22 char *mbox;
24 int mustssl;
25 int refreshtime;
26 int debug;
28 ulong tag;
29 ulong validity;
30 int nmsg;
31 int size;
32 char *base;
33 char *data;
35 vlong *uid;
36 int nuid;
37 int muid;
39 Thumbprint *thumb;
63 imap4cmd(Imap *imap, char *fmt, ...) in imap4cmd() argument