Merge pull request #183 from MihaiB/keemail-dot-me

Add period in keemail.me in EmailProvider PROPRIETARY list
This commit is contained in:
Marcel Bokhorst 2020-07-13 06:59:36 +02:00 committed by GitHub
commit 4b9ffc9e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class EmailProvider {
"tutanota.de",
"tutamail.com", // tutanota
"tuta.io", // tutanota
"keemailme" // tutanota
"keemail.me" // tutanota
));
private static final ExecutorService executor =
Helper.getBackgroundExecutor(0, "provider");