I hate checking email. So this app lets me know when I need to check my mail.
Open the docker environment to do all development and deployment
# bring up dev environment
make build up
# test the project
make test
# build the project ready for publish
make publish
make up
: brings up the container & attach to the default containermake down
: stops the containermake build
: builds the container
make version
: Set current version number project"make start
: Run the project"make test
: Test the project"make publish
: Publish the project"make deploy
: Deploy the project"
- https://github.com/jstedfast/MailKit For reading Imap
- https://github.com/mrb0nj/Slack.Webhooks Sending to slack