diff options
Diffstat (limited to 'src/imap/ngx_imap.h')
| -rw-r--r-- | src/imap/ngx_imap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index 25f08d031..81f490be1 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -66,6 +66,11 @@ typedef struct { #define NGX_IMAP_PROXY_ERROR 11 +#define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ + +#define NGX_IMAP_CONF 0x02000000 + + void ngx_imap_init_connection(ngx_connection_t *c); void ngx_imap_close_connection(ngx_connection_t *c); |
