aboutsummaryrefslogtreecommitdiffstats
path: root/cloud_mdir_sync/office365.py
Commit message (Expand)AuthorAgeFilesLines
* Log the non-HTTP error exceptionJason Gunthorpe2020-09-251-2/+2
* O365: Protect the page fetches in get_json_paged() with _retry_protectJason Gunthorpe2020-08-311-2/+6
* cms-oauth: Check the token lifetime before returning itJason Gunthorpe2020-07-171-1/+3
* OAUTH: Make some sense of the scopesJason Gunthorpe2020-06-221-41/+70
* OAUTH: Add support to get an IMAP OAUTH tokenJason Gunthorpe2020-06-221-3/+7
* Add debugging to try to find an assertionJason Gunthorpe2020-06-221-0/+5
* OAUTH: Only start one webbrowser tab for concurrent authenticationsJason Gunthorpe2020-06-221-5/+0
* O365: Stop using MSAL for OAUTHJason Gunthorpe2020-06-221-57/+79
* O365: Use batching during modificationJason Gunthorpe2020-06-221-23/+97
* O365: Log throttling in a more informative wayJason Gunthorpe2020-06-141-1/+7
* Increase the page size for listing O365 mailboxesJason Gunthorpe2020-05-301-0/+1
* Manage concurrency to avoid running out of file descriptorsJason Gunthorpe2020-05-301-13/+15
* Add OAUTH Credential serverJason Gunthorpe2020-05-281-6/+23
* Remove cfg.domainsJason Gunthorpe2020-05-281-30/+20
* o365: Support delete_action in O365Jason Gunthorpe2020-03-271-1/+6
* Fix an exception if message fetching failsJason Gunthorpe2020-02-211-0/+1
* Don't leave asyncio tasks running unexpectedlyJason Gunthorpe2020-02-071-3/+4
* Do not pass msgdb all over the placeJason Gunthorpe2020-02-071-7/+7
* Lift Mailbox.cfg out of the sub classesJason Gunthorpe2020-02-071-4/+4
* GMail supportJason Gunthorpe2020-02-061-1/+1
* Preserve flags in the local MailDir that are not supported in the cloudJason Gunthorpe2020-02-051-0/+4
* Add some more type annotations to O365MailboxJason Gunthorpe2020-02-041-10/+13
* Support FLAG_DELETED in Office365Jason Gunthorpe2020-01-311-16/+26
* Move Office365 flag manipulation into a functionJason Gunthorpe2020-01-311-67/+70
* Trigger an update of a O365 mailbox if the notification FD closesJason Gunthorpe2020-01-181-0/+2
* Initial commit of cloud_mdir_syncJason Gunthorpe2020-01-101-0/+637