mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Allow configuring account without drafts folder
This commit is contained in:
@@ -485,9 +485,6 @@ public class FragmentOAuth extends FragmentBase {
|
||||
null, null);
|
||||
|
||||
folders = iservice.getFolders();
|
||||
|
||||
if (folders == null)
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_setup_no_system_folders));
|
||||
}
|
||||
|
||||
Log.i("OAuth checking SMTP provider=" + provider.id);
|
||||
|
||||
Reference in New Issue
Block a user