harishkrupo / oauth2ms

Apache License 2.0
73 stars 21 forks source link

Mac install #3

Open abdcef opened 3 years ago

abdcef commented 3 years ago

Hi,

Is there an easy way to install this on a mac? I'm trying to configure apple mail to use with outlook 365 (imap disallowed). Thanks

harishkrupo commented 3 years ago

Technically, this should run anywhere you have python installed. Just installed the dependencies pip install -r requirements.txt and run oauth2ms. However, this tool can only fetch oauth2 tokens. How to use them is completely dependent on the mail tool you are trying to set up (mbsync, offlineimap etc). The steps.org contains instructions for mbsync but YVVM with other tools. I haven't set up tools other than the ones given in steps.org so I am not sure about apple mail, sorry.