Again related to imports/migrations...
Is there a way to check/see some basic mailbox information/statistics without the need to actually log on to the mailbox as the actual user?
basically I would need a list of "folders" with number of "items" and eventually "folder size" to be able to compare the migrated (grommunio) mailbox with the source mailbox (other servers).
gromox-mbop does not really give any "hints"
grommunio-admin user query gives only "high level" info about the account
I suppose that info could be gathered from individual /var/lib/gromox/user/x/y/exmdb sqlite databases... but it's not "straight forward" as data is encoded and structured...
And counting files (as on older file-based servers) does not really help as there is no folder structure/information and a lot more files than actual items in the mailbox.
Any hints/suggestions would be greatly appreciated.