Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 304 Bytes

Masked Email Bot

Currently, works only with Fastmail.com.

To build static binary you can use this script:

#!/bin/sh
docker build -t masked-email-bot .
id=$(docker create masked-email-bot)
docker cp $id:/usr/local/bin/masked-email-bot .
docker rm -v $id

It requires podman or docker.