comparison auto/sources @ 1621:ed9cd1702f7a stable-0.5

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
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 14:24:55 +0000
parents 383ae25c3171
children eec1a26a8ca1
comparison
equal deleted inserted replaced
1620:54377021b936 1621:ed9cd1702f7a
421 MAIL_SRCS="src/mail/ngx_mail.c \ 421 MAIL_SRCS="src/mail/ngx_mail.c \
422 src/mail/ngx_mail_core_module.c \ 422 src/mail/ngx_mail_core_module.c \
423 src/mail/ngx_mail_handler.c \ 423 src/mail/ngx_mail_handler.c \
424 src/mail/ngx_mail_parse.c" 424 src/mail/ngx_mail_parse.c"
425 425
426 MAIL_POP3_MODULE="ngx_mail_pop3_module"
427 MAIL_POP3_DEPS="src/mail/ngx_mail_pop3_module.h"
428 MAIL_POP3_SRCS="src/mail/ngx_mail_pop3_module.c \
429 src/mail/ngx_mail_pop3_handler.c"
430
431 MAIL_IMAP_MODULE="ngx_mail_imap_module"
432 MAIL_IMAP_DEPS="src/mail/ngx_mail_imap_module.h"
433 MAIL_IMAP_SRCS="src/mail/ngx_mail_imap_module.c \
434 src/mail/ngx_mail_imap_handler.c"
435
436 MAIL_SMTP_MODULE="ngx_mail_smtp_module"
437 MAIL_SMTP_DEPS="src/mail/ngx_mail_smtp_module.h"
438 MAIL_SMTP_SRCS="src/mail/ngx_mail_smtp_module.c \
439 src/mail/ngx_mail_smtp_handler.c"
440
426 MAIL_SSL_MODULE="ngx_mail_ssl_module" 441 MAIL_SSL_MODULE="ngx_mail_ssl_module"
427 MAIL_SSL_DEPS="src/mail/ngx_mail_ssl_module.h" 442 MAIL_SSL_DEPS="src/mail/ngx_mail_ssl_module.h"
428 MAIL_SSL_SRCS="src/mail/ngx_mail_ssl_module.c" 443 MAIL_SSL_SRCS="src/mail/ngx_mail_ssl_module.c"
429 444
430 MAIL_AUTH_HTTP_MODULE="ngx_mail_auth_http_module" 445 MAIL_AUTH_HTTP_MODULE="ngx_mail_auth_http_module"