jgunthorpe / cloud_mdir_sync

Download mailboxes from the cloud into a local MailDir
Other
16 stars 9 forks source link

The program cannot be used with Python 3.12, due to pyinotify #15

Closed wang2357 closed 1 month ago

wang2357 commented 5 months ago

Python 3.12 removed asyncore, which is used by pyinotify. Therefore, cloud-mdir-sync is no longer usable with Python 3.12. Request is made to upgrade the program to remove the dependency on pyinotify.

wang2357 commented 1 month ago

This issue has been resolved in recent release of Python. So I am closing this issue.