Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/george-miao/mailin
https://github.com/george-miao/mailin
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/george-miao/mailin
- Owner: George-Miao
- Created: 2021-12-11T19:05:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T20:21:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T15:40:55.726Z (about 1 month ago)
- Language: Rust
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailin
This is a library for writing SMTP servers in Rust. The library handles parsing, the SMTP state machine and building responses.
Programs using the Mailin library are responsible for all IO including opening sockets and storing messages. Mailin makes the lifecycle of an SMTP session available by calling methods on an object that implements the `Handler` trait.