Lines Matching defs:pop3_conn
60 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 */
72 bool tls_supported; /* StartTLS capability supported by server */