]> git.kaiwu.me - nginx.git/commit
r1477, r1478, r1479, r1480, r1481, r1482, r1483, r1484, r1485, r1486,
authorIgor Sysoev <igor@sysoev.ru>
Wed, 7 Nov 2007 14:24:55 +0000 (14:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 7 Nov 2007 14:24:55 +0000 (14:24 +0000)
commit0302764c914d07ffe8f81b27fe4e1ce43b4c095e
tree046927c7e3faeb3818e1c74993d5949c654dd689
parent3a79abf0ca5dca3720f4c08eb7d91a6f9b286dc3
r1477, r1478, r1479, r1480, r1481, r1482, r1483, r1484, r1485, r1486,
r1487, r1488, r1494, r1495, r1499 merge:

*) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
*) smtp_client_buffer and smtp_greeting_delay
21 files changed:
auto/modules
auto/options
auto/sources
docs/xml/nginx/changes.xml
src/mail/ngx_mail.c
src/mail/ngx_mail.h
src/mail/ngx_mail_auth_http_module.c
src/mail/ngx_mail_core_module.c
src/mail/ngx_mail_handler.c
src/mail/ngx_mail_imap_handler.c [new file with mode: 0644]
src/mail/ngx_mail_imap_module.c [new file with mode: 0644]
src/mail/ngx_mail_imap_module.h [new file with mode: 0644]
src/mail/ngx_mail_parse.c
src/mail/ngx_mail_pop3_handler.c [new file with mode: 0644]
src/mail/ngx_mail_pop3_module.c [new file with mode: 0644]
src/mail/ngx_mail_pop3_module.h [new file with mode: 0644]
src/mail/ngx_mail_proxy_module.c
src/mail/ngx_mail_smtp_handler.c [new file with mode: 0644]
src/mail/ngx_mail_smtp_module.c [new file with mode: 0644]
src/mail/ngx_mail_smtp_module.h [new file with mode: 0644]
src/mail/ngx_mail_ssl_module.c