]> git.kaiwu.me - nginx.git/commit
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
authorIgor Sysoev <igor@sysoev.ru>
Sat, 15 Sep 2007 16:51:16 +0000 (16:51 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 15 Sep 2007 16:51:16 +0000 (16:51 +0000)
commit48714085dde4fe4c5b695dad23295e3f96fe1d2e
tree37b0109215ca08bb1103f03dd43f435392ebe36a
parent05a75d0d9496d874fc22d7e8b3c44b7914a61509
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
19 files changed:
auto/modules
auto/options
auto/sources
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
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_pop3_handler.c
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
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