summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_smtp_handler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Mail: added missing event handling after reading data.Maxim Dounin1-1/+15
2021-03-05Mail: added missing event handling after blocking events.Maxim Dounin1-0/+6
2019-08-01Mail: fixed duplicate resolving.Maxim Dounin1-0/+43
2017-01-12Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov1-2/+6
2016-10-08Mail: support SASL EXTERNAL (RFC 4422).Rob N ★1-0/+11
2016-03-30Style.Ruslan Ermilov1-1/+1
2014-08-05Mail: discard pipelined commands after SMTP STARTTLS.Maxim Dounin1-0/+3
2014-05-21Mail: added a check for the number of arguments in MAIL/RCPT.Maxim Dounin1-0/+10
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov1-1/+0
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov1-20/+23
2013-09-30Mail: smtp pipelining support.Maxim Dounin1-57/+26
2013-09-30Mail: added session close on smtp_greeting_delay violation.Maxim Dounin1-0/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-50/+23
2009-11-09*) fix resolving an empty name ("."),Igor Sysoev1-14/+1
2009-11-09fix "PTR ." case in address resolverIgor Sysoev1-0/+13
2009-05-18mail proxy listen IPv6 supportIgor Sysoev1-0/+6
2009-02-09compatibility with Microsoft'sIgor Sysoev1-1/+9
2009-01-31avoid deep nested calls, flatten call treeIgor Sysoev1-3/+20
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-3/+3
2008-11-13smtp_auth noneIgor Sysoev1-4/+149
2008-06-17*) back out r2040Igor Sysoev1-1/+1
2008-02-16do not resolve SMTP clients by defaultIgor Sysoev1-2/+8
2008-02-13resolver in smtp proxy moduleIgor Sysoev1-0/+166
2007-12-21fix STARTTLS prompt in SMTPIgor Sysoev1-0/+3
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-3/+2
2007-09-21use "_" instead of " " as new line substitute, do not delete trailing new lineIgor Sysoev1-9/+1
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-17/+25
2007-09-14style fix: remove trailing spacesIgor Sysoev1-4/+4
2007-09-14create salt just before it will be usedIgor Sysoev1-7/+6
2007-09-14fix r1482Igor Sysoev1-0/+2
2007-09-14ngx_mail_smtp_create_buffer()Igor Sysoev1-15/+36
2007-09-14optimizationsIgor Sysoev1-2/+2
2007-09-14smtp_client_buffer and smtp_greeting_delayIgor Sysoev1-49/+158
2007-09-14move event handling to protocol specific code,Igor Sysoev1-1/+7
2007-09-13optimizationsIgor Sysoev1-60/+22
2007-09-13style fix and optimizationsIgor Sysoev1-3/+3
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev1-0/+449