Tree @release-1.11.10 (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.11.10
- Mail: make it possible to disable SASL EXTERNAL. Sergey Kandaurov 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Mail: support SASL EXTERNAL (RFC 4422). Rob N ★ 5 years ago
- Mail: extensible auth methods in pop3 module. Maxim Dounin 5 years ago
- Modules compatibility: removed dependencies on NGX_MAIL_SSL. Maxim Dounin 5 years ago
- Modules compatibility: removed unneeded IPV6_V6ONLY checks. Maxim Dounin 5 years ago
- Fixed log levels of configuration parsing errors. Valentin Bartenev 5 years ago
- Ensure "listen" exists in a mail or stream server (ticket #1049). Roman Arutyunyan 5 years ago
- Fixed wrong type of the "line" field. Roman Arutyunyan 5 years ago
- Fixed build on MSVC. Roman Arutyunyan 6 years ago
- Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. Roman Arutyunyan 6 years ago
- SSL: ngx_ssl_ciphers() to set list of ciphers. Tim Taubert 6 years ago
- Renamed "u" to "sockaddr" in listen options types. Maxim Dounin 6 years ago
- Introduced the ngx_sockaddr_t type. Ruslan Ermilov 6 years ago
- Use ngx_cmp_sockaddr() where appropriate. Ruslan Ermilov 6 years ago
- SSL: support for multiple curves (ticket #885). Maxim Dounin 6 years ago
- SSL: support for multiple certificates (ticket #814). Maxim Dounin 6 years ago
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago
- Fixed logging. Sergey Kandaurov 6 years ago
- Style. Ruslan Ermilov 6 years ago
- Dynamic modules: changed ngx_modules to cycle->modules. Maxim Dounin 6 years ago
- Dynamic modules: moved module-related stuff to separate files. Maxim Dounin 6 years ago
- 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