enough_mail icon indicating copy to clipboard operation
enough_mail copied to clipboard

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.

Results 34 enough_mail issues
Sort by recently updated
recently updated
newest added

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...

I am wondering, because UIDSEARCH does not seem to need UIDPLUS capability to be supported by the server. Am I missing something? Thanks in advance.

It looks like the querybuilder may be adding too many double quotes to the dates? ![image](https://github.com/Enough-Software/enough_mail/assets/151338104/e9d52a7e-aaac-414a-9e7f-bdd860cc3673) My error: ``` param: BAD Command Argument Error. 11 ``` My use case: ```...