This is an IMAP facade for OpenProjects.
To allow users to view their work packages as messages from an email client.
git clone https://github.com/lectio/imap-facade-openproject.git
cp conf/imap.toml.example conf/imap.toml
Make sure to change the base variable to your OpenProject URL.
go build main.go
./main run
Or with docker
# build docker image
docker build -t imap-facade-openproject .
# run with docker-compose
docker-compose up
Use your OpenProject API Key as the password when setting up the IMAP client.
git clone https://github.com/lectio/imap-facade-openproject.git