Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ashhook

ashhook is a tiny microservice that will observe your IMAP mail server and forward new messages to a Webhook. It was designed to forward mails a Discord channel.

Development

sbt assembly
java -jar target/*/ashhook.jar

Required environment variables:

export IMAP_HOSTNAME="<hostname>"
export IMAP_PASSWORD="<password>"
export IMAP_USERNAME="<username>"
export IMAP_PORT=993
export WEBHOOK_URL="https://discord.com/api/webhooks/..."

Via proxy

java -Dmail.imaps.proxy.host=127.0.0.1 \
  -Dmail.imaps.proxy.port=8118 \
  -jar target/*/ashhook.jar

Author

- Oto Brglez

About

Tool for monitoring and forwarding email messages to Webhooks

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages