UvA-FNWI / M365-IMAP

MIT License
70 stars 17 forks source link

A question and a suggestion. #1

Closed simurgh9 closed 3 years ago

simurgh9 commented 3 years ago
Question

Does the refresh token not change? If it does, would it need to be updated manually each time in offlineimap?

Suggestion

You should make the documentation link of offlineimap's ability to handle XOAUTH2 be this,

https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf#L897

goomens commented 3 years ago

The refresh token typically doesn't change, unless a change is made to the account (e.g. a password or MFA reset), in which case it needs to be done again (but in a typical production setup this will be rare).

I've added the link to the config/documentation, thanks for the suggestion!