This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
[enhancement]: create SMTP server trait #29
Open
Description
Which feature or improvement would you like to request?
I'd like to see this feature:
I want to programmatically process incoming mail but like to use a hardened and tested library for the SMTP handshake and StartTLS part.
Ideally I would only implement a trait that can respond to ehlo
, rcpt
and (an abstraction of) data
.
Is your feature request related to a problem?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct