stalwartlabs / smtp-server

Stalwart SMTP Server
https://stalw.art/smtp
GNU Affero General Public License v3.0
495 stars 25 forks source link

[enhancement]: create SMTP server trait #29

Open ibotty opened 12 months ago

ibotty commented 12 months ago

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

ibotty commented 12 months ago

Also, I forgot auth.