7#ifndef GLOBAL_H_INCLUDED
8#define GLOBAL_H_INCLUDED
10#define BINC_VERSION "2.0.16"
11#define IMAP_VERSION "IMAP4rev1"
12#define BINC_CACHE "BINC-CACHE-1.0"
13#define IMAP_PORT "143"
14#define IMAPS_PORT "993"
17 static const int IDLE_TIMEOUT = 30*60;
18 static const int AUTH_TIMEOUT = 60;
19 static const int AUTH_PENALTY = 5;
20 static const int TRANSFER_TIMEOUT = 20*60;
21 static const int TRANSFER_BUFFER_SIZE = 1024;
22 static const int INPUT_BUFFER_LIMIT = 8192;