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
105 stars 55 forks source link

Error: The setter 'messagesRecent' isn't defined for the class 'Mailbox' #175

Closed ghost closed 2 years ago

ghost commented 3 years ago

hi, when i try running my app iam getting this error ^^^^^^^^^^^^^^ : Error: The setter 'messagesRecent' isn't defined for the class 'Mailbox'. ../…/imap/status_parser.dart:38

robert-virkus commented 3 years ago

I am unsure what happens there, the setter for messagesRecent has been in enough_mail for pretty much all the time. Do you have a project that reproduces this issue?

robert-virkus commented 3 years ago

Also, 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
ghost commented 3 years ago

Also, 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

using the git version rather than the pub.dev works fine thank you

robert-virkus commented 2 years ago

fixed in 2.0.0