From 8f83c7e68a9aadaf53f9893180e6995ebdee18fd Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 2 Aug 2021 11:31:54 -0400 Subject: [PATCH] make note of ssl use for problematic apps --- docs/docs/clients.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/clients.md b/docs/docs/clients.md index 6a0b242..b7427bc 100644 --- a/docs/docs/clients.md +++ b/docs/docs/clients.md @@ -41,6 +41,13 @@ information. * Encryption: STARTTLS * Authentication: Normal password +!!! note "Solution to handshake issues" + If you're getting an error related to an "unsuccessful handshake", try + switching to implicit TLS in the incoming section; change the port + to `993` and encryption to either `SSL` or `TLS`. *Technically*, SSL + is no longer in use and has been superseded by TLS but many + applications still call it SSL. + Alternatively, if you would like to download your emails and delete them from the server, you can also use the POP3 protocol: -- 2.38.5