From 2e30aadad0d65a0b35657a8d7dc9638540d463b5 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 19 Nov 2019 08:00:17 +0100 Subject: [PATCH] Updated planned features --- FAQ.md | 1 + app/build.gradle | 3 +++ 2 files changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 848c496e4c..f02de9d67d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -86,6 +86,7 @@ Related questions: * ~~Unified starred messages view~~ (there is already a special search for this) * ~~Notification move action~~ * Search for settings +* S/MIME Anything on this list is in random order and *might* be added in the near future. diff --git a/app/build.gradle b/app/build.gradle index c2e31533f8..584d2442e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -331,4 +331,7 @@ dependencies { // https://github.com/AzureAD/microsoft-authentication-library-for-android implementation "com.microsoft.identity.client:msal:$msal_version" + + // https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk15on + //implementation "org.bouncycastle:bcmail-jdk15on:1.64" }