imap_exec         838 imap-send.c    		imap_exec(ictx, NULL, "LOGOUT");
imap_exec        1066 imap-send.c    	if (!imap->caps && imap_exec(ctx, NULL, "CAPABILITY") != RESP_OK)
imap_exec        1072 imap-send.c    			if (imap_exec(ctx, NULL, "STARTTLS") != RESP_OK)
imap_exec        1078 imap-send.c    			if (imap_exec(ctx, NULL, "CAPABILITY") != RESP_OK)
imap_exec        1119 imap-send.c    				if (imap_exec(ctx, &cb, "AUTHENTICATE CRAM-MD5") != RESP_OK) {
imap_exec        1131 imap-send.c    			if (imap_exec(ctx, NULL, "LOGIN \"%s\" \"%s\"", srvc->user, srvc->pass) != RESP_OK) {
imap_exec        1144 imap-send.c    	switch (imap_exec(ctx, NULL, "EXAMINE \"%s\"", ctx->name)) {
imap_exec        1152 imap-send.c    		if (imap_exec(ctx, NULL, "CREATE \"%s\"", ctx->name) == RESP_OK) {