Searched defs:pop3_client (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/pop3-login/ |
H A D | client-authenticate.c | 22 bool cmd_capa(struct pop3_client *client, const char *args ATTR_UNUSED) 79 bool cmd_auth(struct pop3_client *pop3_client, const char *args) argument 81 struct client *client = &pop3_client->common; 121 bool cmd_user(struct pop3_client *pop3_client, const char *args) argument 123 if (!client_check_plaintext_auth(&pop3_client->common, FALSE)) { 124 if (pop3_client->common.virtual_user == NULL) 125 pop3_client->common.virtual_user = i_strdup(args); 129 i_free(pop3_client 136 cmd_pass(struct pop3_client *pop3_client, const char *args) argument 168 cmd_apop(struct pop3_client *pop3_client, const char *args) argument [all...] |
H A D | client.h | 18 struct pop3_client { struct
|
H A D | pop3-proxy.c | 29 static int proxy_send_login(struct pop3_client *client, struct ostream *output) 147 struct pop3_client *pop3_client = (struct pop3_client *)client; local 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 277 struct pop3_client *pop3_client = (struct pop3_client *)client; local 289 struct pop3_client *pop3_client = (struct pop3_client *)client; local [all...] |
H A D | client.c | 24 static bool cmd_stls(struct pop3_client *client) 30 static bool cmd_quit(struct pop3_client *client) 37 static bool cmd_xclient(struct pop3_client *client, const char *args) 88 static bool client_command_execute(struct pop3_client *client, const char *cmd, 145 struct pop3_client *pop3_client = (struct pop3_client *)client; local 155 if (client_command_execute(pop3_client, line, 170 struct pop3_client *pop3_client; local 183 struct pop3_client *pop3_client = (struct pop3_client *)client; local 217 struct pop3_client *pop3_client = (struct pop3_client *)client; local [all...] |
Completed in 11 milliseconds