aboutsummaryrefslogtreecommitdiffstats
path: root/cloud_mdir_sync/gmail.py
Commit message (Expand)AuthorAgeFilesLines
* Log the non-HTTP error exceptionJason Gunthorpe2020-09-251-2/+2
* cms-oauth: Check the token lifetime before returning itJason Gunthorpe2020-07-171-1/+3
* gmail: Fix a spelling error in add_message()Jason Gunthorpe2020-07-101-1/+1
* OAUTH: Make some sense of the scopesJason Gunthorpe2020-06-221-11/+24
* OAUTH: Add support to get an IMAP OAUTH tokenJason Gunthorpe2020-06-221-3/+3
* GMail: Instead of polling each Label, poll the profileJason Gunthorpe2020-06-221-9/+14
* Add debugging to try to find an assertionJason Gunthorpe2020-06-221-0/+3
* Gmail: Retry on 502 Bad GatewayJason Gunthorpe2020-06-221-0/+1
* OAUTH: Only start one webbrowser tab for concurrent authenticationsJason Gunthorpe2020-06-221-5/+0
* GMail: Stop using requests-oauth and just invoke the POSTs directlyJason Gunthorpe2020-06-221-79/+34
* Manage concurrency to avoid running out of file descriptorsJason Gunthorpe2020-05-301-16/+18
* Add OAUTH Credential serverJason Gunthorpe2020-05-281-9/+25
* Remove cfg.domainsJason Gunthorpe2020-05-281-14/+9
* gmail: Fix determining the start_history_idJason Gunthorpe2020-02-241-7/+13
* Fix an exception if message fetching failsJason Gunthorpe2020-02-211-0/+1
* Don't leave asyncio tasks running unexpectedlyJason Gunthorpe2020-02-071-2/+3
* Allow access to the message headers during mail directingJason Gunthorpe2020-02-071-1/+1
* Do not pass msgdb all over the placeJason Gunthorpe2020-02-071-17/+14
* Lift Mailbox.cfg out of the sub classesJason Gunthorpe2020-02-071-5/+4
* GMail supportJason Gunthorpe2020-02-061-0/+639