From 189e05dcd86655c18d86562e6367df6b2edabd37 Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Fri, 9 Oct 2015 15:24:19 +0300 Subject: [PATCH 1/2] Added Greenmail test email server under testing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a749436..60d6754 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [Unitils](http://www.unitils.org/) - Modular testing library for unit and integration testing. * [WireMock](http://wiremock.org/) - Stubbs and mocks web services. +* [Greenmail](http://www.icegreen.com/greenmail/) - In-memory email server for testing integration testing email related operations. Supports SMTP, POP3 and IMAP including SSL ## Utility From 539d9ea5d4b689dd29a677da06b18d498a307714 Mon Sep 17 00:00:00 2001 From: George Andrianakis Date: Wed, 28 Oct 2015 10:07:32 +0200 Subject: [PATCH 2/2] Fixed GreenMail description to follow conventions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d6754..a6374fd 100644 --- a/README.md +++ b/README.md @@ -547,7 +547,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [Unitils](http://www.unitils.org/) - Modular testing library for unit and integration testing. * [WireMock](http://wiremock.org/) - Stubbs and mocks web services. -* [Greenmail](http://www.icegreen.com/greenmail/) - In-memory email server for testing integration testing email related operations. Supports SMTP, POP3 and IMAP including SSL +* [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. ## Utility