Searched defs:resp_code (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/imap/ |
H A D | cmd-select.c | 193 const char *resp_code; local 200 resp_code = mailbox_is_readonly(ctx->box) ? 203 "OK [%s] %s completed", resp_code,
|
H A D | imap-commands-util.c | 145 const char *resp_code = NULL; local 152 resp_code = IMAP_RESP_CODE_SERVERBUG; 155 resp_code = IMAP_RESP_CODE_UNAVAILABLE; 159 resp_code = IMAP_RESP_CODE_CANNOT; 162 resp_code = IMAP_RESP_CODE_NOPERM; 165 resp_code = IMAP_RESP_CODE_OVERQUOTA; 169 resp_code = IMAP_RESP_CODE_NONEXISTENT; 172 resp_code = IMAP_RESP_CODE_ALREADYEXISTS; 175 resp_code = IMAP_RESP_CODE_EXPUNGEISSUED; 178 resp_code [all...] |
/dovecot/src/imap-login/ |
H A D | imap-login-client.c | 434 const char *prefix, const char *resp_code, 449 if (resp_code != NULL) 450 str_printfa(line, "[%s] ", resp_code); 459 const char *resp_code, const char *text) 478 client_send_reply_raw(client, prefix, resp_code, text, tagged); 433 client_send_reply_raw(struct client *client, const char *prefix, const char *resp_code, const char *text, bool tagged) argument 458 client_send_reply_code(struct client *client, enum imap_cmd_reply reply, const char *resp_code, const char *text) argument
|
Completed in 1470 milliseconds