jgunthorpe / cloud_mdir_sync

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

use watchdog instead of pyinotify for cross-platform compatability #18

Closed wang2357 closed 1 month ago

wang2357 commented 1 month ago

This commit contains code that replaces pyinoitfy with watchdog. The benefits are: 1) cross-platform compatibility: the code seems to work on Macbook now. 2) compatibility with newer version of python (3.12), which has removed pyinotify.