Updated planned features

This commit is contained in:
M66B 2019-11-19 08:00:17 +01:00
parent 5e7aaece03
commit 2e30aadad0
2 changed files with 4 additions and 0 deletions

1
FAQ.md
View File

@ -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.

View File

@ -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"
}