From bdf58e87fe7d9c3737e40ae56cbf27ab5b41c063 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Tue, 21 Nov 2023 15:25:32 +0100 Subject: [PATCH] Add OpenTrashmail (#361) --- software/open-trashmail.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/open-trashmail.yml diff --git a/software/open-trashmail.yml b/software/open-trashmail.yml new file mode 100644 index 0000000000..18255d7a9b --- /dev/null +++ b/software/open-trashmail.yml @@ -0,0 +1,13 @@ +# software name +name: "OpenTrashmail" +website_url: "https://github.com/HaschekSolutions/opentrashmail" +source_code_url: "https://github.com/HaschekSolutions/opentrashmail" +description: "Complete trashmail solution that exposes an SMTP server and has a web interface to manage received emails. Works with multiple and wildcard domains and is fully file based (no database needed). Includes RSS feeds and JSON API." +licenses: + - Apache-2.0 +platforms: + - Python + - PHP + - Docker +tags: + - Communication - Email - Mail Transfer Agents