MailNotifier
BMailNotifier* MailNotifier() const;
if (MailNotifier() != NULL)
MailNotifier()->ShowError(error);
if (MailNotifier() != NULL)
MailNotifier()->ShowMessage(message);
if (MailNotifier() != NULL)
MailNotifier()->SetTotalItems(items);
if (MailNotifier() != NULL)
MailNotifier()->SetTotalItemsSize(size);
if (MailNotifier() != NULL)
MailNotifier()->ReportProgress(messages, bytes, message);
if (MailNotifier() != NULL)
MailNotifier()->ResetProgress(message);