1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 10:19:16 +02:00

Add some details on why libetpan@1.9.1

This commit is contained in:
Lars-Magnus Skog 2019-04-28 21:47:12 +02:00 committed by Floris Bruynooghe
parent 3cac65deb5
commit 201f135362

View file

@ -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 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 git clone https://github.com/dinhviethoa/libetpan.git