listeners = new HashSet();
sequence = new ArrayList();
recentMessages = new HashSet();
messagesForDeletion = new HashSet();
getLogger().info("FileMailbox init for " + absoluteName);
UsersStore usersStore = (UsersStore)compMgr.lookup( "org.apache.james.services.UsersStore" );
localUsers = usersStore.getRepository("LocalUsers");
// String rootPath = context.getBaseDirectory().getAbsolutePath() + File.separator
// + conf.getChild("mailboxRepository").getValue();
String rootPath = conf.getChild("mailboxRepository").getValue();
if (!rootPath.endsWith(File.separator)) {
rootPath = rootPath + File.separator;