Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starkbamse committed Sep 8, 2024
1 parent 9fc85ac commit 78f3221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Due to time restrictions I have restricted the scope of this SMTP server to serv
- `DATA` - Email data
- `QUIT` - Close connection

\* As you might notice, not all SMTP commands are supported. This is because of the limited scope of this project. `minismtp` is designed to be a simple and very light SMTP server used to just receive raw emails and pipe them elsewhere.

## Encryption
The server supports full encryption via the `STARTTLS` command. The encryption upgrade is performed through my [tokio-tls-upgrade](https://crates.io/crates/tokio-tls-upgrade) which is a custom-built library that allows for a seamless upgrade of a TCP connection to a TLS connection.

Expand Down

0 comments on commit 78f3221

Please sign in to comment.