aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_imap_handler.c
Commit message (Collapse)AuthorAge
* Copyright updated.Maxim Konovalov2012-01-18
|
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
|
* compatibility with Microsoft'sIgor Sysoev2009-02-09
| | | | | AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin
* use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev2008-12-09
|
* *) back out r2040Igor Sysoev2008-06-17
| | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
* move condition declarations inside blocks where they are usedIgor Sysoev2007-12-10
|
* 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
|
* optimizationsIgor Sysoev2007-09-14
|
* move event handling to protocol specific code,Igor Sysoev2007-09-14
| | | | it is required to support SMTP greeting delay
* optimizationsIgor Sysoev2007-09-13
|
* style fix and optimizationsIgor Sysoev2007-09-13
|
* split pop3, imap, and smtp handlersIgor Sysoev2007-09-13