Support for rfc1891
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 373
- Forks
- 105
- Merge moyen
- 4 min
- PR mergées (30 j)
- 2
Description
Hello,
I encountered some difficulties with aiosmtpd due to its lack of support for [RFC1891](https://tools.ietf.org/html/rfc1891). For instance, the following command is not recognized by aiosmtpd and return a `501 Syntax: RCPT TO:
```
220 bar.tld Python SMTP 1.2+
LHLO bar.tld
250 bar.tld
MAIL FROM: foo@baz.tld
250 OK
RCPT TO:
250 OK
RCPT TO: ORCPT=rfc822;foo@bar.tld
501 Syntax: RCPT TO:
```
Is the support for RFC 1891 planed? Would you accept pull requests for that?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.