Searched defs:imap_conn (Results 1 – 1 of 1) sorted by relevance
73 struct imap_conn { struct74 struct pingpong pp;75 struct SASL sasl; /* SASL-related parameters */76 struct dynbuf dyn; /* for the IMAP commands */77 char *mailbox; /* The last selected mailbox */78 char *mailbox_uidvalidity; /* UIDVALIDITY parsed from select response */79 imapstate state; /* Always use imap.c:state() to change state! */80 char resptag[5]; /* Response tag to wait for */81 unsigned char preftype; /* Preferred authentication type */82 unsigned char cmdid; /* Last used command ID */
Completed in 4 milliseconds