| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-17 | Mail: fixed passing of IPv6 client address in XCLIENT. | Ruslan Ermilov | 1 | -5/+28 | |
| 2013-09-30 | Mail: handle smtp multiline replies. | Maxim Dounin | 1 | -1/+20 | |
| See here for details: http://nginx.org/pipermail/nginx/2010-August/021713.html http://nginx.org/pipermail/nginx/2010-August/021784.html http://nginx.org/pipermail/nginx/2010-August/021785.html | |||||
| 2013-09-30 | Mail: smtp pipelining support. | Maxim Dounin | 1 | -1/+6 | |
| Basically, this does the following two changes (and corresponding modifications of related code): 1. Does not reset session buffer unless it's reached it's end, and always wait for LF to terminate command (even if we detected invalid command). 2. Record command name to make it available for handlers (since now we can't assume that command starts from s->buffer->start). | |||||
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2011-11-14 | Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. | Sergey Budnevitch | 1 | -1/+1 | |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -6/+3 | |
| 2010-04-23 | Zimbra IMAP server may return only 4 bytes: "+ \r\n" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-02 | rename ngx_peer_addr_t to ngx_addr_t | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 1 | -1/+1 | |
| 2009-02-10 | send HELO/EHLO after XCLIENT | Igor Sysoev | 1 | -6/+35 | |
| patch by Maxim Dounin | |||||
| 2009-01-13 | update r2439: make clear name | Igor Sysoev | 1 | -3/+3 | |
| 2009-01-12 | fix r2312 | Igor Sysoev | 1 | -1/+1 | |
| 2008-12-09 | use "!= NGX_OK" instead of "== NGX_ERROR" | Igor Sysoev | 1 | -6/+6 | |
| 2008-11-13 | do not close session if SMTP backend returned an error on RCPT TO | Igor Sysoev | 1 | -15/+13 | |
| patch by Maxim Dounin | |||||
| 2008-11-13 | smtp_auth none | Igor Sysoev | 1 | -22/+87 | |
| patch by Maxim Dounin | |||||
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -7/+7 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-04-29 | reset message | Igor Sysoev | 1 | -0/+2 | |
| 2008-02-13 | resolver in smtp proxy module | Igor Sysoev | 1 | -8/+7 | |
| 2007-09-15 | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 1 | -0/+2 | |
| 2007-07-24 | fix case when client has closed connection but upstream buffer is not empty | Igor Sysoev | 1 | -3/+5 | |
| 2007-04-18 | style fix: remove tabs | Igor Sysoev | 1 | -9/+9 | |
| 2007-03-19 | Many changes: | Igor Sysoev | 1 | -0/+994 | |
| *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop | |||||
