Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个简单的电子邮件服务器,但我发现 python 的 smtpd 库不支持 TLS,而且我找不到任何实现 TLS 的服务器示例。
这是在任何第三方库中实现的,还是对标准库的扩展?我找到了一些python2的例子,但我正在寻找python3而不是python2已被弃用。