diff --git a/README.md b/README.md index 0759b67..7c5e926 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A third-party, open-source ProtonMail bridge. For power users only, designed to run on a server. -hydroxide supports CardDAV and SMTP. +hydroxide supports CardDAV, IMAP and SMTP. Rationale: @@ -13,9 +13,9 @@ Rationale: ## Setup -### Golang +### Go -hydroxide is implemented with Go. Head to [Golang website](https://golang.org) +hydroxide is implemented with Go. Head to [Go website](https://golang.org) for setup information. ### Install and Setup @@ -47,6 +47,14 @@ hydroxide carddav Tested on GNOME (Evolution) and Android (DAVDroid). +### IMAP + +For now, it only supports unencrypted local connections. + +```shell +hydroxide imap +``` + ### SMTP For now, it only supports unencrypted local connections.