Mail backend service.
Implemented in go.
Command line arguments
-config <path-to-config-file> [-migrate-database]
This service uses go modules to provide dependency management, see go.mod
.
Copy config.example.yaml from the docs/ directory into the project root. Rename that file into: config.yaml Then configure all variables as needed.
If you place this repository OUTSIDE your gopath, go build main.go
and go test ./...
will download all
required dependencies by default.
We track open issues as GitHub issues on this repository once it becomes clear what exactly needs to be done.