#ifndef IMAPC_CLIENT_PRIVATE_H
#define IMAPC_CLIENT_PRIVATE_H
#include "imapc-client.h"
struct imapc_client_connection {
};
struct imapc_client {
int refcount;
void *untagged_context;
void *state_change_context;
void *login_context;
bool logging_out;
bool stop_on_state_finish;
};
struct imapc_client_mailbox {
void *reopen_context;
void *untagged_box_context;
bool reconnect_ok;
bool reconnecting;
bool closing;
};
extern unsigned int imapc_client_cmd_tag_counter;
struct imapc_client_mailbox *box);
#endif