RESP_OK           684 imap-send.c    		return RESP_OK;		/* no response code */
RESP_OK           717 imap-send.c    	return RESP_OK;
RESP_OK           746 imap-send.c    				if ((resp = parse_response_code(ctx, NULL, cmd)) != RESP_OK)
RESP_OK          1066 imap-send.c    	if (!imap->caps && imap_exec(ctx, NULL, "CAPABILITY") != RESP_OK)
RESP_OK          1072 imap-send.c    			if (imap_exec(ctx, NULL, "STARTTLS") != RESP_OK)
RESP_OK          1078 imap-send.c    			if (imap_exec(ctx, NULL, "CAPABILITY") != RESP_OK)
RESP_OK          1119 imap-send.c    				if (imap_exec(ctx, &cb, "AUTHENTICATE CRAM-MD5") != RESP_OK) {
RESP_OK          1131 imap-send.c    			if (imap_exec(ctx, NULL, "LOGIN \"%s\" \"%s\"", srvc->user, srvc->pass) != RESP_OK) {
RESP_OK          1145 imap-send.c    	case RESP_OK:
RESP_OK          1152 imap-send.c    		if (imap_exec(ctx, NULL, "CREATE \"%s\"", ctx->name) == RESP_OK) {