mailu/tests
Dimitri Huisman 0d048d24d3
Fix build.hcl / CI.yml regarding labels
The version label and versions passed to docs image were based on
the tag. Now we first build the images with -build appended to the
tag, we cannot use the tag as version label.

A new env var is introduced to pass the version to the build.hcl file.
This will be used to set the VERSION label in the image, and pass
as build arguments to the docs image.
..
certs Implemented sending/reading email(local tests)
compose Maybe fix the tests
alias_test.py Removed unused imports and fixed indentation
build.hcl Fix build.hcl / CI.yml regarding labels
email_test.py Fix indentation
forward_test.py Removed unused imports and fixed indentation
reply_test.py Unused imports and bad indentation
requirements.txt Pin test/build pip-dependencies to their last known versions
smtp.py Add a very simple test script for sending mails