summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_imap_handler.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev1-3/+3
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-4/+3
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-10/+14
2007-09-14style fix: remove trailing spacesIgor Sysoev1-1/+1
2007-09-14create salt just before it will be usedIgor Sysoev1-7/+6
2007-09-14optimizationsIgor Sysoev1-2/+2
2007-09-14move event handling to protocol specific code,Igor Sysoev1-2/+8
it is required to support SMTP greeting delay
2007-09-13optimizationsIgor Sysoev1-68/+26
2007-09-13style fix and optimizationsIgor Sysoev1-3/+3
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev1-0/+492