From 10778353ae8eac375bf4cec5cff358b68c0a74be Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 10 Sep 2004 14:32:02 +0000 Subject: nginx-0.0.10-2004-09-10-18:32:02 import --- src/imap/ngx_imap.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/imap/ngx_imap.h') diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index d5adc184e..dc1af908b 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -15,12 +15,20 @@ typedef struct { } ngx_imap_proxy_ctx_t; +typedef enum { + ngx_pop3_start = 0, + ngx_pop3_user +} ngx_imap_state_e; + + typedef struct { uint32_t signature; /* "IMAP" */ ngx_connection_t *connection; ngx_buf_t *buffer; + ngx_imap_state_e imap_state; + ngx_imap_proxy_ctx_t *proxy; ngx_uint_t command; -- cgit