logger.info("Mailbox is over quota: {} size={}/{}, count={}/{}",
new Object[] { mailbox.getId(), requiredBytes,
Configurator.getDefaultQuotaBytes(), requiredCount,
Configurator.getDefaultQuotaCount() });
throw new OverQuotaException("Mailbox is over quota");
}
// Order is important, add to label after message written
// store blob