From 201f135362df7ad7264770667b503a499b63f95f Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sun, 28 Apr 2019 21:47:12 +0200 Subject: [PATCH] Add some details on why libetpan@1.9.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fc759a..39f2f806 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ To install these on debian you can type: sudo apt install libetpan-dev libssl-dev libsqlite3-dev libsasl2-dev libbz2-dev zlib1g-dev ``` -If you run into connection problems with IMAP (error #43) it might be the case that the `libetpan` version on your system is too old. In this case we recommend compiling `libetpan`: +If you run into connection problems with IMAP (error #43) it might be the case that the `libetpan` version on your system is too old. In this case we recommend compiling `libetpan` with a minimum version of 1.9.1. See [dinhviethoa/libetpan#330](https://github.com/dinhviethoa/libetpan/pull/330) for more details on why. ``` git clone https://github.com/dinhviethoa/libetpan.git