From 1d2c9c5cd26005ccfb543f450f576cc505a82368 Mon Sep 17 00:00:00 2001 From: mielecmichal Date: Thu, 16 Jan 2020 20:00:31 +0100 Subject: [PATCH] Add Simple Java Mail --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f25b70..74d38c5 100644 --- a/README.md +++ b/README.md @@ -623,6 +623,7 @@ _Everything else._ - [OpenRefine](http://openrefine.org) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. - [PipelinR](https://github.com/sizovs/pipelinr) – Small utility library for using handlers and commands with pipelines. - [Polyglot for Maven](https://github.com/takari/polyglot-maven) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML. +- [Simple Java Mail](https://github.com/bbottema/simple-java-mail) - Mailing with a clean and fluent API. - [Smooks](https://github.com/smooks/smooks) - Extensible framework for building applications that process data which means bindings, transformations, message processing and enrichment. (LGPL-3.0-only) - [Togglz](https://www.togglz.org) - Implementation of the Feature Toggles pattern. - [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.