crpb
I ran the nuke command again:
`gromox-mbop -u a@b.com emptyfld --nuke-folders 0x240013'
And this time the result was:
Folder 0x240013: deleted 0 messages, deleted 0 subfolders plus messages
Then ran:
grommunio-admin exmdb a@b.com folder list -r
Folder is still there 🙁:
Top of Information Store (0x9)
├─Sent Items (0xa)
├─Deleted Items (0xb)
│ └─Companies (0x240013)
But, then I went back to Outlook and deleted the folder (0x240013) from there
Then ran:
grommunio-admin exmdb a@b.com folder list -r
Now it is gone!
Top of Information Store (0x9)
├─Sent Items (0xa)
├─Deleted Items (0xb)
So I created a nested folder in Outlook:
grommunio-admin exmdb a@b.com folder list -r
├─Inbox (0xd)
│ ├─test (0x240021)
│ │ └─test2 (0x240022)
Deleted "test2" folder and then "test" folder, in Outlook, from the Inbox (in that order):
Now: grommunio-admin exmdb a@b.com folder list -r
Results in:
├─Deleted Items (0xb)
│ ├─test (0x240021)
│ └─test2 (0x240022)
Deleted "test2" folder and then "test" folder from the Deleted Items, in Outlook, in that order:
All good!
Top of Information Store (0x9)
├─Sent Items (0xa)
├─Deleted Items (0xb)
Now I created "test4" folder inside "test3" folder inside the Inbox in Outlook:
grommunio-admin exmdb a@b.com folder list -r
├─Inbox (0xd)
│ ├─test3 (0x240023)
│ │ └─test4 (0x240024)
Now I delete the test 3 folder - moved to deleted items as expected:
grommunio-admin exmdb a@b.com folder list -r
├─Deleted Items (0xb)
│ └─test3 (0x240023)
│ └─test4 (0x240024)
Now I deleted the "test3" folder, in Outlook, from Deleted Items resulting in:
grommunio-admin exmdb a@b.com folder list -r
├─Deleted Items (0xb)
│ └─test3 (0x240023)
Now I deleted the "test3" folder, a second time, in Outlook, from Deleted Items resulting in:
grommunio-admin exmdb a@b.com folder list -r
├─Deleted Items (0xb)
There seems to be at least 2, possibly related problems, deleting nested folders.
(1) parent folders are not deleted if they contain other folders; and
(2) I could see the imported nested folders (from a pst) within the Inbox, but not after deleting the parent folder (within Deleted Items). I could only delete the visible parent folder, within Deleted Items, after nuking the invisible subfolders at the command line.