Home
last modified time | relevance | path

Searched defs:imap_conn (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Dimap.h71 struct imap_conn { struct
72 struct pingpong pp;
73 imapstate state; /* Always use imap.c:state() to change state! */
74 bool ssldone; /* Is connect() over SSL done? */
75 bool preauth; /* Is this connection PREAUTH? */
76 struct SASL sasl; /* SASL-related parameters */
77 unsigned int preftype; /* Preferred authentication type */
78 unsigned int cmdid; /* Last used command ID */
79 char resptag[5]; /* Response tag to wait for */
80 bool tls_supported; /* StartTLS capability supported by server */
[all …]