if(expirationLogger.isLoggable(Level.FINEST)) {
expirationLogger.log(Level.FINEST, "Iterator notified");
}
// Compact the collection, if possible
events.trimToSize();
if (operationsLogger.isLoggable(Level.FINER)) {
operationsLogger.exiting(mailboxSourceClass,
"getRemoteEventsDo", events);
}