Searched defs:pop3_conn (Results 1 – 1 of 1) sorted by relevance
60 struct pop3_conn { struct61 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) that66 size_t strip; /* Number of bytes from the start to ignore as68 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 …]