Searched defs:imap_conn (Results 1 – 1 of 1) sorted by relevance
70 struct imap_conn { struct71 struct pingpong pp;72 imapstate state; /* Always use imap.c:state() to change state! */73 bool ssldone; /* Is connect() over SSL done? */74 struct SASL sasl; /* SASL-related parameters */75 unsigned int preftype; /* Preferred authentication type */76 int cmdid; /* Last used command ID */77 char resptag[5]; /* Response tag to wait for */78 bool tls_supported; /* StartTLS capability supported by server */79 bool login_disabled; /* LOGIN command disabled by server */[all …]