mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Check if folder is open on operation
This commit is contained in:
@@ -162,6 +162,9 @@ class Core {
|
||||
" group=" + group +
|
||||
" retry=" + retry);
|
||||
|
||||
if (!ifolder.isOpen())
|
||||
state.error(new FolderClosedException(ifolder));
|
||||
|
||||
// Fetch most recent copy of message
|
||||
EntityMessage message = null;
|
||||
if (op.message != null)
|
||||
|
||||
Reference in New Issue
Block a user