comparison src/imap/ngx_imap.h @ 423:fda5987b188d

nginx-0.0.10-2004-09-13-20:18:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Sep 2004 16:18:09 +0000
parents edaefb2a20fc
children 84c527908237
comparison
equal deleted inserted replaced
422:edaefb2a20fc 423:fda5987b188d
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" */
70
71 #define NGX_IMAP_CONF 0x02000000
72
73
69 void ngx_imap_init_connection(ngx_connection_t *c); 74 void ngx_imap_init_connection(ngx_connection_t *c);
70 void ngx_imap_close_connection(ngx_connection_t *c); 75 void ngx_imap_close_connection(ngx_connection_t *c);
71 76
72 void ngx_imap_proxy_init(ngx_imap_session_t *s); 77 void ngx_imap_proxy_init(ngx_imap_session_t *s);
73 78