Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 0e1b866880
protonmail: add Client.GetAttachment and Client.CreateAttachment
2017-12-03 11:00:30 +01:00
auth Re-auth when access token expires 2017-09-26 18:29:13 +02:00
carddav carddav: fix encrypted cards error 2017-09-14 15:35:40 +02:00
cmd/hydroxide Sending plaintext messages works 2017-12-02 16:23:06 +01:00
protonmail protonmail: add Client.GetAttachment and Client.CreateAttachment 2017-12-03 11:00:30 +01:00
smtp Add support for internal sending 2017-12-03 10:20:45 +01:00
.gitignore Add authentication, fixes #2 2017-09-09 15:37:03 +02:00
LICENSE Initial commit 2017-08-21 17:33:41 +02:00
README.md Sending plaintext messages works 2017-12-02 16:23:06 +01:00

README.md

hydroxide

A third-party, open-source ProtonMail CardDAV bridge. For power users only, designed to run on a server.

Usage

Your credentials will be stored on disk encrypted with a 32-byte random password. When configuring your CardDAV client, you'll need this password. You must setup an HTTPS reverse proxy to forward requests to hydroxide.

go get github.com/emersion/hydroxide
hydroxide auth <username>
hydroxide carddav

Tested on GNOME (Evolution) and Android (DAVDroid).

License

MIT