Simplified decryption of inline encrypted messages

This commit is contained in:
M66B
2019-09-25 10:48:25 +02:00
parent 4a5b65fd72
commit fc41defed7
5 changed files with 22 additions and 20 deletions

View File

@@ -114,6 +114,9 @@ public class Helper {
static final int BUFFER_SIZE = 8192; // Same as in Files class
static final String PGP_BEGIN_MESSAGE = "-----BEGIN PGP MESSAGE-----";
static final String PGP_END_MESSAGE = "-----END PGP MESSAGE-----";
static final String FAQ_URI = "https://github.com/M66B/FairEmail/blob/master/FAQ.md";
static final String XDA_URI = "https://forum.xda-developers.com/showthread.php?t=3824168";
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";