Lines Matching defs:sent
67 /* Command is fully sent to server */
68 bool sent:1;
115 /* commands pending in queue to be sent */
117 /* commands that have been sent, waiting for their tagged reply */
119 /* commands that were already sent, but were aborted since (due to
358 if (cmd->sent && conn->state == IMAPC_CONNECTION_STATE_DONE) {
578 i_error("imapc(%s): Server sent invalid input: %s",
927 t_strdup_printf("Server sent non-base64 input for AUTHENTICATE: %s",
1184 /* capabilities weren't sent in the banner. ask for them. */
1475 /* sent command was already aborted - ignore it */
1594 str_printfa(str, "Server sent too large input "
2035 cmd->sent = TRUE;
2037 /* everything sent. move command to wait list. */