aio-libs / aio-libs/aiosmtpd

Proxy handler is blocking

未关闭
#159 8 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement help wanted
主要语言
Python
星标
373
派生
105
平均合并
4 分钟
30 天内合并 PR
2

描述

https://github.com/aio-libs/aiosmtpd/blob/3ced778177418d8ae47bc3c300879bf59e731f1a/aiosmtpd/handlers.py#L122

Currently forwarding mail in `Proxy` is blocking which will mean the entire server is blocking.

Use of `smtplib.SMTP()` should be replaced by `aiosmtplib.SMTP()`.

Issue copied from https://bugs.python.org/issue35788

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。