diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-03-19 13:36:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-03-19 13:36:56 +0000 |
commit | 02c8d181a4fbdde2f9b1d957526197c421fadbae (patch) | |
tree | 0dc87f8b3669f67fae34e739d776571d058e2524 /src/core/ngx_log.c | |
parent | 4ddeff4956a93efce34105588153f591f3fcfcbc (diff) | |
download | nginx-02c8d181a4fbdde2f9b1d957526197c421fadbae.tar.gz nginx-02c8d181a4fbdde2f9b1d957526197c421fadbae.zip |
Many changes:
*) rename imap to mail, sort pop3/imap functions
*) smtp auth support
*) pop3 starttls only
*) fix segfault if cram-md5 was used without apop
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 73a305f59..349ae7681 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -58,7 +58,7 @@ static const char *err_levels[] = { static const char *debug_levels[] = { "debug_core", "debug_alloc", "debug_mutex", "debug_event", - "debug_http", "debug_imap" + "debug_http", "debug_mail", "debug_mysql" }; |