index
:
cloud-email/cloud_mdir_sync
master
clone of cloud_mdir_sync
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Do not store "" as the message CH
HEAD
master
Jason Gunthorpe
2021-06-24
1
-5
/
+4
*
util: Use a different algorithm for asyncio_complete()
Jason Gunthorpe
2020-09-25
1
-6
/
+5
*
Do not immediately restore deleted items
Jason Gunthorpe
2020-09-25
1
-5
/
+7
*
Log the non-HTTP error exception
Jason Gunthorpe
2020-09-25
2
-4
/
+4
*
O365: Protect the page fetches in get_json_paged() with _retry_protect
Jason Gunthorpe
2020-08-31
1
-2
/
+6
*
oauth: Extract the web server address from the setup URL
Jason Gunthorpe
2020-07-28
1
-1
/
+4
*
cms-oauth: Check the token lifetime before returning it
Jason Gunthorpe
2020-07-17
2
-2
/
+6
*
doc: Update example-exim4.conf
Jason Gunthorpe
2020-07-17
1
-14
/
+30
*
gmail: Fix a spelling error in add_message()
Jason Gunthorpe
2020-07-10
1
-1
/
+1
*
OAUTH: Make some sense of the scopes
Jason Gunthorpe
2020-06-22
3
-53
/
+95
*
OAUTH: Add support to get an IMAP OAUTH token
Jason Gunthorpe
2020-06-22
8
-31
/
+130
*
GMail: Instead of polling each Label, poll the profile
Jason Gunthorpe
2020-06-22
1
-9
/
+14
*
Add debugging to try to find an assertion
Jason Gunthorpe
2020-06-22
3
-0
/
+11
*
Gmail: Retry on 502 Bad Gateway
Jason Gunthorpe
2020-06-22
1
-0
/
+1
*
OAUTH: Only start one webbrowser tab for concurrent authentications
Jason Gunthorpe
2020-06-22
3
-10
/
+14
*
O365: Stop using MSAL for OAUTH
Jason Gunthorpe
2020-06-22
3
-61
/
+79
*
GMail: Stop using requests-oauth and just invoke the POSTs directly
Jason Gunthorpe
2020-06-22
3
-88
/
+158
*
O365: Use batching during modification
Jason Gunthorpe
2020-06-22
1
-23
/
+97
*
O365: Log throttling in a more informative way
Jason Gunthorpe
2020-06-14
1
-1
/
+7
*
Add cms-oauth wrapper
Jason Gunthorpe
2020-06-14
1
-0
/
+9
*
Keep the inode cache in sync when writing to the MailDir
Jason Gunthorpe
2020-05-30
2
-0
/
+8
*
Speed up loading large databases on startup
Jason Gunthorpe
2020-05-30
1
-14
/
+21
*
Increase the page size for listing O365 mailboxes
Jason Gunthorpe
2020-05-30
1
-0
/
+1
*
Manage concurrency to avoid running out of file descriptors
Jason Gunthorpe
2020-05-30
2
-29
/
+33
*
Add cms-oauth
Jason Gunthorpe
2020-05-28
5
-1
/
+445
*
Add OAUTH Credential server
Jason Gunthorpe
2020-05-28
8
-15
/
+349
*
Remove cfg.domains
Jason Gunthorpe
2020-05-28
4
-55
/
+42
*
o365: Support delete_action in O365
Jason Gunthorpe
2020-03-27
1
-1
/
+6
*
gmail: Fix determining the start_history_id
Jason Gunthorpe
2020-02-24
1
-7
/
+13
*
Catch failures from the sha1sum fork
Jason Gunthorpe
2020-02-21
1
-1
/
+2
*
Fix an exception if message fetching fails
Jason Gunthorpe
2020-02-21
2
-0
/
+2
*
Don't leave asyncio tasks running unexpectedly
Jason Gunthorpe
2020-02-07
4
-13
/
+29
*
Allow access to the message headers during mail directing
Jason Gunthorpe
2020-02-07
3
-30
/
+90
*
Do not pass msgdb all over the place
Jason Gunthorpe
2020-02-07
5
-39
/
+38
*
Lift Mailbox.cfg out of the sub classes
Jason Gunthorpe
2020-02-07
6
-20
/
+22
*
Update documentation
Jason Gunthorpe
2020-02-07
1
-17
/
+59
*
GMail support
Jason Gunthorpe
2020-02-06
6
-11
/
+673
*
Allow a Mailbox to search for messages with a None email_id
Jason Gunthorpe
2020-02-05
1
-16
/
+40
*
Preserve flags in the local MailDir that are not supported in the cloud
Jason Gunthorpe
2020-02-05
2
-7
/
+24
*
Do not run tracing by default
Jason Gunthorpe
2020-02-05
2
-4
/
+2
*
Add some more type annotations to O365Mailbox
Jason Gunthorpe
2020-02-04
2
-10
/
+14
*
Add a --offline option
Jason Gunthorpe
2020-01-31
2
-10
/
+40
*
Document how to setup the Trash mode
Jason Gunthorpe
2020-01-31
1
-0
/
+13
*
Support FLAG_DELETED in Office365
Jason Gunthorpe
2020-01-31
1
-16
/
+26
*
Support the Trash flag in MailDir
Jason Gunthorpe
2020-01-31
2
-3
/
+8
*
Move Office365 flag manipulation into a function
Jason Gunthorpe
2020-01-31
1
-67
/
+70
*
Trigger an update of a O365 mailbox if the notification FD closes
Jason Gunthorpe
2020-01-18
1
-0
/
+2
*
Initial commit of cloud_mdir_sync
Jason Gunthorpe
2020-01-10
15
-0
/
+2200