From efa33c9157356d104e007483ac5bdbdc9cfcef0a Mon Sep 17 00:00:00 2001 From: Anirudh Chhangani Date: Sun, 20 Aug 2023 11:19:16 +0530 Subject: [PATCH 1/2] Add mailcrab. mailcrab enrty under email tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5c52e9..bd4e76a 100644 --- a/README.md +++ b/README.md @@ -1201,6 +1201,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [jdrouet/mrml](https://github.com/jdrouet/mrml) - A library to generate nice email templates working on any mail client. * [lettre/lettre](https://github.com/lettre/lettre) — an SMTP-library for Rust [![CI](https://github.com/lettre/lettre/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/lettre/lettre/actions/workflows/test.yml) * [mailtutan/mailtutan](https://github.com/mailtutan/mailtutan) An SMTP server for test and development environment. +* [tweedegolf/mailcrab](https://github.com/tweedegolf/mailcrab) — Email test server for development. * [staktrace/mailparse](https://github.com/staktrace/mailparse) [[mailparse](https://crates.io/crates/mailparse)] — A library for parsing real-world email files * [stalwartlabs/mail-auth](https://github.com/stalwartlabs/mail-auth) [[mail-auth](https://crates.io/crates/mail-auth)] - DKIM, ARC, SPF and DMARC message authentication library [![build badge](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml/badge.svg)](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml) * [stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser) [[mail-parser](https://crates.io/crates/mail-parser)] - A fast and robust e-mail parsing library with full MIME support [![build badge](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml/badge.svg)](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml) From aa8bf2e0994e0bd0576ed9ecaf290e766c4fd431 Mon Sep 17 00:00:00 2001 From: Anirudh Chhangani Date: Sun, 20 Aug 2023 11:30:01 +0530 Subject: [PATCH 2/2] fix alphabetical ordering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4e76a..4c8693d 100644 --- a/README.md +++ b/README.md @@ -1201,11 +1201,11 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [jdrouet/mrml](https://github.com/jdrouet/mrml) - A library to generate nice email templates working on any mail client. * [lettre/lettre](https://github.com/lettre/lettre) — an SMTP-library for Rust [![CI](https://github.com/lettre/lettre/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/lettre/lettre/actions/workflows/test.yml) * [mailtutan/mailtutan](https://github.com/mailtutan/mailtutan) An SMTP server for test and development environment. -* [tweedegolf/mailcrab](https://github.com/tweedegolf/mailcrab) — Email test server for development. * [staktrace/mailparse](https://github.com/staktrace/mailparse) [[mailparse](https://crates.io/crates/mailparse)] — A library for parsing real-world email files * [stalwartlabs/mail-auth](https://github.com/stalwartlabs/mail-auth) [[mail-auth](https://crates.io/crates/mail-auth)] - DKIM, ARC, SPF and DMARC message authentication library [![build badge](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml/badge.svg)](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml) * [stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser) [[mail-parser](https://crates.io/crates/mail-parser)] - A fast and robust e-mail parsing library with full MIME support [![build badge](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml/badge.svg)](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml) * [stalwartlabs/mail-send](https://github.com/stalwartlabs/mail-send) [[mail-send](https://crates.io/crates/mail-send)] - E-mail builder and SMTP client library with DKIM support [![build badge](https://github.com/stalwartlabs/mail-send/actions/workflows/rust.yml/badge.svg)](https://github.com/stalwartlabs/mail-send/actions/workflows/rust.yml) +* [tweedegolf/mailcrab](https://github.com/tweedegolf/mailcrab) — Email test server for development. ### Encoding