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

/dovecot/src/imap/
H A Dcmd-close.c12 const char *errstr, *tagged_reply = "OK Close completed."; local
26 tagged_reply = t_strdup_printf(
34 client_send_tagline(cmd, tagged_reply);
H A Dcmd-fetch.c206 const char *tagged_reply = ok_message; local
211 tagged_reply = "OK ["IMAP_RESP_CODE_EXPUNGEISSUED"] "
239 tagged_reply = t_strdup_printf(
243 tagged_reply = t_strdup_printf(
260 tagged_reply = t_strdup_printf(
269 tagged_reply);
H A Dcmd-store.c135 const char *set, *reply, *tagged_reply; local
234 tagged_reply = "OK Store completed.";
247 tagged_reply = str_c(str);
261 imap_sync_flags, tagged_reply);

Completed in 12 milliseconds