EmailEngine is a self-hosted application that opens IMAP and SMTP connections against registered email accounts to translate API requests to IMAP commands, send emails, and monitor changes on these accounts. It sends a webhook for every update on the account.
EmailEngine
HubTags
HubTags
@andrisreinman @andrisreinman1 @guytaylor88 It's unlikely to work with a the proton bridge since the bridge must run on a local machine since it's basically the middleman specific to the proton account. You would also need to have a paid package to have access to the bridge. Lastly, each instance of the bridge is designed to listen on 127.0.0.1 only, so to have it listen to 0.0.0.0, you would either need to rebuild the source code, or like me, using HAproxy or Tailscale serve to have it relay it back to the machine running the bridge natively or in a docker container. Just make sure to change security to SSL/TLS instead of STARTTLS.
KaraboAI