#ifndef IMAP_COMMON_H
#define IMAP_COMMON_H
/* Disconnect client after idling this many milliseconds */
/* If we can't send anything to client for this long, disconnect the client */
/* Stop buffering more data into output stream after this many bytes */
/* Disconnect client when it sends too many bad commands in a row */
#include "lib.h"
#include "imap-client.h"
#include "imap-settings.h"
struct mail_storage_service_input;
extern bool imap_debug;
extern struct event_category event_category_imap;
/* Sets the hook_client_created and returns the previous hook,
which the new_hook should call if it's non-NULL. */
void imap_refresh_proctitle(void);
const char **error_r);
#endif