summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-17*) back out r2040Igor Sysoev1-2/+2
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-03-24use ngx_int_t in ngx_sort() callbackIgor Sysoev1-2/+2
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-2/+4
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev1-1/+1
2007-05-21use stable search where it is requiredIgor Sysoev1-5/+4
2007-03-19Many changes:Igor Sysoev1-0/+416
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop