ACLUser oUsr = new ACLUser(sUserId);
String sGuid = oUsr.getMailRoot(oConn);
if (null == sGuid)
throw new FolderNotFoundException(new DBFolder(this, "mailroot"), "mailroot");
Category oMailRoot = new Category(sGuid);
DBSubset oChilds = oMailRoot.getChilds(oConn);
int iFolders = oChilds.getRowCount();