2a5118f824
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