From 3a82c8039fd2a88a79429b77de770b0046b20ca2 Mon Sep 17 00:00:00 2001 From: Distopico Date: Thu, 8 Nov 2018 12:33:03 -0500 Subject: [PATCH] New App: SimpleEmail --- metadata/org.dystopia.email.yml | 66 +++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 metadata/org.dystopia.email.yml diff --git a/metadata/org.dystopia.email.yml b/metadata/org.dystopia.email.yml new file mode 100644 index 0000000000..62899502a8 --- /dev/null +++ b/metadata/org.dystopia.email.yml @@ -0,0 +1,66 @@ +Categories: + - Internet +License: GPL-3.0-only +WebSite: https://framagit.org/dystopia-project/simple-email +SourceCode: https://framagit.org/dystopia-project/simple-email +IssueTracker: https://framagit.org/dystopia-project/simple-email/issues +Changelog: https://framagit.org/dystopia-project/simple-email/blob/HEAD/CHANGELOG.md + +AutoName: SimpleEmail +Summary: Simple and minimalistic email app +Description: |- + SimpleEmail is Free Software, minimalistic and privacy friendly email app. + + * Easy navigation + * No unnecessary settings + * No bells and whistles + * Simple design + + SimpleEmail starts a foreground service with a low priority status bar notification to make sure you'll never miss new email. + + This project has been forked from [[eu.faircode.email]]. + + '''Features''' + + * 100% Free Software + * Multiple accounts (inboxes) + * Multiple identities (outboxes) + * Unified inbox + * Conversation view + * Two way synchronization + * Offline storage and operations + * Battery friendly + * Low data usage + * Folder management + * Signatures + * Dark theme + * Account colors + * Search on server + * Encryption/decryption + * Export settings + + '''Secure:''' + * Allow encrypted connections only + * Accept valid security certificates only + * Authentication required + * Safe message view (styling, scripting and unsafe HTML removed) + * No special permissions required + * No advertisements + * No analytics and no tracking + +RepoType: git +Repo: https://framagit.org/dystopia-project/simple-email.git + +Builds: + - versionName: 1.0.0 + versionCode: 100 + commit: v1.0.0 + subdir: app + submodules: true + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v.*\d$ +CurrentVersion: 1.0.0 +CurrentVersionCode: 100