Skip to content

some information need to be updated #8

@thej4ck

Description

@thej4ck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions