From 6a205ff04351cbbfc5ff30c53da0d0440e8247e6 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 13 Jan 2018 11:40:21 +0100 Subject: [PATCH] readme: add IMAP instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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.