From 86d6caa7894bddec82ace1f5bdf338421dcb0908 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Sat, 26 Sep 2020 10:19:48 +0200 Subject: [PATCH] Update docs/webadministration.rst additional clarification. We only support secure connections. Co-authored-by: lub --- docs/webadministration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webadministration.rst b/docs/webadministration.rst index 72b058b8..070eb473 100644 --- a/docs/webadministration.rst +++ b/docs/webadministration.rst @@ -145,7 +145,7 @@ You can add a fetched account by clicking on the `Add an account` button on the * Hostname or IP. The hostname or IP address of the email server. -* TCP port. The TCP port the email server listens on. Common ports are 993 (TLS) or 143 (STARTTLS/unsecure) for IMAP. +* TCP port. The TCP port the email server listens on. Common ports are 993 (IMAPS with TLS), 143 (IMAP with STARTTLS), 995 (POP3S with TLS) or 110 (POP3 with STARTTLS). * Enable TLS. Tick this setting if the email server requires TLS/SSL instead of STARTTLS.