Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 825 Bytes

File metadata and controls

42 lines (23 loc) · 825 Bytes

IMAP facade for OpenProject

This is an IMAP facade for OpenProjects.

To allow users to view their work packages as messages from an email client.

Quick Start

Download

git clone https://github.com/lectio/imap-facade-openproject.git

Create config conf/imap.toml

cp conf/imap.toml.example conf/imap.toml

Make sure to change the base variable to your OpenProject URL.

Build and run

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

Connect with IMAP client

Use your OpenProject API Key as the password when setting up the IMAP client.

Docker

Download

git clone https://github.com/lectio/imap-facade-openproject.git