You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you could look at this unmerged PR where i provided an
working IDLE example:
#148/
maybe you could take up the PR and finish it? :)
In my project we were in need of manually interruptible IDLE
which is hard to do cross-platform because you need to write some bytes
to the socket-FD on which IDLE is blocking -- or you need to use an
async stack which is what we decided to do.
On Thu, Nov 21, 2019 at 12:45 -0800, Lem wrote:
I'm fairly new to rust and would like to learn it by writing something with IMAP.
As I would like to use IDLE, too, I wanted to ask if its possible to add an example on how to use that extension.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#152
I'm fairly new to rust and would like to learn it by writing something with IMAP.
As I would like to use IDLE, too, I wanted to ask if its possible to add an example on how to use that extension.
The text was updated successfully, but these errors were encountered: