basically refactored the email viewer
This commit is contained in:
@@ -59,6 +59,6 @@ def get_access_token(scopes):
|
||||
f.write(cache.serialize())
|
||||
|
||||
access_token = token_response['access_token']
|
||||
headers = {'Authorization': f'Bearer {access_token}', 'Prefer': 'outlook.body-content-type="text"'}
|
||||
headers = {'Authorization': f'Bearer {access_token}', 'Prefer': 'outlook.body-content-type="text",IdType="ImmutableId"'}
|
||||
|
||||
return access_token, headers
|
||||
|
||||
Reference in New Issue
Block a user