Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | style fix | Igor Sysoev | 2010-06-23 |
| | |||
* | ignore ngx_atomic_fetch_add() result | Igor Sysoev | 2009-06-18 |
| | | | | this fixes building at least by gcc 4.2.1 on Mac OS X 10.6 | ||
* | mail proxy listen IPv6 support | Igor Sysoev | 2009-05-18 |
| | |||
* | axe imap module artifacts | Igor Sysoev | 2009-05-04 |
| | |||
* | compatibility with Microsoft's | Igor Sysoev | 2009-02-09 |
| | | | | | AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin | ||
* | use "!= NGX_OK" instead of "== NGX_ERROR" | Igor Sysoev | 2008-12-09 |
| | |||
* | *) listen ssl | Igor Sysoev | 2008-09-01 |
| | | | | *) no default ssl_cetificate and ssl_cetificate_key | ||
* | backout both r2162 and r2128 and implement a new fix | Igor Sysoev | 2008-08-12 |
| | |||
* | *) back out r2040 | Igor Sysoev | 2008-06-17 |
| | | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | ||
* | move condition declarations inside blocks where they are used | Igor Sysoev | 2007-12-10 |
| | |||
* | fix "AUTH PLAIN [initial-response]" bug introduced in r1477 | Igor Sysoev | 2007-09-21 |
| | |||
* | log starttls | Igor Sysoev | 2007-09-20 |
| | |||
* | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 2007-09-15 |
| | |||
* | optimizations | 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 |
| | |||
* | decrement active connection counter in mail proxy | Igor Sysoev | 2007-09-11 |
| | |||
* | IMAP AUTHENTICATE | Igor Sysoev | 2007-07-20 |
| | | | | patch by Maxim Dounin | ||
* | SMTP STARTTLS | Igor Sysoev | 2007-07-20 |
| | | | | patch by Maxim Dounin | ||
* | fix segfault when CRAM-MD5 is not enabled but client tries it | Igor Sysoev | 2007-07-11 |
| | |||
* | style fix: remove tabs | Igor Sysoev | 2007-04-18 |
| | |||
* | Many changes: | Igor Sysoev | 2007-03-19 |
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop |