Searched defs:pop3_conn (Results 1 – 1 of 1) sorted by relevance
62 struct pop3_conn { struct63 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) that67 size_t strip; /* Number of bytes from the start to ignore as69 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