POP3 support

This commit is contained in:
M66B
2019-09-19 17:41:26 +02:00
parent 70cce65e61
commit 0604a1b077
24 changed files with 1304 additions and 151 deletions

View File

@@ -270,7 +270,7 @@ public class FragmentFolders extends FragmentBase {
else
fabError.hide();
if (account == null)
if (account == null || account.pop)
fab.hide();
else
fab.show();