@Override
 public synchronized void checkMailFinished(
     Context context, long accountId, long folderId, long tag) {
   for (MessagingListener l : mListeners) {
     l.checkMailFinished(context, accountId, folderId, tag);
   }
 }