aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_smtp_handler.c
Commit message (Expand)AuthorAge
* Mail: added missing event handling after reading data.Maxim Dounin2021-03-05
* Mail: added missing event handling after blocking events.Maxim Dounin2021-03-05
* Mail: fixed duplicate resolving.Maxim Dounin2019-08-01
* Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov2017-01-12
* Mail: support SASL EXTERNAL (RFC 4422).Rob N ★2016-10-08
* Style.Ruslan Ermilov2016-03-30
* Mail: discard pipelined commands after SMTP STARTTLS.Maxim Dounin2014-08-05
* Mail: added a check for the number of arguments in MAIL/RCPT.Maxim Dounin2014-05-21
* Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov2013-12-09
* Changed resolver API to use ngx_addr_t.Ruslan Ermilov2013-12-06
* Mail: smtp pipelining support.Maxim Dounin2013-09-30
* Mail: added session close on smtp_greeting_delay violation.Maxim Dounin2013-09-30
* Copyright updated.Maxim Konovalov2012-01-18
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* *) fix resolving an empty name ("."),Igor Sysoev2009-11-09
* fix "PTR ." case in address resolverIgor Sysoev2009-11-09
* mail proxy listen IPv6 supportIgor Sysoev2009-05-18
* compatibility with Microsoft'sIgor Sysoev2009-02-09
* avoid deep nested calls, flatten call treeIgor Sysoev2009-01-31
* use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev2008-12-09
* smtp_auth noneIgor Sysoev2008-11-13
* *) back out r2040Igor Sysoev2008-06-17
* do not resolve SMTP clients by defaultIgor Sysoev2008-02-16
* resolver in smtp proxy moduleIgor Sysoev2008-02-13
* fix STARTTLS prompt in SMTPIgor Sysoev2007-12-21
* move condition declarations inside blocks where they are usedIgor Sysoev2007-12-10
* use "_" instead of " " as new line substitute, do not delete trailing new lineIgor Sysoev2007-09-21
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-15
* style fix: remove trailing spacesIgor Sysoev2007-09-14
* create salt just before it will be usedIgor Sysoev2007-09-14
* fix r1482Igor Sysoev2007-09-14
* ngx_mail_smtp_create_buffer()Igor Sysoev2007-09-14
* optimizationsIgor Sysoev2007-09-14
* smtp_client_buffer and smtp_greeting_delayIgor Sysoev2007-09-14
* move event handling to protocol specific code,Igor Sysoev2007-09-14
* optimizationsIgor Sysoev2007-09-13
* style fix and optimizationsIgor Sysoev2007-09-13
* split pop3, imap, and smtp handlersIgor Sysoev2007-09-13