Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
104 stars 56 forks source link

Unhandled Exception: type 'Null' is not a subtype of type 'FutureOr<Mailbox>' #176

Open ShadmanAfzal opened 2 years ago

ShadmanAfzal commented 2 years ago

Whenever i try to access or to select inbox, it throws error, but it worked fine in debug mode.

robert-virkus commented 2 years ago

Thanks for the bug report, can you provide a reproduction project?

What happens when you use the current git version of enough_mail?

In your pubspec.yaml, add this dependency:

dependencies:
 enough_mail:
    git:
      url: https://github.com/Enough-Software/enough_mail.git