]> git.kaiwu.me - nginx.git/commit
Mail: POP3 pipelining support.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 19 May 2021 00:13:18 +0000 (03:13 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 19 May 2021 00:13:18 +0000 (03:13 +0300)
commitd96d60d2e0a41a4e01163f7e5d1835e028f94b72
tree614a998fe5b712737a86c0421ae0ba40ebd95c26
parent317223cb56f70f3fc2eb646a78a8f0161cafa70b
Mail: POP3 pipelining support.

The change is mostly the same as the SMTP one (04e43d03e153 and 3f5d0af4e40a),
and ensures that nginx is able to properly handle or reject multiple POP3
commands, as required by the PIPELINING capability (RFC 2449).  The s->cmd
field is not really used and set for consistency.
src/mail/ngx_mail_parse.c
src/mail/ngx_mail_pop3_handler.c
src/mail/ngx_mail_proxy_module.c