vladimarius / imapy

Imapy: Imap for Humans
230 stars 22 forks source link

Added support for OAuth2 #26

Closed cauebs closed 3 years ago

cauebs commented 7 years ago

I'm not sure if this is the best way to implement it, but it's fully functional. We could also create another class, something like IMAP_OAUTH2(IMAP) that could also handle the entire authorization flow. However, I'm not sure that suits the scope of this project.

Any feedback is appreciated.