Home
last modified time | relevance | path

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

/curl/lib/
H A Dpop3.h62 struct pop3_conn { struct
63 struct pingpong pp;
64 pop3state state; /* Always use pop3.c:state() to change state! */
65 size_t eob; /* Number of bytes of the EOB (End Of Body) that
67 size_t strip; /* Number of bytes from the start to ignore as
69 struct SASL sasl; /* SASL-related storage */
70 char *apoptimestamp; /* APOP timestamp from the server greeting */
71 unsigned char authtypes; /* Accepted authentication types */
72 unsigned char preftype; /* Preferred authentication type */

Completed in 6 milliseconds