summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_pop3_handler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19Mail: POP3 pipelining support.Maxim Dounin1-3/+12
2021-03-05Mail: added missing event handling after reading data.Maxim Dounin1-1/+15
2021-03-05Mail: added missing event handling after blocking events.Maxim Dounin1-0/+6
2017-01-12Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov1-0/+4
2016-10-08Mail: support SASL EXTERNAL (RFC 4422).Rob N ★1-0/+11
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-14/+7
2010-02-12delete surplus codeIgor Sysoev1-2/+0
2009-02-09compatibility with Microsoft'sIgor Sysoev1-1/+9
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev1-5/+5
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-13/+16
2007-09-14style fix: remove trailing spacesIgor Sysoev1-1/+1
2007-09-14optimizationsIgor Sysoev1-2/+2
2007-09-14move event handling to protocol specific code,Igor Sysoev1-0/+6
2007-09-13optimizationsIgor Sysoev1-89/+28
2007-09-13style fix and optimizationsIgor Sysoev1-3/+3
2007-09-13split pop3, imap, and smtp handlersIgor Sysoev1-0/+553