diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 5e4d18312ae..9d63daba3ef 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -67,12 +67,12 @@ Yahoo also requires the character set `US-ASCII`. -### Selecting an alternate SSL cipher list or disable SSL verification (advanced mode) +### Selecting an alternate SSL cipher list or disabling SSL verification (advanced mode) -If the default IMAP server settings do not work, you might try to set an alternate SLL cipher list. -The SSL cipher list option allows to select the list of SSL ciphers to be accepted from this endpoint. `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_) +If the default IMAP server settings do not work, you might try to set an alternate SSL cipher list. +The SSL cipher list option allows you to select the list of SSL ciphers to be accepted from this endpoint: `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_). -If you are using self signed certificates can can turn of SSL verification. +If you are using self signed certificates, you can turn off SSL verification.