Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.h60 struct pop3_conn { struct
61 struct pingpong pp;
62 pop3state state; /* Always use pop3.c:state() to change state! */
63 bool ssldone; /* Is connect() over SSL done? */
64 size_t eob; /* Number of bytes of the EOB (End Of Body) that
66 size_t strip; /* Number of bytes from the start to ignore as
68 struct SASL sasl; /* SASL-related storage */
69 unsigned int authtypes; /* Accepted authentication types */
70 unsigned int preftype; /* Preferred authentication type */
71 char *apoptimestamp; /* APOP timestamp from the server greeting */
[all …]