bamthomas / aioimaplib

Python asyncio IMAP4rev1 client library
GNU General Public License v3.0
135 stars 58 forks source link

Add Authentification method #53

Open ohayak opened 4 years ago

ohayak commented 4 years ago

I managed somehow to add the authentication function. As far I tested, it's working with Google mechanism XOAUTH2, please read comments under the functions to find more about my resources.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.4%) to 94.535% when pulling bff91a34ac43612d44ad61cecedd5fff86b1fdab on ohayak:master into ba680b5c99991a8575b2a899e227ede88bf7c11b on bamthomas:master.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.4%) to 94.535% when pulling bff91a34ac43612d44ad61cecedd5fff86b1fdab on ohayak:master into ba680b5c99991a8575b2a899e227ede88bf7c11b on bamthomas:master.

bamthomas commented 4 years ago

Thanks this is really useful. Could you add some test(s) to the oauth method ?