mirror of https://github.com/M66B/FairEmail.git
Set folder read/write
This commit is contained in:
parent
130ef9d1e1
commit
ad82c3c15b
|
@ -1329,6 +1329,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
ifolder = iservice.getStore().getFolder(folder.name);
|
||||
try {
|
||||
ifolder.open(Folder.READ_WRITE);
|
||||
if (ifolder instanceof IMAPFolder)
|
||||
db.folder().setFolderReadOnly(folder.id, ((IMAPFolder) ifolder).getUIDNotSticky());
|
||||
} catch (ReadOnlyFolderException ex) {
|
||||
Log.w(folder.name + " read only");
|
||||
ifolder.open(Folder.READ_ONLY);
|
||||
|
|
Loading…
Reference in New Issue