Email to board functionality for wekan
Find a file
2018-11-04 15:51:25 +01:00
.idea Configure pom for spring boot 2018-09-30 11:34:09 +02:00
src Implement email configuration 2018-11-04 15:51:03 +01:00
.gitignore Ignore SoapUi project 2018-11-04 12:11:13 +01:00
docker-compose.yml Implement email configuration 2018-11-04 15:51:03 +01:00
Dockerfile Add docker image build 2018-09-30 11:50:10 +02:00
LICENCE Add readme and licence 2018-10-01 20:06:20 +02:00
pom.xml Some draft of rest api calls 2018-10-02 20:39:01 +02:00
readme.md Add readme and licence 2018-10-01 20:06:20 +02:00
wekan-mailer.iml Initial project 2018-09-30 11:26:46 +02:00

Wekan mailer

About

This is small application which provides email to board function for wekan. It is supposed to run in docker compose alongside wekan+mongodb, but may be used separately as it is Java based. The application is currently WIP, use at your own risk!

Functions

  • read emails from single SMTP server account
  • create card from received email on single wekan board in target list

Note: These are just starting functions, other may or may not be added later.

Configuration

The configuration is passed to the wekan-mailer trough environment variables simmilar to the approach in wekan+mongodb is compose used.

Wekan

Required env vars are:

  • WEKAN_URL=http://localhost:3000
  • WEKAN_USER=someuser
  • WEKAN_PASSWORD=somepass
  • WEKAN_TARGET_BOARD=someId
  • WEKAN_TARGET_LIST=someListId
WEKAN_URL=http://localhost:3000
WEKAN_USER=someuser
WEKAN_PASSWORD=somepass
WEKAN_TARGET_BOARD=someId
WEKAN_TARGET_LIST=someListId