mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Check if folders exist (experiment)
This commit is contained in:
@@ -1377,6 +1377,13 @@ class Core {
|
||||
}
|
||||
}
|
||||
|
||||
//Log.i("Checking if folders exist");
|
||||
//for (Folder ifolder : new ArrayList<Folder>(ifolders))
|
||||
// if (!ifolder.exists()) {
|
||||
// Log.w("Folder does not exist name=" + ifolder.getFullName());
|
||||
// ifolders.remove(ifolder);
|
||||
// }
|
||||
|
||||
List<String> subscription = new ArrayList<>();
|
||||
try {
|
||||
Folder[] isubscribed = defaultFolder.listSubscribed("*");
|
||||
|
||||
Reference in New Issue
Block a user