Lines Matching defs:pop3_client
29 static int proxy_send_login(struct pop3_client *client, struct ostream *output)
147 struct pop3_client *pop3_client = (struct pop3_client *)client;
154 switch (pop3_client->proxy_state) {
164 pop3_client->proxy_xclient =
169 if (proxy_send_login(pop3_client, output) < 0) {
175 pop3_client->proxy_state = POP3_PROXY_STARTTLS;
192 if (proxy_send_login(pop3_client, output) < 0) {
205 pop3_client->proxy_state = client->proxy_sasl_client == NULL ?
217 pop3_client->proxy_state = POP3_PROXY_LOGIN2;
277 struct pop3_client *pop3_client = (struct pop3_client *)client;
279 pop3_client->proxy_state = POP3_PROXY_BANNER;
289 struct pop3_client *pop3_client = (struct pop3_client *)client;
291 return pop3_proxy_state_names[pop3_client->proxy_state];