Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: create SMTP server trait #29

Open
1 task done
ibotty opened this issue Oct 9, 2023 · 1 comment
Open
1 task done

[enhancement]: create SMTP server trait #29

ibotty opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ibotty
Copy link

ibotty commented Oct 9, 2023

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
@ibotty ibotty added the enhancement New feature or request label Oct 9, 2023
@ibotty
Copy link
Author

ibotty commented Oct 9, 2023

Also, I forgot auth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants