summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_handler.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-17*) back out r2040Igor Sysoev1-9/+10
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-5/+3
2007-09-21fix "AUTH PLAIN [initial-response]" bug introduced in r1477Igor Sysoev1-1/+1
2007-09-20log starttlsIgor Sysoev1-1/+3
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-38/+20
2007-09-14optimizationsIgor Sysoev1-10/+9
2007-09-14move event handling to protocol specific code,Igor Sysoev1-6/+0
it is required to support SMTP greeting delay
2007-09-13optimizationsIgor Sysoev1-0/+52
2007-09-13style fix and optimizationsIgor Sysoev1-5/+5
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev1-1666/+191
2007-09-11decrement active connection counter in mail proxyIgor Sysoev1-0/+4
2007-07-20IMAP AUTHENTICATEIgor Sysoev1-68/+311
patch by Maxim Dounin
2007-07-20SMTP STARTTLSIgor Sysoev1-0/+67
patch by Maxim Dounin
2007-07-11fix segfault when CRAM-MD5 is not enabled but client tries itIgor Sysoev1-2/+11
2007-04-18style fix: remove tabsIgor Sysoev1-27/+27
2007-03-19Many changes:Igor Sysoev1-0/+1838
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop