Searched defs:tagged (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap-login/
H A Dimap-login-client.c435 const char *text, bool tagged)
442 if (tagged)
462 bool tagged = TRUE; local
475 tagged = FALSE;
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

Completed in 1231 milliseconds