Fixed MOVE/DELETE local

Introducing a dependency on UIDPLUS
This commit is contained in:
M66B
2018-08-13 14:37:15 +00:00
parent 4db7c6e107
commit 6bba997cce
3 changed files with 21 additions and 17 deletions

View File

@@ -202,6 +202,9 @@ public class FragmentAccount extends FragmentEx {
if (!istore.hasCapability("IDLE"))
throw new MessagingException(getContext().getString(R.string.title_no_idle));
if (!istore.hasCapability("UIDPLUS"))
throw new MessagingException(getContext().getString(R.string.title_no_uidplus));
for (Folder ifolder : istore.getDefaultFolder().list("*")) {
String type = null;