[TOB-463] Umlauts in mail attachments

* added fix for umlauts in mail attachments
* include support for new authnauth interface

Signed-off-by: Tobias Stummer <stummer@develop-group.de>
7 files changed
tree: 755f3491a0a179c3d97f7ff6726fa367ef334e8d
  1. deploy/
  2. docker/
  3. src/
  4. docker-compose.yml
  5. LICENSE.md
  6. NOTICE.md
  7. pom.xml
  8. README.md
  9. sonar-project.properties
README.md

Eclipse openK User Modules - Statement Public Affairs back end

This application represents a user module for the Eclipse openK User Modules project.

Build

Run mvn clean install -DskipTests to build the project. All build artifacts will be stored in the targets/ directory.

Running unit tests

Run mvn clean install to execute the unit tests. All results will be stored in the targets/surefire-reports directory.

Further details about how to build, configure and run this module in a production or test environment, please see the howToBuild and howToRun documentation.