readme: add IMAP instructions

This commit is contained in:
emersion 2018-01-13 11:40:21 +01:00
parent 16cecde3fb
commit 6a205ff043
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,7 @@
A third-party, open-source ProtonMail bridge. For power users only, designed to A third-party, open-source ProtonMail bridge. For power users only, designed to
run on a server. run on a server.
hydroxide supports CardDAV and SMTP. hydroxide supports CardDAV, IMAP and SMTP.
Rationale: Rationale:
@ -13,9 +13,9 @@ Rationale:
## Setup ## 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. for setup information.
### Install and Setup ### Install and Setup
@ -47,6 +47,14 @@ hydroxide carddav
Tested on GNOME (Evolution) and Android (DAVDroid). Tested on GNOME (Evolution) and Android (DAVDroid).
### IMAP
For now, it only supports unencrypted local connections.
```shell
hydroxide imap
```
### SMTP ### SMTP
For now, it only supports unencrypted local connections. For now, it only supports unencrypted local connections.