Service adapted from https://github.com/emersion/hydroxide for receiving push notifications for Protonmail via ntfy.sh
Go to file
emersion 5e0754d0a1
Add authentication, fixes #2
2017-09-09 15:37:03 +02:00
carddav Add authentication, fixes #2 2017-09-09 15:37:03 +02:00
cmd/hydroxide Add authentication, fixes #2 2017-09-09 15:37:03 +02:00
protonmail Add PoC CardDAV server 2017-09-03 20:11:01 +02: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 Add authentication, fixes #2 2017-09-09 15:37:03 +02:00

README.md

hydroxide

A third-party, open-source ProtonMail CardDAV bridge.

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.

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

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

License

MIT