mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
split pop3, imap, and smtp handlers
This commit is contained in:
parent
f78e8dd033
commit
6cc54cc3be
6 changed files with 1767 additions and 1710 deletions
|
|
@ -423,6 +423,9 @@ MAIL_MODULES="ngx_mail_module ngx_mail_core_module"
|
|||
MAIL_SRCS="src/mail/ngx_mail.c \
|
||||
src/mail/ngx_mail_core_module.c \
|
||||
src/mail/ngx_mail_handler.c \
|
||||
src/mail/ngx_mail_pop3_handler.c \
|
||||
src/mail/ngx_mail_imap_handler.c \
|
||||
src/mail/ngx_mail_smtp_handler.c \
|
||||
src/mail/ngx_mail_parse.c"
|
||||
|
||||
MAIL_SSL_MODULE="ngx_mail_ssl_module"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue