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

Why can't I idle and make requests at the same time? #242

Open TreyThomas93 opened 5 months ago

TreyThomas93 commented 5 months ago

I am finding it problematic to always have to stop idling and then restarting it. And when i am attempting to make async requests, some requests will restart idling while another request is about to be sent out and then it hangs, causing problems. I read that you should be able to idle and make requests, but this api doesn't allow for that. I may have to use polling instead. Any ideas or best practices would be great. thanks!