aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
325 stars 96 forks source link

[WIP]Update smtp.py set AUTH challenge from "User Name" to "Username" #527

Open fanthos opened 1 week ago

fanthos commented 1 week ago

For max compatibity, response from AUTH LOGIN shouhd be Username instead of User Name.

What do these changes do?

Most SMTP server response Username when AUTH LOGIN, not User Name. Improve compatiblity with some smtp client.

Are there changes in behavior for the user?

Server return base64 encoded Username instead of User Name.

Related issue number

Checklist