fs2-mail icon indicating copy to clipboard operation
fs2-mail copied to clipboard

asynchronous library for sending and receiving mail via fs2._

Results 5 fs2-mail issues
Sort by recently updated
recently updated
newest added

GMail and other mail services support (and highly recommend to use) [XOAuth2](https://developers.google.com/gmail/imap/xoauth2-protocol#imap_protocol_exchange) for authentication instead of passwords. Is it possible to implement it in IMAPClient?

There is need to upgrade fs2-mail to fs2 2.1.0 to make possible usage of it in projects with fresh version of fs2

Update to fs2 version 2.0.0 Two tests are currently failing: - TakeThroughDrain.early-terminated.drain - TakeThroughDrain.normal-termination.dont-drain I would be thankful for hints why this happens.

I'm looking into using fs2-mail for a new feature at my organization. I'm trying to familiarize myself with the API, but the examples in the Readme don't seem to work....

Implemented IDLE command + added guards against dead lock