#mail-server #smtp #smtp-server #backward #rfc #applications

rsmtp

Utility functions for SMTP applications, no backwards compatibility guarantees

5 releases

0.1.3 Nov 11, 2023
0.1.2 Jun 8, 2017
0.1.1 May 20, 2015
0.1.0 May 20, 2015
0.0.3 Nov 20, 2014

#68 in Email

Download history 4/week @ 2024-02-26 136/week @ 2024-03-04

140 downloads per month

Apache-2.0

77KB
1.5K SLoC

Rustastic SMTP

rsmtp contains utility functions for development of SMTP applications. There are no backwards compatibility guarantees at all.

License

The source code is released under the Apache 2.0 license.


lib.rs:

Rustastic SMTP is meant to provide SMTP tools such as email address parsing utilities as well as a configurable SMTP server and client.

The goal is to eventually comply with the SMTP spec from RFC 5321.

Dependencies