pimalaya / imap-client

Rust library to manage IMAP sessions
MIT License
6 stars 0 forks source link

Handle non-IR SASL flow for `XOAuth2` #1

Open duesee opened 3 months ago

duesee commented 3 months ago

Further:

soywod commented 3 months ago

Can you confirm that the non-IR SASL flow is fixed on master?

Regarding errors, any idea about the design? If I don't mistake, when auth fails, the task returns a StatusKind::No, so I'm not sure how to attach an error.