startPolling method
Starts listening for new incoming messages.
Listen for MailLoadEvent on the eventBus to get notified about new messages.
Implementation
Future<void> startPolling([Duration duration = defaultPollingDuration]) {
return _incomingMailClient.startPolling(duration);
}