smtp-server icon indicating copy to clipboard operation
smtp-server copied to clipboard

[enhancement]: create SMTP server trait

Open ibotty opened this issue 2 years ago • 1 comments

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

  • [X] I agree to follow this project's Code of Conduct

ibotty avatar Oct 09 '23 11:10 ibotty

Also, I forgot auth.

ibotty avatar Oct 09 '23 11:10 ibotty