]> git.kaiwu.me - nginx.git/commit
Mail: stricter checking of IMAP tags.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 19 May 2021 00:13:26 +0000 (03:13 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 19 May 2021 00:13:26 +0000 (03:13 +0300)
commit4617dd64b863df111e33b1b395709f4c2f427350
tree8b672ecbcc021bf13e50538139b46f3e591914ef
parent82840d165144584d1b288521266051a6b5a462eb
Mail: stricter checking of IMAP tags.

Only "A-Za-z0-9-._" characters now allowed (which is stricter than what
RFC 3501 requires, but expected to be enough for all known clients),
and tags shouldn't be longer than 32 characters.
src/mail/ngx_mail_parse.c