comparison src/imap/ngx_imap.h @ 422:edaefb2a20fc

nginx-0.0.10-2004-09-12-00:22:11 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Sep 2004 20:22:11 +0000
parents 01456a419cf9
children fda5987b188d
comparison
equal deleted inserted replaced
421:01456a419cf9 422:edaefb2a20fc
28 ngx_buf_t *buffer; 28 ngx_buf_t *buffer;
29 29
30 ngx_imap_state_e imap_state; 30 ngx_imap_state_e imap_state;
31 31
32 ngx_imap_proxy_ctx_t *proxy; 32 ngx_imap_proxy_ctx_t *proxy;
33
34 ngx_str_t login;
35 ngx_str_t passwd;
33 36
34 ngx_uint_t command; 37 ngx_uint_t command;
35 ngx_array_t args; 38 ngx_array_t args;
36 39
37 /* used to parse IMAP/POP3 command */ 40 /* used to parse IMAP/POP3 command */