this.messageScaling = messageScaling;
}
@Override
public MailboxMapper<String> createMailboxMapper(MailboxSession session) throws MailboxException {
JCRMailboxMapper mapper = new JCRMailboxMapper(repository, session, scaling, logger);
return mapper;
}