Determines whether the current session has an associated email account.
Future<bool> hasAccount(final Session session) async => await utils.getAccount(session) != null;