comparison src/imap/ngx_imap.h @ 424:84c527908237

nginx-0.0.10-2004-09-14-09:45:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Sep 2004 05:45:22 +0000
parents fda5987b188d
children da8c5707af39
comparison
equal deleted inserted replaced
423:fda5987b188d 424:84c527908237
64 64
65 #define NGX_IMAP_PROXY_INVALID 10 65 #define NGX_IMAP_PROXY_INVALID 10
66 #define NGX_IMAP_PROXY_ERROR 11 66 #define NGX_IMAP_PROXY_ERROR 11
67 67
68 68
69 #define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ 69 #define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */
70 70
71 #define NGX_IMAP_CONF 0x02000000 71 #define NGX_IMAP_SRV_CONF 0x02000000
72 #define NGX_IMAP_IMAP_CONF 0x04000000
73 #define NGX_IMAP_POP3_CONF 0x08000000
72 74
73 75
74 void ngx_imap_init_connection(ngx_connection_t *c); 76 void ngx_imap_init_connection(ngx_connection_t *c);
75 void ngx_imap_close_connection(ngx_connection_t *c); 77 void ngx_imap_close_connection(ngx_connection_t *c);
76 78