comparison src/mail/ngx_mail_auth_http_module.c @ 2748:2477b28eaccb

fix Auth-Method, the bug has been introduced in r2496
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Apr 2009 09:54:40 +0000
parents 722b5aff05ae
children a96a8c916b0c
comparison
equal deleted inserted replaced
2747:ee5de4f120f4 2748:2477b28eaccb
135 NGX_MODULE_V1_PADDING 135 NGX_MODULE_V1_PADDING
136 }; 136 };
137 137
138 138
139 static ngx_str_t ngx_mail_auth_http_method[] = { 139 static ngx_str_t ngx_mail_auth_http_method[] = {
140 ngx_string("plain"),
140 ngx_string("plain"), 141 ngx_string("plain"),
141 ngx_string("plain"), 142 ngx_string("plain"),
142 ngx_string("apop"), 143 ngx_string("apop"),
143 ngx_string("cram-md5"), 144 ngx_string("cram-md5"),
144 ngx_string("none") 145 ngx_string("none")