Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | ngx_str_set() and ngx_str_null() | Igor Sysoev | 2010-05-14 |
| | |||
* | *) fix resolving an empty name ("."), | Igor Sysoev | 2009-11-09 |
| | | | | | *) add quotes in an error message, *) backout r3299 in ngx_mail_smtp_handler.c | ||
* | fix "PTR ." case in address resolver | Igor Sysoev | 2009-11-09 |
| | |||
* | mail proxy listen IPv6 support | Igor Sysoev | 2009-05-18 |
| | |||
* | compatibility with Microsoft's | Igor Sysoev | 2009-02-09 |
| | | | | | AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin | ||
* | avoid deep nested calls, flatten call tree | Igor Sysoev | 2009-01-31 |
| | |||
* | use "!= NGX_OK" instead of "== NGX_ERROR" | Igor Sysoev | 2008-12-09 |
| | |||
* | smtp_auth none | Igor Sysoev | 2008-11-13 |
| | | | | patch by Maxim Dounin | ||
* | *) back out r2040 | Igor Sysoev | 2008-06-17 |
| | | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | ||
* | do not resolve SMTP clients by default | Igor Sysoev | 2008-02-16 |
| | |||
* | resolver in smtp proxy module | Igor Sysoev | 2008-02-13 |
| | |||
* | fix STARTTLS prompt in SMTP | Igor Sysoev | 2007-12-21 |
| | |||
* | move condition declarations inside blocks where they are used | Igor Sysoev | 2007-12-10 |
| | |||
* | use "_" instead of " " as new line substitute, do not delete trailing new line | Igor Sysoev | 2007-09-21 |
| | |||
* | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 2007-09-15 |
| | |||
* | style fix: remove trailing spaces | Igor Sysoev | 2007-09-14 |
| | |||
* | create salt just before it will be used | Igor Sysoev | 2007-09-14 |
| | |||
* | fix r1482 | Igor Sysoev | 2007-09-14 |
| | |||
* | ngx_mail_smtp_create_buffer() | Igor Sysoev | 2007-09-14 |
| | |||
* | optimizations | Igor Sysoev | 2007-09-14 |
| | |||
* | smtp_client_buffer and smtp_greeting_delay | Igor Sysoev | 2007-09-14 |
| | |||
* | move event handling to protocol specific code, | Igor Sysoev | 2007-09-14 |
| | | | | it is required to support SMTP greeting delay | ||
* | 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 |