netty5/codec-smtp/src
Ruwei 6cd9617311 add AUTH & EMPTY to SmtpCommand (#9999)
Motivation:
AUTH command is used to login to a SMTP server.
EMPTY command is for request with only parameter.

Modifications:
Add AUTH & EMPTY to SmtpCommand & SmtpRequests
Update SmtpRequestEncoder#writeParameters, handle SP according to
command
Add unit test

Result:
fix #9995
2020-02-07 14:30:16 +01:00
..
main/java/io/netty/handler/codec/smtp add AUTH & EMPTY to SmtpCommand (#9999) 2020-02-07 14:30:16 +01:00
test/java/io/netty/handler/codec/smtp add AUTH & EMPTY to SmtpCommand (#9999) 2020-02-07 14:30:16 +01:00