pull/170/head
M66B 5 years ago
parent 0bd87ead2e
commit 76c297fabe

@ -281,7 +281,6 @@ public class FragmentGmail extends FragmentBase {
EmailProvider provider = EmailProvider.fromDomain(context, "gmail.com", EmailProvider.Discover.ALL);
List<EntityFolder> folders;
String domain = user.split("@")[1];
String aprotocol = provider.imap.starttls ? "imap" : "imaps";
try (MailService iservice = new MailService(context, aprotocol, null, false, true, true)) {

Loading…
Cancel
Save