Searched defs:client_send_reply (Results 1 - 2 of 2) sorted by relevance
| /dovecot/src/pop3-login/ |
| H A D | client.c | 32 client_send_reply(&client->common, POP3_CMD_REPLY_OK, "Logging out"); 44 client_send_reply(&client->common, POP3_CMD_REPLY_OK, 78 client_send_reply(&client->common, POP3_CMD_REPLY_ERROR, 84 client_send_reply(&client->common, POP3_CMD_REPLY_OK, "Updated"); 113 client_send_reply(&client->common, POP3_CMD_REPLY_ERROR, 159 client_send_reply(client, POP3_CMD_REPLY_ERROR, 232 client_send_reply(client, POP3_CMD_REPLY_OK, str_c(str)); 242 client_send_reply(client, POP3_CMD_REPLY_OK, text); 244 client_send_reply(client, POP3_CMD_REPLY_ERROR, text); 251 void client_send_reply(struc function [all...] |
| /dovecot/src/imap-login/ |
| H A D | imap-login-client.c | 61 client_send_reply(&client->common, 70 client_send_reply(&client->common, IMAP_CMD_REPLY_BAD, msg); 137 client_send_reply(client, IMAP_CMD_REPLY_OK, 154 client_send_reply(client, IMAP_CMD_REPLY_OK, text); 156 client_send_reply(client, IMAP_CMD_REPLY_BAD, text); 162 client_send_reply(&client->common, IMAP_CMD_REPLY_OK, 170 client_send_reply(&client->common, IMAP_CMD_REPLY_BYE, "Logging out"); 171 client_send_reply(&client->common, IMAP_CMD_REPLY_OK, 181 client_send_reply(&client->common, IMAP_CMD_REPLY_OK, 324 client_send_reply( 481 void client_send_reply(struct client *client, enum imap_cmd_reply reply, function [all...] |
Completed in 20 milliseconds