index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mail
/
ngx_mail_handler.c
Commit message (
Expand
)
Author
Age
*
SSL: removed the "ssl" directive.
Roman Arutyunyan
2023-06-08
*
Mail: max_errors directive.
Maxim Dounin
2021-05-19
*
Mail: fixed reading with fully filled buffer (ticket #2159).
Maxim Dounin
2021-04-21
*
Mail: fixed build without SSL.
Maxim Dounin
2021-03-11
*
Mail: realip module.
Maxim Dounin
2021-03-05
*
Mail: parsing of the PROXY protocol from clients.
Maxim Dounin
2021-03-05
*
Mail: fixed log action after SSL handshake.
Maxim Dounin
2021-03-05
*
Mail: postponed session initialization under accept mutex.
Maxim Dounin
2021-03-05
*
Mail: added missing event handling after reading data.
Maxim Dounin
2021-03-05
*
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
2018-04-24
*
SSL: using default server context in session remove (closes #1464).
Sergey Kandaurov
2018-01-30
*
Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Maxim Dounin
2017-05-29
*
Mail: support SASL EXTERNAL (RFC 4422).
Rob N ★
2016-10-08
*
Mail: error_log support.
Vladimir Homutov
2015-02-20
*
Mail: client SSL certificates support.
Maxim Dounin
2015-02-25
*
Mail: initialize the "signature" field of ngx_mail_session_t.
Valentin Bartenev
2014-09-01
*
Mail: output client port number on client connects (ticket #531).
Ruslan Ermilov
2014-05-22
*
Mail: fixed ngx_mail_send() (ticket #519).
Maxim Dounin
2014-03-31
*
Fixed format specifier in logging of "c->number".
Sergey Kandaurov
2014-03-06
*
Mail: smtp pipelining support.
Maxim Dounin
2013-09-30
*
Removed a stale "AF_INET only" comment.
Ruslan Ermilov
2012-08-17
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
style fix
Igor Sysoev
2010-06-23
*
ignore ngx_atomic_fetch_add() result
Igor Sysoev
2009-06-18
*
mail proxy listen IPv6 support
Igor Sysoev
2009-05-18
*
axe imap module artifacts
Igor Sysoev
2009-05-04
*
compatibility with Microsoft's
Igor Sysoev
2009-02-09
*
use "!= NGX_OK" instead of "== NGX_ERROR"
Igor Sysoev
2008-12-09
*
*) listen ssl
Igor Sysoev
2008-09-01
*
backout both r2162 and r2128 and implement a new fix
Igor Sysoev
2008-08-12
*
*) back out r2040
Igor Sysoev
2008-06-17
*
move condition declarations inside blocks where they are used
Igor Sysoev
2007-12-10
*
fix "AUTH PLAIN [initial-response]" bug introduced in r1477
Igor Sysoev
2007-09-21
*
log starttls
Igor Sysoev
2007-09-20
*
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
Igor Sysoev
2007-09-15
*
optimizations
Igor Sysoev
2007-09-14
*
move event handling to protocol specific code,
Igor Sysoev
2007-09-14
*
optimizations
Igor Sysoev
2007-09-13
*
style fix and optimizations
Igor Sysoev
2007-09-13
*
split pop3, imap, and smtp handlers
Igor Sysoev
2007-09-13
*
decrement active connection counter in mail proxy
Igor Sysoev
2007-09-11
*
IMAP AUTHENTICATE
Igor Sysoev
2007-07-20
*
SMTP STARTTLS
Igor Sysoev
2007-07-20
*
fix segfault when CRAM-MD5 is not enabled but client tries it
Igor Sysoev
2007-07-11
*
style fix: remove tabs
Igor Sysoev
2007-04-18
*
Many changes:
Igor Sysoev
2007-03-19