Skip to content

lectio/imap-facade-openproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IMAP server façade for OpenProject work packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published