#include "eacces-error.h"
#include "imap-urlauth-common.h"
+#include "imap-urlauth-settings.h"
+#include "imap-urlauth-client.h"
#include "imap-urlauth-worker-client.h"
/* max. length of input lines (URLs) */
#include "imap-msgpart-url.h"
#include "imap-urlauth.h"
#include "imap-urlauth-fetch.h"
+#include "imap-urlauth-worker-common.h"
#include "imap-urlauth-worker-settings.h"
#include <unistd.h>
#define IS_STANDALONE() \
(getenv(MASTER_IS_PARENT_ENV) == NULL)
-#define IMAP_URLAUTH_WORKER_PROTOCOL_MAJOR_VERSION 2
-#define IMAP_URLAUTH_WORKER_PROTOCOL_MINOR_VERSION 0
-
struct client {
struct client *prev, *next;
struct event *event;