Tree @release-1.9.5 (Download .tar.gz)
- ..
- ngx_mail.c
- ngx_mail.h
- ngx_mail_auth_http_module.c
- ngx_mail_core_module.c
- ngx_mail_handler.c
- ngx_mail_imap_handler.c
- ngx_mail_imap_module.c
- ngx_mail_imap_module.h
- ngx_mail_parse.c
- ngx_mail_pop3_handler.c
- ngx_mail_pop3_module.c
- ngx_mail_pop3_module.h
- ngx_mail_proxy_module.c
- ngx_mail_smtp_handler.c
- ngx_mail_smtp_module.c
- ngx_mail_smtp_module.h
- ngx_mail_ssl_module.c
- ngx_mail_ssl_module.h
History of src / mail @release-1.9.5
- Win32: MSVC 2015 compatibility. Maxim Dounin 6 years ago
- Disabled duplicate http, mail, and stream blocks. Vladimir Homutov 7 years ago
- Mail: listen backlog=. Ruslan Ermilov 7 years ago
- Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t. Ruslan Ermilov 7 years ago
- Disabled SSLv3 by default (ticket #653). Maxim Dounin 7 years ago
- Simplified ngx_http_init_listening(). Maxim Dounin 7 years ago
- Removed the deprecated "imap" directive. Ruslan Ermilov 7 years ago
- Removed the deprecated "so_keepalive" directive. Ruslan Ermilov 7 years ago
- Mail: error_log support. Vladimir Homutov 7 years ago
- SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. Maxim Dounin 7 years ago
- Style: use %*s format, as in 68d21fd1dc64. Ruslan Ermilov 7 years ago
- Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client. Sergey Kandaurov 7 years ago
- Mail: client SSL certificates support. Maxim Dounin 7 years ago
- Mail: added Auth-SSL header to indicate SSL. Maxim Dounin 7 years ago
- Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers. Maxim Dounin 7 years ago
- Mail: fixed the duplicate listen address detection. Ruslan Ermilov 7 years ago
- Mail: fixed a comment. Ruslan Ermilov 7 years ago
- Mail: initialize the "signature" field of ngx_mail_session_t. Valentin Bartenev 7 years ago
- Mail: fixed number of arguments allowed in the listen directive. Valentin Bartenev 7 years ago
- Mail: fixed a comment. Valentin Bartenev 7 years ago
- Mail: discard pipelined commands after SMTP STARTTLS. Maxim Dounin 7 years ago
- SSL: the "ssl_password_file" directive. Valentin Bartenev 8 years ago
- Mail: output client port number on client connects (ticket #531). Ruslan Ermilov 8 years ago
- Mail: added a check for the number of arguments in MAIL/RCPT. Maxim Dounin 8 years ago
- Style: use %N instead of '\n' where appropriate. Ruslan Ermilov 8 years ago
- Mail: fixed ngx_mail_send() (ticket #519). Maxim Dounin 8 years ago
- Fixed format specifier in logging of "c->number". Sergey Kandaurov 8 years ago
- Mail: fixed passing of IPv6 client address in XCLIENT. Ruslan Ermilov 8 years ago
- SSL: ssl_session_tickets directive. Dirkjan Bussink 8 years ago
- Resolver: implemented IPv6 name to address resolving. Ruslan Ermilov 8 years ago