search for: client_cmd_reply_status

Displaying 1 result from an estimated 1 matches for "client_cmd_reply_status".

2014 Mar 25
0
Disconnected (auth failed, 1 attempts)
...imap_client->common.output); for (;;) { if (!auth_client_is_connected(auth_client)) { /* we're not currently connected to auth process - don't allow any commands */ client_send_line(client, CLIENT_CMD_REPLY_STATUS, AUTH_SERVER_WAITING_MSG); if (client->to_auth_waiting != NULL) timeout_remove(&client->to_auth_waiting); client->input_blocked = TRUE; brea...