-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
i managed to use it but documentation need some fix:
POP.AccessAsUser.All delegated permission is needed to read inbox (shared inbox in my case) or you get a 404 Inbox mailbox not existent
the pip install command does not create an executable m365proxy, u have to call it manually with
pyhton -m m365proxy
so the dockerfile is wrong. i use a docker compose and i fix it adding:
entrypoint: ["/usr/local/bin/python", "-m", "m365proxy", "-config", "/app/config.json", "-token", "/app/tokens.enc"]
hope this helps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels