Simple API with a Discord bot for imap.fi
apt-get -y install git
git submodule update --init --recursive
Obtain these env variables:
MAILCOW_API_KEY='YOUR MAILCOW API KEY'
MAILCOW_API_BASEURL='https://mail.example.com' //no trailing slashes
PORT=3001
DBROOT='MAILCOW ROOT DB PASS'