summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_handler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19Mail: max_errors directive.Maxim Dounin1-1/+14
2021-04-21Mail: fixed reading with fully filled buffer (ticket #2159).Maxim Dounin1-11/+14
2021-03-11Mail: fixed build without SSL.Maxim Dounin1-3/+4
2021-03-05Mail: realip module.Maxim Dounin1-0/+5
2021-03-05Mail: parsing of the PROXY protocol from clients.Maxim Dounin1-3/+91
2021-03-05Mail: fixed log action after SSL handshake.Maxim Dounin1-0/+2
2021-03-05Mail: postponed session initialization under accept mutex.Maxim Dounin1-1/+28
2021-03-05Mail: added missing event handling after reading data.Maxim Dounin1-5/+0
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-17/+1
2018-01-30SSL: using default server context in session remove (closes #1464).Sergey Kandaurov1-2/+2
2017-05-29Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin1-1/+1
2016-10-08Mail: support SASL EXTERNAL (RFC 4422).Rob N ★1-0/+34
2015-02-20Mail: error_log support.Vladimir Homutov1-12/+17
2015-02-25Mail: client SSL certificates support.Maxim Dounin1-0/+71
2014-09-01Mail: initialize the "signature" field of ngx_mail_session_t.Valentin Bartenev1-0/+2
2014-05-22Mail: output client port number on client connects (ticket #531).Ruslan Ermilov1-2/+6
2014-03-31Mail: fixed ngx_mail_send() (ticket #519).Maxim Dounin1-0/+7
2014-03-06Fixed format specifier in logging of "c->number".Sergey Kandaurov1-1/+1
2013-09-30Mail: smtp pipelining support.Maxim Dounin1-3/+9
2012-08-17Removed a stale "AF_INET only" comment.Ruslan Ermilov1-2/+0
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-06-23style fixIgor Sysoev1-4/+4
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev1-1/+1
2009-05-18mail proxy listen IPv6 supportIgor Sysoev1-36/+72
2009-05-04axe imap module artifactsIgor Sysoev1-11/+11
2009-02-09compatibility with Microsoft'sIgor Sysoev1-4/+5
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-3/+3
2008-09-01*) listen sslIgor Sysoev1-0/+19
2008-08-12backout both r2162 and r2128 and implement a new fixIgor Sysoev1-0/+2
2008-06-17*) back out r2040Igor Sysoev1-9/+10
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-5/+3
2007-09-21fix "AUTH PLAIN [initial-response]" bug introduced in r1477Igor Sysoev1-1/+1
2007-09-20log starttlsIgor Sysoev1-1/+3
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-38/+20
2007-09-14optimizationsIgor Sysoev1-10/+9
2007-09-14move event handling to protocol specific code,Igor Sysoev1-6/+0
2007-09-13optimizationsIgor Sysoev1-0/+52
2007-09-13style fix and optimizationsIgor Sysoev1-5/+5
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev1-1666/+191
2007-09-11decrement active connection counter in mail proxyIgor Sysoev1-0/+4
2007-07-20IMAP AUTHENTICATEIgor Sysoev1-68/+311
2007-07-20SMTP STARTTLSIgor Sysoev1-0/+67
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev1-2/+11
2007-04-18style fix: remove tabsIgor Sysoev1-27/+27
2007-03-19Many changes:Igor Sysoev1-0/+1838